Conditional formatting a "#N/A" value

Dave1969

New Member
Joined
Jan 8, 2009
Messages
32
I would like to conditionally format my "#N/A" cells to show red so I can spot values that don't conform to my table...but I can't get the conditional formatting to work.

In the conditional formatting box, I've tried...
#N/A
"#N/A"
'#N/A"

I have it formatted as a text value currently.

Any ideas?
 

Excel Facts

Control Word Wrap
Press Alt+Enter to move to a new row in a cell. Lets you control where the words wrap.
You would think the cell showing #N/A would be enough ...

anyway, try

1. Select "Formula Is" in the conditional formatting

=ISNA(A1)

where A1 is the cell you want to test for error.

Hope that helps..
 
Upvote 0
When doing this kind of conditional formatting, always make sure that you format 1 cell ata time. Therefore do formula is
=Iserror(A1)
as suggested (no $) and inout your formatting.
THEN use the format painter to copy this formatting to the other cells.

Probably not the only way to do but after lots of experience, it's the best way to not get it doing mad stuff.
 
Upvote 0
What formula are you using Exactly? Make sure you use =ISNA(A1) not =ISNA($A$1)
Yes, I did relative reference it using

=ISNA(O4) in my case

Still seems to affect all cells. Admittedly I've not used conditional formatting in Excel 2007 much, so I could be doing something wrong
 
Upvote 0
stevie, that fixed it...I needed to use Format Painter to copy the formatting rather than copying the formula down...thanks everyone !!!!

I'm also going to use a countif function to count the exceptions.

Dave
 
Upvote 0

Forum statistics

Threads
1,214,385
Messages
6,119,205
Members
448,874
Latest member
Lancelots

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top