Hi,
I have a column of cells with the following formula:
Cell F7:
Basically this is checking if a balance is below 7*500, if it is the cell will return 7*700-E7 (it is filling up an account).=IF(E7<7*500,7*700-E7,"")
I then have another column (H) which will add the above corresponding cell to itself, i.e. H7 isWhen my if statement in F7 returns a blank ," ", I get a #VALUE! error in my H7 cell. If I set the blank to be a "0" instead=NUMBERS+F7everything works.=IF(E7<7*500,7*700-E7,"0")
How can I make the F7 cell treat the blank in the if statement as a 0, without actually having the F column show 0's?
Thank you!
Bookmarks