Help with Conditional Formatting

A

Ayo

I am trying to do conditional formatting of a few cells. The condition is:
Cell Value = #N/A
and the format is to assign the background color to the font. But for some
reason it doesn't work. The cells doesn't change.
Any ideas what I'm doing wrong here?
Thanks
 
M

Mike H

Hi,

Use

=ISNA(a1)

wher a1 is the cell you are Conditionally formatting
--
Mike

When competing hypotheses are otherwise equal, adopt the hypothesis that
introduces the fewest assumptions while still sufficiently answering the
question.
 
A

Ayo

Thanks Mike.

Mike H said:
Hi,

Use

=ISNA(a1)

wher a1 is the cell you are Conditionally formatting
--
Mike

When competing hypotheses are otherwise equal, adopt the hypothesis that
introduces the fewest assumptions while still sufficiently answering the
question.
 
Top