Sorry, Pehl,

I just reread the post, and think I picked on the wrong one. To confirm, it's the formula ='SHEET 1'!F20 that may return the N/A value?

If so, try
=if(isna('SHEET 1'!F20,"", 'SHEET 1'!F20))
Let us know,