derek.hughes
Board Regular
- Joined
- Mar 16, 2012
- Messages
- 53
I wrote nested IF formulas and for the "false" result I told it to enter the text string "" so the cell would appear blank.
I can filter out those cells as blank, but not sort them. I have tried a copy/paste special (values) and it still leaves something behind that the sort is picking-up. I can tell because I tried an IF(ISBLANK(A3),"","XXX") and X's appeared.
Thank you in advance - this one has me very puzzled.
Derek
I can filter out those cells as blank, but not sort them. I have tried a copy/paste special (values) and it still leaves something behind that the sort is picking-up. I can tell because I tried an IF(ISBLANK(A3),"","XXX") and X's appeared.
- Any way I can get rid of the residual blank I entered in the text string ""?
- Should I use something different in the initial IF formulas besides the text string ""?
Thank you in advance - this one has me very puzzled.
Derek