Multiple conditional formatting

sibilare

New Member
Joined
Nov 22, 2018
Messages
2
I have five columns (years) and I want to format the highest number colour green

and

to check the five columns if any is over 400, colour code the first column orange (ignore the green)

Thanks in advance.
 

Excel Facts

Shade all formula cells
To shade all formula cells: Home, Find & Select, Formulas to select all formulas. Then apply a light fill color.
Hi & welcome to MrExcel.
Do you want to highlight the highest value in each column or just the highest value overall?
Also if a value is over 400, do you just want to highlight that row in the first column?
 
Upvote 0
Hi & welcome to MrExcel.
Do you want to highlight the highest value in each column or just the highest value overall?
Also if a value is over 400, do you just want to highlight that row in the first column?


The highest value in blue for the row 1 compared to the five columns.

Column b-f compared
Rows shown as "1-"

row 2 would be Cell F - 2 would be highlighted green
row 3 would be have cell B - 3 would be highlighted orange Even though F - 3 is a higher number it is not highlighted green.

eg

a
1- b c d e f
2- 21 56 79 1 100
3- 400 123 300 200 401
 
Upvote 0
Is this what you want?


Excel 2013/2016
BCDEF
210195969798
3105106107108109
47799757677
56768697071
67879299300198
78586878889
8838485400401
9111112113114115
10117118119120121
Sheet2
 
Upvote 0
If the above is what you're looking for.
Select B2:F33 & use this formula for the green format
=AND(B2=MAX($B2:$F2),MAX($B2:$F2)<400)
Then select B2:B33 & use
=MAX($B2:$F2)>=400

Change the F33 & B33 to reflect the last row number of your data.
 
Upvote 0

Forum statistics

Threads
1,216,005
Messages
6,128,231
Members
449,435
Latest member
Jahmia0616

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