J
JimS
I have this formula in a cell AB19:
=IF(AA19<0,"",IF(O20>0,P20,IF(L20>0,M20)))
If cell AA19 is empty I want cell AB19 to be empty. The probem is
that in cell AA19 there is a return of false, which I have
conditionally formattted to not show up.
I've tried less than 0, if AA19="","", and everything else I could
think of.
How can I make cell AB19 not return a value when AA19 returns false?
=IF(AA19<0,"",IF(O20>0,P20,IF(L20>0,M20)))
If cell AA19 is empty I want cell AB19 to be empty. The probem is
that in cell AA19 there is a return of false, which I have
conditionally formattted to not show up.
I've tried less than 0, if AA19="","", and everything else I could
think of.
How can I make cell AB19 not return a value when AA19 returns false?