Conditional Formatting

scotball

Active Member
Joined
Oct 23, 2008
Messages
375
I have a table

Rows = Person
Columns = Weeks

The cells will contain percentages to track week on week performance per person.

I would like to fill the cells, green if Week 2 is higher than week 1 and red if week 2 is lower than week 1 then replicate this for the other weeks and other people.

Help please :)

LP
 

Excel Facts

Control Word Wrap
Press Alt+Enter to move to a new row in a cell. Lets you control where the words wrap.
Do you mean something like this:

Excel Workbook
ABC
1PeepsWeek 1Week 2
2John0.05%0.60%
3Bill0.09%0.01%
4Jack2.50%2.50%
5Sarah1.66%1.77%
6Anne0.98%0.96%
Sheet1

Two formula in the Conditional Formatting

=(C1>B1) Then Red

=(B1>C1) Then Green

Perhaps it might help if you show some data.
 
Upvote 0

Forum statistics

Threads
1,224,595
Messages
6,179,799
Members
452,943
Latest member
Newbie4296

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