astrojack98
New Member
- Joined
- Dec 27, 2012
- Messages
- 1
I've been struggling to remove the empty text string created when I use "" as the false value in formulas. I think I found a way but I wanted to see if anyone has a more elegant solution, and one that would work as a macro.
I use the "if" formula to populate many of the cells on my spreadsheet and was using "" as the false value [ex: if(A2>0, "YES","")], and I need false cells to truly be empty. I learned from several threads on this site that the false cells are not truly empty; the equation leaves an empty text string in the false cells.
My current "work around" is to populate all false cells with "z" [ex: if(A2>0,"YES","z")]. I then use "find all" to find all cells with "z" (matching exact cell contents), hit "ctrl+A" to select all the "z" cells, and then hit "delete". This works - all the false cells will truly be empty, but it takes time and I don't think I can make it into a macro. Does anyone know of a better solution?
I use the "if" formula to populate many of the cells on my spreadsheet and was using "" as the false value [ex: if(A2>0, "YES","")], and I need false cells to truly be empty. I learned from several threads on this site that the false cells are not truly empty; the equation leaves an empty text string in the false cells.
My current "work around" is to populate all false cells with "z" [ex: if(A2>0,"YES","z")]. I then use "find all" to find all cells with "z" (matching exact cell contents), hit "ctrl+A" to select all the "z" cells, and then hit "delete". This works - all the false cells will truly be empty, but it takes time and I don't think I can make it into a macro. Does anyone know of a better solution?