Conditional Formatting #n/a

S

Supe

I had a spreadsheet sent to me that has the text #n/a in some of the cells.
Want to to a conditional formatting to highlight any cell that contains the
text #n/a but it is not working. Does anyone know why?
 
L

Luke M

It's most likely the NA error, as opposed to just n/a. Try changing your
conditional formula to something similar to this:
=A1=NA()
 
B

Bernard Liengme

As a follow up to the reply by jamescox, you could use a formula such as
=ISNA(A1) in your conditional formatting.

Note when you type =NA() into a cell, what you see is #N/A but as jamescox
points out this is not text but an error value
best wishes
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top