mgilbertson
Technical User
I need some assistance in completing a formula. I am trying to write a formula that must show 1 of 2 results. See example:
Cell B16: 10
Cell L16: $0.30
Cell M16: $1.30
Cell Q16 must give one of the following results (b16*0.32) if M16=0, or (b16*0.32)+1 if M16>0, or 0 if neither is true.
Here is my original formula: =IF(OR(L16>0,M16>0),(B16*0.32)+(1),0). Which does work. But I recently found out, that if M16=0 then the added factor 1 is not needed.
I am usually pretty good when it comes to IF statements. Just not seeing this one though.
Thank you for any help.
Cell B16: 10
Cell L16: $0.30
Cell M16: $1.30
Cell Q16 must give one of the following results (b16*0.32) if M16=0, or (b16*0.32)+1 if M16>0, or 0 if neither is true.
Here is my original formula: =IF(OR(L16>0,M16>0),(B16*0.32)+(1),0). Which does work. But I recently found out, that if M16=0 then the added factor 1 is not needed.
I am usually pretty good when it comes to IF statements. Just not seeing this one though.
Thank you for any help.