Hi there,
I am new to LibreOffice Calc from Google Sheets so this question may be quite basic.
I have a sheet that is Linked to External data refreshing an HTML table every minute. I have a separate sheet where I am referencing the cells from this sheet. My reference formula is like below:
=$Small_Funds_Data.A6
When the HTML table updates, it may return less or more rows. When the referenced cell is empty, I get an error like this:
=$Small_Funds_Data.A$#REF!
How can I avoid showing the #REF!? I’ve tried using IFERROR or IFNA but no luck.
Thanks in advance.