=IF( ISBLANK(cell), "", cell)
That will fill the cell with an empty (zero characters) text string. So it's not technically blank (for example, ISBLANK("") returns FALSE), but it looks that's the typical way to deliver what you're after.
=IF( ISBLANK(cell), "", cell)
That will fill the cell with an empty (zero characters) text string. So it's not technically blank (for example, ISBLANK("") returns FALSE), but it looks that's the typical way to deliver what you're after.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks