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

Pivot Table Drill Down
Double-click any number in a pivot table to create a new report showing all detail rows that make up that number
- 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,819
Messages
6,121,741
Members
449,050
Latest member
excelknuckles

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