I would like to have IF functions return blank cells. Example:
=if(A2="foo","bar",BLANK)
Then, when filling down, I get either cells with "bar" in them or cells that would return true for the ISBLANK function. It seems "" creates an empty text string, but not a blank cell.
=if(A2="foo","bar",BLANK)
Then, when filling down, I get either cells with "bar" in them or cells that would return true for the ISBLANK function. It seems "" creates an empty text string, but not a blank cell.