Condiational Fromatting

sprtfan34

New Member
Joined
Oct 23, 2019
Messages
19
I am trying to Highlight Column B if the value is higher or lower than Column C. Higher=Green and Lower=Red.

I have rows 2 through 63 with values.

Thank you.
 

Excel Facts

Create a Pivot Table on a Map
If your data has zip codes, postal codes, or city names, select the data and use Insert, 3D Map. (Found to right of chart icons).
- Select the cells you want to format. (B2:B63)
- On the Home tab, in the Styles group, click Conditional formatting > New Rule
- In the New Formatting Rule window, select Use a formula to determine which cells to format.
- Enter the formula in the corresponding box.
=MIN($C$2:$C$63)=C2
- Click the Format… button to choose your custom format.

Repeat the steps and put this formula
=MAX($C$2:$C$63)=C2
 
Upvote 0
This did not work. Maybe I did not make myself clear. If cell B2 is higher than C2 I want to highlight GREEN. If cell B2 is lower than C2, I want to highlight in RED.
 
Upvote 0
Formula for green color:
=$B2>$C2

Formula for red color:
=$B2<$C2

Applies to:
=$B$2:$B$63
 
Upvote 0

Forum statistics

Threads
1,214,965
Messages
6,122,499
Members
449,089
Latest member
Raviguru

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