Hello,
I have the following formula in a cell:
=IF(H2>O2,"x","")
My understanding was that the "" would make the cell blank because the logic is FALSE, but that is not the case. When I test the formula with ISBLANK it results in FALSE when I'd expect it to be TRUE.
This is causing issues because I'm building a pivot table off of the information and it is counting the blank cells.
Thanks in advance.
John
I have the following formula in a cell:
=IF(H2>O2,"x","")
My understanding was that the "" would make the cell blank because the logic is FALSE, but that is not the case. When I test the formula with ISBLANK it results in FALSE when I'd expect it to be TRUE.
This is causing issues because I'm building a pivot table off of the information and it is counting the blank cells.
Thanks in advance.
John