Robbo1971
Automotive
- Nov 1, 2006
- 33
I am trying to write an 'IF Statement' where I9 is the variable ranging from 0 to 5000.
R9 and S9 return a different answer depending on the figure I9 returns.
Currently if I9 is '0' R9 and S9 default to 0.20 due to the formula in R9 and S9 respectively.
If I9 is equal to 0 I want I9 to show a 0 and not the 0.20 it currently is.
The formula I currently am using is:
=IF(I9>1500,S9,R9)
R9 and S9 return a different answer depending on the figure I9 returns.
Currently if I9 is '0' R9 and S9 default to 0.20 due to the formula in R9 and S9 respectively.
If I9 is equal to 0 I want I9 to show a 0 and not the 0.20 it currently is.
The formula I currently am using is:
=IF(I9>1500,S9,R9)