Return a REAL blank cell in formula that will be ignored when sorted.
I'm running into a very annoying issue which is that Numbers seems to treat truly empty cells and cells that return "" (blank) differently when sorting a table...
For example, if I have a column where the formula returns various names if true and "" if false, when I sort the column by "Ascending", all the black rows will gather at the top (before the letter A).
On the other hand, if I erase the cells that return "" and then try again to sort either ascending or descending, the now truly empty cells (no formulas) just get ignored when sorted.
My question is: is there a way to get a formula to return something that will be ignored when sorting like an empty cell would?