Conditional Formatting - recognise #N/A

  • Thread starter Thread starter LinLin
  • Start date Start date
L

LinLin

Hi Everyone

I would like to use Conditional Formatting to highlight for me when #N/A is
the result of a formula.

(I have used Conditional Formatting before for number values, but this has
me stumped!)

Many thanks!
 
Use the Formula Is option in conditional formatting and use this formula:

=ISNA(cell_reference)

Replace cell_reference with the actual cell reference.
 
Back
Top