Scott Krause
Board Regular
- Joined
- Mar 8, 2009
- Messages
- 96
I'm working with excel 2003, I've got one column (E) being divided by another (H). If column E is 0 I get #DIV/0!. Here's the formula I used, what can I do to have 0 entered instead of the error?
=IF(H6/E6<0.5,0,IF(H6/E6<0.67,1,IF(H6/E6<0.83,2,IF(H6/E6<1,3,IF(H6/E6<1.17,4,5)))))
Thanks again
=IF(H6/E6<0.5,0,IF(H6/E6<0.67,1,IF(H6/E6<0.83,2,IF(H6/E6<1,3,IF(H6/E6<1.17,4,5)))))
Thanks again