G Guest Aug 23, 2006 #1 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?
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?
G Guest Aug 23, 2006 #4 "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? Click to expand... You have to do the following:=IF(B8>5000;B8*2%;0)
"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? Click to expand... You have to do the following:=IF(B8>5000;B8*2%;0)