Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am attempting to build a soccer position/lineup worksheet that will allow
me to not have any DUPLICATE players on the field at a given time. How do I best accomplish this? Is it possible within Excel to do this? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
D,
Let's say that you enter your players' names for each game's lineup into cells E2:E12, and you have a list of all the players' names on the same sheet in cells B3:B25 (You've got a BIG team). Select cells E2:E12, use Data / Validation.... Select Custom under "Allow", and enter the formula =AND(NOT(ISERROR(MATCH(E2,$B$3:$B$25,FALSE))),COUN TIF($E$2:$E$12,E2)=1) You could also apply Conditional Formatting to your list of players in B3:B25 to shade them after their name has been entered into E2:E12 (to better show who is still available). Select B3:B25, then use Format / Conditional Formatting... Formula is..... =NOT(ISERROR(MATCH(B3,$E$2:$E$12,FALSE))) and then set your shading. HTH, Bernie MS Excel MVP "DShutt" wrote in message ... I am attempting to build a soccer position/lineup worksheet that will allow me to not have any DUPLICATE players on the field at a given time. How do I best accomplish this? Is it possible within Excel to do this? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
soccer tournament template | Excel Worksheet Functions | |||
is there a build vs buy template for excel? | Excel Discussion (Misc queries) | |||
Help finding the best lineup | Excel Discussion (Misc queries) | |||
How to publish 2004 European soccer championship tracker template? | Excel Discussion (Misc queries) | |||
How do I build a free text note from a template? | Excel Worksheet Functions |