bbenaway
Instructor
- Sep 19, 2002
- 18
I am dealing with two cells to get a percentage. Either cell can begin with a zero, giving me a #DIV/0 error. Currently, as seen below, cell F6 is set to deal with the #DIV/0 error. How can I set this as both cells F6 and H6 can handle the #DIV/0 error.
=IF(F6=0,0,(H6-F6)/ABS(F6))
See attached photo.
=IF(F6=0,0,(H6-F6)/ABS(F6))
See attached photo.