Max's second technique is especially useful if you need to create a chart from the data. Excel will interpret "" as zero, and plot points for these formulas. However, any cell with a #N/A error will be ignored when plotting.
Good Luck,
Mark Graesser
[email protected]
----- Max wrote: -----
Try 2 ways:
a. Use something like: =IF(ISNA(yourformula),"",yourformula)
b. Use conditional formatting (CF) to mask the #NA values
Select cell(s), say, A1
Click Format > Conditional Formatting
Set under Condition 1:
Formula is | =ISNA(A1)
Click Format > Font tab > Font Color (white) > OK
(or a font color which matches the cell fill / background color)
Click OK
The above will "mask" the #NA value from appearing
To copy the CF to other cells,
just select the cell already formatted
double click on the format painter button (brush icon)
then select to "paint" over other cell(s)
Press Esc when done to cancel