Conditional Formatting

9Redwood

New Member
Joined
Sep 22, 2011
Messages
17
Hi All,

I was wondering if someone could help:

I have 52 columns (1 for each week) and 100 rows (count of criteria being analysed)
At the end of each row is a basic AVERAGE formula.
If the count being populated into each row is greater or less than 15% of the average count, I need all data that fits this criteria to be highlighted in red.
Is this a formula based CF? Do i have to past/special/formula 100 times so each row is formatted with CF?

Any help would be greatly appreciated.
 

Excel Facts

Move date out one month or year
Use =EDATE(A2,1) for one month later. Use EDATE(A2,12) for one year later.
Assuming A1 is your "week 1" and your data starts in A2, and your average of the row is column BA, you can use the following formula for conditional formatting and set it up as you'd like

=OR(A2>=$BA2*1.15,A2<=$BA2*0.85)

You can then copy that cell (a2), highlight A2 to AZ101 and paste formats.

Hope that helps.
 
Upvote 0

Forum statistics

Threads
1,224,552
Messages
6,179,484
Members
452,917
Latest member
MrsMSalt

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