simple formula

Firecop1348

Board Regular
Joined
Oct 24, 2009
Messages
101
this is so easy its stupid that I have to post here but for some reason I cant get it to work.

HTML:
=IF(SUM(F37)>0,SUM((F37*F38)+F37),"")
the above adds a % to the total, I need cell F38 SUBTRACTED from cell F37 for my total amount in cell F39
Thanks
 

Excel Facts

Which lookup functions find a value equal or greater than the lookup value?
MATCH uses -1 to find larger value (lookup table must be sorted ZA). XLOOKUP uses 1 to find values greater and does not need to be sorted.
Nope that turned a $50.00 sub total into a Exact the way it looks in cell (1200.00) with ( ) around total. after putting 25.00 in cell 38
 
Upvote 0
Cell F 37 is a subtotal from Cells F 18 - F36, Cell 38 is supposed to be a amount of discount and the total is supposed to be in cell F39.
So if Cell 37 is $50.00 and I put $25.00 in cell 38 Cell 39 should show $25.00
But it wont work.
 
Upvote 0
OK, I thought F38 was showing the % discount, if it just shows the discount as a dollar amount then try

=IF(F37>0,F37-F38,"")
 
Upvote 0
:biggrin::biggrin: Thanks that worked. I dont know what I was doing wrong but ill be a pro like you all in ohhhh about 10 years. LOL Thanks again.
 
Upvote 0

Forum statistics

Threads
1,224,613
Messages
6,179,903
Members
452,948
Latest member
Dupuhini

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