Trying to copy Conditional formatting across columns

FrumpyJones

New Member
Joined
Feb 11, 2008
Messages
43
I have the following Conditional Format:
conditional formatting question 001.png

Works fine. Problem is I have columns going out to AB (Actually this will go well beyond AB, but for now, AB) that I want to apply this same thing to (above average from 2-15, each individual column). I tried format painter, both on a single cell (B2), and on the entire B column (B2-B15), but they both gave me the following (which gave inconsistent results) after I dragged it to the end. (Start C2, end AB15).
conditional formatting question 002.png

I'd like to avoid having to do every column individually for obvious reasons, but I'm stumped on how to copy the conditional formatting (Which I thought would work) or write a formula that could be copied across the range (Or just a single rule that does it all).

I have had success with making an additional cell (B17) that does the average formula of b2-15, and then do a conditional formatting for >B17, and I can copy THAT all the way across, but it's adding data that I would think I shouldn't need.. but maybe I do?

Thanks in advance :)
 

Excel Facts

Excel Wisdom
Using a mouse in Excel is the work equivalent of wearing a lanyard when you first get to college
Why can't you just edit the current rule you have there? From your screenshot, it shows
=$B$2:$B$15

Just edit that part to:
=$B$2:$AB$15
 
Upvote 0
Why can't you just edit the current rule you have there? From your screenshot, it shows
=$B$2:$B$15

Just edit that part to:
=$B$2:$AB$15
Well, because it's giving me the same inconsistent results. Here's a screenshot (sorry, this is a work machine and will not let me install that cool xl2bb code thinghy) of just three columns and the conditional formatting I'm using for them (And I added the average for each column to highlight the issue:

conditional formatting question 003.png

conditional formatting question 004.png

So, in column B, anything ABOVE 3.13 should get highlighted. Working fine.
In Column C, anything ABOVE 4 should highlight, so the first 4 is questionable, but acceptable.
In column D, however, anything ABOVE 2.75 should highlight, but that 3 in the first cell definitely is not getting highlighted.

Even with the workaround I mentioned in my OP (using cell b17) I now realize it's doing the same thing and I'm now just realizing it's ONLY taking the average from the first column... which is why i get the results I've noted above (4 is > 3.13 and 3 is < 3.13).
conditional formatting question 005.png


So, is there a way to do the do a copy the conditional formating, but for each range have it also move the column that it's checking against? So I guess not the absolute $B$17, but B$17 and then copying it would make the next section C$17, and so on...). Or is it a column-at-a-time endeavor I just have to suck up and do?
 
Upvote 0
So, in column B, anything ABOVE 3.13 should get highlighted. Working fine.
In Column C, anything ABOVE 4 should highlight, so the first 4 is questionable, but acceptable.
In column D, however, anything ABOVE 2.75 should highlight, but that 3 in the first cell definitely is not getting highlighted.

As you're talking about the various rules you have, maybe you should take a screenshot (or just copy & paste) the actual rules or formulas you've created.
 
Upvote 0
So as I understand it, you have these 3 rules set up currently.

Column B: anything ABOVE 3.13 should get highlighted.
Column C: anything ABOVE 4 should highlight.
Column D: anything ABOVE 2.75 should highlight.

Are you saying these rules should repeat itself every 3 columns?

Column E: anything ABOVE 3.13 should get highlighted.
Column F: anything ABOVE 4 should highlight.
Column G: anything ABOVE 2.75 should highlight.

If that is indeed what you're trying to do, then yes I don't see any other way but to manually copy & paste column B conditional formatting over column E, H, K, so on & so forth.
Same thing with col. C and D.

EDIT:

you can also hold down the Ctrl key and select your desired columns before pasting. See example:

Excel-columns-select.png
 
Last edited:
Upvote 0
So as I understand it, you have these 3 rules set up currently.
I apologize. I am not explaining this clearly. Lemme try again.

  1. Column B has 14 cells I am working with (2-15). I set up a conditional formatting ABOVE AVERAGE rule to highlight any cell in that range that has a number ABOVE the average of the sum of that range. This worked.
  2. I copied the conditional formatting (Using FORMAT PAINTER) and dragged across columns C and D (same ranges (2-15) but they have different values, hence different sums, hence different averages). This did NOT work. Turns out it just kept looking at column B average, and highlighting cells based off of that, instead of the column C (for C2-C15) and Column D (for D2-D15).
  3. I then cleared all conditional formatting. Started all over again with only column B. added an =AVERAGE cell to cell B17 and then Set up conditional formatting for the B2-B15 range where if any cell was greater than B17. This worked.
  4. I copied B17's formula to C17 and D17. This worked.
  5. I copied the conditional formatting same as in step 2. This did NOT work. This caused the same issue.
So, in reality, I have 26 columns right now (All with potentially different values within the same ranges), and endless columns going forward. If do each column individually, it will work (But break my soul).

Is there a way to copy the conditional formatting that will work for each column individually, or is there a conditional format formula that can be written that will do what I need
 
Upvote 0
How about use a formula & use
Excel Formula:
=B2>AVERAGE(B$2:B$15)
 
Upvote 1
Solution
Select the entire range & then create the rule using that formula
 
Upvote 0

Forum statistics

Threads
1,223,882
Messages
6,175,164
Members
452,615
Latest member
bogeys2birdies

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