List - conditional formatting help please

RickeyS

Board Regular
Joined
Jun 23, 2006
Messages
222
Ok need some help, here's what I want to do, I want to make teams of people and not put a person on more than one team (these teams will be on sheet 1). My list of names to chose from will be on sheet 2 and sheet 3 (I don't want to combine sheet 2 & 3).

1. How would I show on sheet one if I used a person in two places (conditional formatting I assume)

2. On sheet 2 & 3 how would I show that a person was already put on a team on sheet 1 (again I assume conditional formatting)

I know where to place the formula, I just don't know how the formula would be written.


Thanks for your help,
Rick
 

Excel Facts

Format cells as date
Select range and press Ctrl+Shift+3 to format cells as date. (Shift 3 is the # sign which sort of looks like a small calendar).
So I did figure out how to show on sheet one if I used a person twice, now I just need help on number 2 above, how to show on sheet 2 & 3 if I used a person on sheet one.

Thanks,
 
Upvote 0
Let's say your list of names is in column A on sheet1, and column B on sheet2.

On sheet2, select column B. Click Conditional Formatting > New Rule > Use a formula and enter:

=MATCH(B1,Sheet1!$A$1:$A$100,0)

choose a fill color and click OK. Repeat for sheet3.
 
Upvote 0

Forum statistics

Threads
1,214,918
Messages
6,122,243
Members
449,075
Latest member
staticfluids

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