conditional formatting

Jaugenblick

New Member
Joined
Apr 12, 2002
Messages
3
How can I change the background on a group of cells base on data in each cell.

I am creating a monthly schedule and would like to pick a persons name from a list and have it highlite the days they are listed on.
I have 31 days down and a max of 5 persons per day across.
 

Excel Facts

Show numbers in thousands?
Use a custom number format of #,##0,K. Each comma after the final 0 will divide the displayed number by another thousand
On 2002-04-13 03:01, Jaugenblick wrote:
How can I change the background on a group of cells base on data in each cell.

I am creating a monthly schedule and would like to pick a persons name from a list and have it highlite the days they are listed on.
I have 31 days down and a max of 5 persons per day across.

Make a list of the relevant persons in a sheet you could name Admin. Select all of the names of this list, go to the Name Box, type NAMES, and hit enter.

Go to the sheet where you have that 31 days-schedule. If row 1 is not free, insert a row before the first row your data.

Activate say A1 in row 1.
Activate Data|Validation.
Select List for Allow.
Enter as Source:

=NAMES

Activate OK.

Now select the schedule range (I'll assume here: B3:F100).
Activate Format|Conditional Formatting.
Choose Formula Is for Condition 1.
Enter as formula:

=B3=$A$1

Activate Format.
Select a color to your liking on the patterns.
Activate OK, OK.
 
Upvote 0

Forum statistics

Threads
1,214,614
Messages
6,120,525
Members
448,969
Latest member
mirek8991

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