NA() function doesn't work

NA() function doesn't work

Hi again,

I've tried the NA() function and returns "#Invalid Formula". I need this function because i use the "#N/A" type in a chart when cell is empty.

Example: fx=IF(ISBLANK($F1.H8);NA();$F1.H8)

Thanks in advance!