![]() |
How do I calculate in an IF
I need to do a formula that if B8 is greater then $5000 then I need B8*2%, if
it is less I need zero. Does anyone have any suggestions? |
How do I calculate in an IF
=IF(B85000,B8*.02,0)
"Takia" wrote in message ... I need to do a formula that if B8 is greater then $5000 then I need B8*2%, if it is less I need zero. Does anyone have any suggestions? |
How do I calculate in an IF
=IF(B85000,B8*0.02,0)
"Takia" wrote: I need to do a formula that if B8 is greater then $5000 then I need B8*2%, if it is less I need zero. Does anyone have any suggestions? |
How do I calculate in an IF
"Takia" escreveu: I need to do a formula that if B8 is greater then $5000 then I need B8*2%, if it is less I need zero. Does anyone have any suggestions? You have to do the following:=IF(B85000;B8*2%;0) |
All times are GMT +1. The time now is 01:21 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com