I am trying to use the filters and vlookup, but I haven't gotten this to work in my excel 07.
I have 2 sheets. Sheet 2 has a list of numbers that I want to check for in sheet 1, and then pull any matches including duplicates, to sheet 2. For example,
Sheet 1
1
2
3
3
4
5
6
Sheet 2
2
3
5
I want to use the numbers in sheet 2 as the criteria for pulling from sheet 1 and create a new column with those values. So my result for the above would be
Sheet 2
2
3
3
5
I've been working with advanced filters, and trying to set the criteria through there. I thought that simply having the criteria in separate rows would use the OR function, but the list I get doesn't work. Am I doing something wrong, or is there a better way to do this? I've tried with my numbers stored as both text and numbers.
Edit: as a bonus, I will then need to pull information from the cells adjacent to each value from sheet one. Using the same example as above,
Sheet 2
2|A
3|A
3|B
5|D
Where the A, A, B, and D are taken from cells adjacent to the respective values in sheet 1.
Bookmarks