Multiple Cell Conditional Formatting

Hydro Man

New Member
Joined
Jun 29, 2009
Messages
48
I’m using Excel 2003.
I would like to FILL cells A1 to AB1 with Red IF cell C1=n/a.
<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p> </o:p>
<o:p>How do I do this?</o:p>

Thanks in advance for help,
<o:p> </o:p>
Hydro Man
 

Excel Facts

Round to nearest half hour?
Use =MROUND(A2,"0:30") to round to nearest half hour. Use =CEILING(A2,"0:30") to round to next half hour.
Highlight A1:AB1
Click Format - Conditional Formatting
Select Formula Is
Enter the formula
=$C1="n/a"
Click Format - choose RED fill color
Click OK
Click OK

Hope that helps.
 
Upvote 0
Jonmo1,

Thank you for your help, I'm actually using 2007 at work. Sorry for the confution. I tried it but I didn't succeed.

Any suggestions?
 
Upvote 0
Is it because it does not have the text "n/a" nard-coded into the cell, but rather is returning the "#N/A" error as the result of a formula error?

If the formula error, then try this formula instead:
=ISNA($C1)
 
Upvote 0

Forum statistics

Threads
1,224,521
Messages
6,179,278
Members
452,902
Latest member
Knuddeluff

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