Copy Conditional Formatting

AFST

Board Regular
Joined
Jul 7, 2011
Messages
97
Hi all,

In cell A4 I have two conditional formats. Both check cell B4 for either a "YES" or a "NO". Depending on the result found the change the background colour of the cell green for "YES" red for "NO"

I want to copy these two conditions so that all other cells in column A have the same format but they are checking the adjacent cell in column B. So A5 checks B5, A6 checks B6 etc.

I'm working with excel 2003 and I tried using format painter but all the cells are still just checking B4. Am I doing something wrong?

Please help
 

Excel Facts

Bring active cell back into view
Start at A1 and select to A9999 while writing a formula, you can't see A1 anymore. Press Ctrl+Backspace to bring active cell into view.
what is the formula
does it have $

in A4 you have
=B4="YES" Green
=B4="NO" Red

do you have
$B$4
if so change
to B4
and now you should be able to copy OK
 
Upvote 0

Forum statistics

Threads
1,214,386
Messages
6,119,216
Members
448,876
Latest member
Solitario

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