Pasting a block w/o needing to update conditional formats...

spacely

Board Regular
Joined
Oct 26, 2007
Messages
248
Hello,

I need to make values in column B and C bold if the corresponding entry in column A is a "1". So a 1 in A makes B and C bold, for every row where that's true.

The conditional format is using a formula, like:

=$AS11=1

and applies to column B and C, like $B:$C

The thing is, I need to copy the blocks to column M, N, O, and have the conditional formats still working w/o editing them. So now, N and O would become bold if the entry in M is a 1.

I tried removing the $ from the Formula portion, but that doesn't seem to work.

What's the right way to get the same type formatting over to the new columns with just a copy/paste?
 

Excel Facts

Ambidextrous Undo
Undo last command with Ctrl+Z or Alt+Backspace. If you use the Undo icon in the QAT, open the drop-down arrow to undo up to 100 steps.
Hi there.

You will need to set what looks like the same rule separately for columns B and C. Use: =A1=1 for column B and the same formula for column C. Then when you copy A,B,C to M,N,O the relative references in N and O will refer to column M. Make sure you remove all the existing conditional formatting first (after saving a backup).
 
Last edited:
Upvote 0

Forum statistics

Threads
1,223,236
Messages
6,170,912
Members
452,366
Latest member
TePunaBloke

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