Conditional Formatting

Robandemmy

Board Regular
Joined
Jul 16, 2018
Messages
65
Hello,

I have a worksheet containing 12 columns (January - December) and 75 rows (various products). I want to conditionally format each row to highlight price evolution (ie if product X is $20000 in Jan, then $22000 in Feb, highlight red, if $19000 in Mar then highlight green). I can successfully do this for one row but cannot find a way to apply this to all 75 rows without the formatting being applied to the entire sheet, not each row individually. A non VBA solution would be preferred but I will take what I can get!
 

Excel Facts

Can you AutoAverage in Excel?
There is a drop-down next to the AutoSum symbol. Open the drop-down to choose AVERAGE, COUNT, MAX, or MIN
are you comparing only to January price or previous month ?
if previous month
assuming the values are in A2 : L76
select A2:A76

now add 2 rules
A2 < B2
and
A2 > B2
should work
we could add an AND so that the cell is not blank
 
Upvote 0

Forum statistics

Threads
1,223,911
Messages
6,175,323
Members
452,635
Latest member
laura12345

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