Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Is there a way to set up conditional formatting where if a name is entered
that is on a list on a seperate workssheet that cell will shade to a selected color? For example, on worksheet #1 I have a list of 200 names, one which is Jeff Restad. If I enter that name in worksheet #2, that cell will shade to a selected color in worksheet #2. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Name the list on sheet 1... Select the list of 200 names, then Insert
Names Define and provide an appropriate name (say Item_List). You can then use that defined name in the condition, even though it references another sheet. Then use the 'Formula Is' drop-down to establish the condition: =NOT(ISNA(MATCH(A1,Item_List,0))). "Supe" wrote: Is there a way to set up conditional formatting where if a name is entered that is on a list on a seperate workssheet that cell will shade to a selected color? For example, on worksheet #1 I have a list of 200 names, one which is Jeff Restad. If I enter that name in worksheet #2, that cell will shade to a selected color in worksheet #2. |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Perfect. Thanks.
"bpeltzer" wrote: Name the list on sheet 1... Select the list of 200 names, then Insert Names Define and provide an appropriate name (say Item_List). You can then use that defined name in the condition, even though it references another sheet. Then use the 'Formula Is' drop-down to establish the condition: =NOT(ISNA(MATCH(A1,Item_List,0))). "Supe" wrote: Is there a way to set up conditional formatting where if a name is entered that is on a list on a seperate workssheet that cell will shade to a selected color? For example, on worksheet #1 I have a list of 200 names, one which is Jeff Restad. If I enter that name in worksheet #2, that cell will shade to a selected color in worksheet #2. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Conditional List from one sheet to another | Excel Worksheet Functions | |||
Conditional formatting - multi-item text list | Excel Worksheet Functions | |||
combo box from data validation with source list in separate sheet | Excel Worksheet Functions | |||
conditional formatting using lookup up in a different sheet | Excel Discussion (Misc queries) | |||
sort list of players by team from player list on separate sheet | Excel Worksheet Functions |