assuming the DV is in B3:B6 on Sheet 2, In D2 on sheet 1 add
=IF(ISNUMBER(MATCH(Sheet1!$C2,Sheet2!$B$3:$B$6,0)) ,"Selected","")
and copy down
--
HTH
Bob Phillips
(replace somewhere in email address with gmail if mailing direct)
"james0810" wrote
in message ...
Good morning all. I have an Excel spreadsheet with 2 worksheets. The
first work sheet (worksheet A) I have a list (c2:c284) of names. On
the other worksheet (worksheet B) I have a dropdown box that includes
values from the list on worksheet A (data validation:lists). There are
4 cells in worksheet B that have this dropdown box with the selection of
names.
Here is what I am trying to do...Whenever I select a name from any of
the 4 cells in Worksheet B, I want to place the word \"Selected\" next
to the value within the list on Worksheet A.
I have been through the mill working with VLOOKUP, MATCH, INDEX, LOOKUP
and other functions. Nothing seems to work.
Thanks you all for any and all advice.
:)
--
james0810
------------------------------------------------------------------------
james0810's Profile:
http://www.excelforum.com/member.php...o&userid=36391
View this thread: http://www.excelforum.com/showthread...hreadid=561723