Hi guys,
I hope you can help,
Im trying to achieve something here that I just cant seem to get my head around.
I want it to work out what i8/i7 is, but only if both of them have a value. I have a working formula for that. =IF(OR(ISBLANK(I7),ISBLANK(I8)),,I8/I7)
However when theyre both showing 0, it returns #DIV/0! Because it cant divide two zeros.
How can I put if I7 or I8 is blank or if I7+I8=0, ignore the formula otherwise do I8/I7?
Ultimately, I would like a formula that says if either cell is blank show 0, if the sum of both are equal to or less than 0, show 0, if they total more than 0, show the number.
Is this possible or am I asking too much?
I hope this makes sense.
Any help would be greatly appreciated.
Thanks.
I hope you can help,
Im trying to achieve something here that I just cant seem to get my head around.
I want it to work out what i8/i7 is, but only if both of them have a value. I have a working formula for that. =IF(OR(ISBLANK(I7),ISBLANK(I8)),,I8/I7)
However when theyre both showing 0, it returns #DIV/0! Because it cant divide two zeros.
How can I put if I7 or I8 is blank or if I7+I8=0, ignore the formula otherwise do I8/I7?
Ultimately, I would like a formula that says if either cell is blank show 0, if the sum of both are equal to or less than 0, show 0, if they total more than 0, show the number.
Is this possible or am I asking too much?
I hope this makes sense.
Any help would be greatly appreciated.
Thanks.