Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Dear Friends,
My data is as follows; Col A Col B Col C Col D RED Yellow Y Gre Black E Pink RED F Yellow Brown G I have the above data, How can i match Col A1(RED) to the data in column C (Yellow to Brown) and if col A1 (RED) matches to any cell in Col C (example matches col C RED) then pickup the data from subsequent Col D (example col D F) and place in col B1 Hope i have not confused youll in asking my question. Regards |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Mat,
In cell B1: =VLOOKUP(A1,C1:D4,2,False) HTH, Bernie MS Excel MVP "Mat" wrote in message ... Dear Friends, My data is as follows; Col A Col B Col C Col D RED Yellow Y Gre Black E Pink RED F Yellow Brown G I have the above data, How can i match Col A1(RED) to the data in column C (Yellow to Brown) and if col A1 (RED) matches to any cell in Col C (example matches col C RED) then pickup the data from subsequent Col D (example col D F) and place in col B1 Hope i have not confused youll in asking my question. Regards |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Need to Improve Code Copying/Pasting Between Workbooks | Excel Discussion (Misc queries) | |||
copy and pasting a find all list into another column | Excel Discussion (Misc queries) | |||
Possible Lookup Table | Excel Worksheet Functions | |||
up to 7 functions? | Excel Worksheet Functions | |||
GET.CELL | Excel Worksheet Functions |