Hello,
How can I covert a formula result of $0.00 to $- and act as a blank?
I have the following formula, but I want $0.00 results to be picked up as a blank ISBLANK
=IF(AND(ISNUMBER(D14),ISBLANK(E14)),"New Fallout", IF(AND(ISBLANK(D14),ISNUMBER(E14)),"New Sale","No Change"))
Thanks!
How can I covert a formula result of $0.00 to $- and act as a blank?
I have the following formula, but I want $0.00 results to be picked up as a blank ISBLANK
=IF(AND(ISNUMBER(D14),ISBLANK(E14)),"New Fallout", IF(AND(ISBLANK(D14),ISNUMBER(E14)),"New Sale","No Change"))
Thanks!