![]() |
IF Statement, multiple criteria
Hello,
I need to write an IF statement for the following sales commission calculation: If <1000 then *.05 If 1000 but <3999 then *.1 If 4000 then *.125 Please help... Thank you! |
IF Statement, multiple criteria
hi
try this =IF(A24000,A2*0.125,IF(A21000,A2*0.1,A2*0.05)) regards FSt1 "chickalina" wrote: Hello, I need to write an IF statement for the following sales commission calculation: If <1000 then *.05 If 1000 but <3999 then *.1 If 4000 then *.125 Please help... Thank you! |
IF Statement, multiple criteria
Try this with your value in A1. You can add more criterias.
=A1*LOOKUP(A1,{0,1000,4000},{0.05,0.1,0.125}) If this post helps click Yes --------------- Jacob Skaria "chickalina" wrote: Hello, I need to write an IF statement for the following sales commission calculation: If <1000 then *.05 If 1000 but <3999 then *.1 If 4000 then *.125 Please help... Thank you! |
All times are GMT +1. The time now is 12:31 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com