two percentage discounts in one cell

Roni

Board Regular
Joined
Apr 2, 2002
Messages
231
i'm trying to discount a number twice in one formula.

$320,400-50% and then -57% from that.

HOW do I do this????
 
I thing the operation is supposed to be:

=G8*(1-B8)*(H8) = 330400*(1-.5)*(1-.57) = 71036.

Or, in the poster's words,

330400 -(330400*.5) = 165200
165200*.57 = 94164
165200 - 94164 = 71036
 
Upvote 0

Excel Facts

How can you turn a range sideways?
Copy the range. Select a blank cell. Right-click, Paste Special, then choose Transpose.
turns out that formula worked, except I was supposed to SUBTRACT the first percentage and work off that result. As I was using 50% as an example, it worked for both sides, but I need the percetage subtracted from the whole number and to work on just that percentage. (i.e. 320,400 - 25% = 80,100, then minus the next percentage, say 15% = 68,085)
 
Upvote 0
Huh?! Since when does 320,400 - 25% = 80,100? The only way to get 80,100, starting out with 320,400 is to subtract 75%, so:
320,400-75% of 320,400 = 80,100. This is usually done so:
320,400*0.25 = 80,100 Could it be that, in your haste, you pressed the minus sign, -, instead of the multiplication sign, * ? :LOL:
 
Upvote 0

Forum statistics

Threads
1,215,332
Messages
6,124,314
Members
449,153
Latest member
JazzSingerNL

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