=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.