how to get a formmula to return a 0??
Posted by scott on December 12, 2001 6:41 PM
I have the formula I need, a nested IF. My only problem is if the result is false, I need it to either place a 0 in the result cell, OR I need it to leave the cell blank.
Currently I am getting a #VALUE return.
My formula is as follows;
IF(I8>0,SUM(H8-I8),"")
Ive also tried
IF (I8>0,SUM(H8-I8),"")
Ive also tried
IF (I8>0,SUM(H8-I8))
none of them reutn a 0 or leave the cell blank.
Please help
Thnx amillion
scott