Empty Cell Issue

Empty Cell Issue

Hi,

I need something to keep cells empty on error. On other sheet-software both of these options work, but no on zoho.

Option 1)
=IFERROR(A1;B1;)
This populates cells with zeros "0"

Option 2)
=IFERROR(A1;B1;"")
This populates cells with an empty string "", which is not treated as empty cell, aka ISBLANK returns FALSE on these.

What argument do I give the IFERROR to keep cells empty?

Thanks