Conditional Formatting across multiple columns and with a criteria

techgirl

Board Regular
Joined
Sep 16, 2002
Messages
178
Office Version
  1. 365
  2. 2019
Platform
  1. Windows
Hello, I have a file that has a range for the current month with departments. In that range will have at least 4 columns with the last column a percentage. This is repeated multiple times in a worksheet for each month. So there may be 12 groups of this data on one worksheet. I want to set up conditional formatting for the entire worksheet; detect the percentage for each group on the sheet and apply color. BUT...there is a issue; within the list of departments; only dept 5 has its own criteria. Is the following possible??
1. all departments (Except dept 5) 75% and higher, format fill in green.
2. all departments (Except dept 5) 74% and lower, format fill in red.
3. Dept 5 - 25% and higher, format fill in green.
4. Dept 5 - 24% and lower, format fill in red.


January​
dept 1
11​
11​
100%​
dept 2
4​
4​
100%​
dept 3
16​
1​
6%​
dept 4
20​
12​
60%​
dept 5
5​
5​
100%​
dept 6
20​
10​
50%​

Thank you for your help.
 

Excel Facts

Format cells as currency
Select range and press Ctrl+Shift+4 to format cells as currency. (Shift 4 is the $ sign).
You can use a formula like: AND ( col A <> dept 5 , col D >= 75% )
 
Upvote 0
Thank you, but that did not work. And if it would work, it will only work for that section; I needed something to do the entire worksheet.
 
Upvote 0

Forum statistics

Threads
1,215,836
Messages
6,127,182
Members
449,368
Latest member
JayHo

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