Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I need to consolidate two different worksheets that contain text. One
worksheet contains the following: Row A - Row B - alphanumeric identifier Row C&D - numbers The second worksheet contains the following: Row A - name Row B - alphanumeric identifier I need to pull the name from the second worksheet that matches the alphanumeric identifier in the first worksheet. Any ideas? Thanks, |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You mean columns A, B, C&D, right?
Put this in the cell that should return the name (A2???): =index(sheet2!a:a,match(b2,sheet2!b:b,0)) You may want to read Debra Dalgleish's notes: http://www.contextures.com/xlFunctions02.html (for =vlookup()) and http://www.contextures.com/xlFunctions03.html (for =index(match())) EXCEL101 wrote: I need to consolidate two different worksheets that contain text. One worksheet contains the following: Row A - Row B - alphanumeric identifier Row C&D - numbers The second worksheet contains the following: Row A - name Row B - alphanumeric identifier I need to pull the name from the second worksheet that matches the alphanumeric identifier in the first worksheet. Any ideas? Thanks, -- Dave Peterson |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thank you that was exactly what I needed!
"Dave Peterson" wrote: You mean columns A, B, C&D, right? Put this in the cell that should return the name (A2???): =index(sheet2!a:a,match(b2,sheet2!b:b,0)) You may want to read Debra Dalgleish's notes: http://www.contextures.com/xlFunctions02.html (for =vlookup()) and http://www.contextures.com/xlFunctions03.html (for =index(match())) EXCEL101 wrote: I need to consolidate two different worksheets that contain text. One worksheet contains the following: Row A - Row B - alphanumeric identifier Row C&D - numbers The second worksheet contains the following: Row A - name Row B - alphanumeric identifier I need to pull the name from the second worksheet that matches the alphanumeric identifier in the first worksheet. Any ideas? Thanks, -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
extra help with transpose | Excel Discussion (Misc queries) | |||
Shade cell according to text? | Excel Discussion (Misc queries) | |||
Using Concatenate function to generate text in Text Box | Charts and Charting in Excel | |||
SUMPRODUCT vs Text??? | Excel Worksheet Functions | |||
Read Text File into Excel Using VBA | Excel Discussion (Misc queries) |