Conditional Formatting

pedroc

New Member
Joined
Jul 20, 2011
Messages
22
If column A returns a N/A value can I conditonally format the remaining columns in that row to fill a particular colour?

Many thanks

Pedroc
 

Excel Facts

What is the last column in Excel?
Excel columns run from A to Z, AA to AZ, AAA to XFD. The last column is XFD.
highlight all columns rather than A then in CF Formula Is type in:

=IsError(A1)
 
Upvote 0
Try this: select the range then apply the CF

Excel Workbook
ABCDEF
104/08/201105/08/20112
2#N/A
Sheet1
Cells with Conditional Formatting
CellConditionCell FormatStop If True
A11. / Formula is =ISNA($A1)Abc
 
Upvote 0
like this
Excel Workbook
ABCDEF
2Headers 1Headers 2Headers 3Headers 4Headers 5Headers 6
3Yahya
4#N/A
5New
6#N/A
Sheet5
Excel 2007

select the table
from conditional formatting -> new rule
write this formula
Code:
=ISNA($A3)
 
Upvote 0
Yes you can

Select your range from the top left and note the first row number. For example, say it's 2

in conditional formatting, use 'formula', the formula being:

=iserror($A2)

then set your colour

HTH
 
Upvote 0
Thanks Villy - could i do the same if there were given text in Column A - for example if i typed No in column A?
 
Upvote 0

Forum statistics

Threads
1,224,603
Messages
6,179,855
Members
452,948
Latest member
UsmanAli786

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