Forum Discussion
HB Energy
Mar 11, 2018Copper Contributor
False in all blank cells with formula
I have a formula that is working properly, however all of the blank cells that contain the formula say “false” until the Corresponding cells used in the formula are filled. Is there anyway to eliminate this? Thank you!
- Yes.
just wrap formula inside another IF function
=IF(A5<>"",IF(B5>B4,((B5-B4)*1.68)/(A5-A4)),"")