How do I make a cell blank? For example, there is data in cells b1 through b100. If I want a blank in some of the cells based on some criteria, I have been following the steps below. However, the "" visually clears out the cell, but doesn't replace with blank. Doing an END-DOWN arrow from the top of the column doesn't result in the cursor stopping at the cell that is supposed to be blank and checking the cells with if(isblank(<address>) doesn't show the cells to be blank.
1. Insert column to the right of column B
2. Put formula in new column C: if(b1="N/A","",b1)
3. Copy formula down through C100
4. If step 3 works as expected, copy and Paste Special Values C1 - C100 over B1 - B100
I used to be able to actually blank out a cell in Lotus, but that was a long time ago and I don't remember the formula I used.
Thanks for any suggestions.
1. Insert column to the right of column B
2. Put formula in new column C: if(b1="N/A","",b1)
3. Copy formula down through C100
4. If step 3 works as expected, copy and Paste Special Values C1 - C100 over B1 - B100
I used to be able to actually blank out a cell in Lotus, but that was a long time ago and I don't remember the formula I used.
Thanks for any suggestions.