I want to test if a cell contains a zero or NA. When I use the formula @IF(T51=0#OR#@ISNA(T51),1,0) and the cell has an NA, I get NA. Is there any way around this?