Making a Formula - Newbie Question

Osira

New Member
Joined
Mar 22, 2018
Messages
1
Hi, this is a fairly newbie question, and my first post on here, so bare with me here! I'm currently taking a course on Excel for beginners, and I'm currently stumped on a problem.

My assignment has us calculating insurance/doctor's visits with a copayment of $25.00 and this specific problem I'm supposed to get a total of 64$ as the result. The cost for the doctor's visit is 105.00. I did 105-25 and got 80, then I did times .80 as the insurance company will cover 80% of the remaining cost. So in the formula I'm doing, I'm doing =C12 (where the 105 is) then -25, * .80. So =C12-25*.80, it should be giving me 64.00$, yet it is giving me $85.00. I don't think it's correctly calculating the .80.

Any help at all is appreciated, thank you!
 

Excel Facts

Create a Pivot Table on a Map
If your data has zip codes, postal codes, or city names, select the data and use Insert, 3D Map. (Found to right of chart icons).
PEMDAS/BODMAS says that 25*.80 is calculated first before subtracting from C12. I think you need:

Code:
=(C12-25)*.80

WBD
 
Upvote 0

Forum statistics

Threads
1,215,198
Messages
6,123,589
Members
449,109
Latest member
Sebas8956

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top