On one sheet (sheet1) I've got a number in first column. That number is buried in the third column on sheet2 among the multiple items listed.
On the other sheet (sheet2), there are three columns - in the third column, each cell has multiple items listed.
I need to search sheet2 (the whole third column) for the number listed in the one column on sheet1 then return the value from sheet2 in the first column.
Basically, I need to search and find from sheet1 (cell A2) and find it on sheet2 in column c and return the name on sheet2-column a, to sheet1-cell c2. So, in this example, if I search for cell A2 on Sheet1 (1234567) I should get "Bill" from Sheet2.
I am not sure I have explained this good enough...but, thanks for your time.
On the other sheet (sheet2), there are three columns - in the third column, each cell has multiple items listed.
I need to search sheet2 (the whole third column) for the number listed in the one column on sheet1 then return the value from sheet2 in the first column.
SearchTest_12.05.2022.xlsx | |||||
---|---|---|---|---|---|
A | B | C | |||
1 | Name | Location | Description | ||
2 | Bill | xyz | Optiplex 7040; PCN 1234567; warranty ab123cd; location xyz | ||
3 | Tom | zyx | Optiplex 7040; PCN 7654321; warranty ab123cd; location xyz | ||
4 | |||||
5 | |||||
6 | |||||
7 | |||||
8 | |||||
9 | |||||
10 | |||||
Sheet2 |
SearchTest_12.05.2022.xlsx | |||||||
---|---|---|---|---|---|---|---|
A | B | C | D | E | |||
1 | Scan | ||||||
2 | 1234567 | ||||||
3 | 7654321 | ||||||
4 | |||||||
5 | |||||||
6 | |||||||
7 | |||||||
Sheet1 |
Basically, I need to search and find from sheet1 (cell A2) and find it on sheet2 in column c and return the name on sheet2-column a, to sheet1-cell c2. So, in this example, if I search for cell A2 on Sheet1 (1234567) I should get "Bill" from Sheet2.
I am not sure I have explained this good enough...but, thanks for your time.
Last edited: