Hi,
I'm a complete newbie..
I need a vlookup creating for if possible.
Sheet1 Column A has reference numbers that I need matching with the reference numbers on sheet 2 column A but I also want Sheet 2 column B to copy over with this matched data.
Hope this makes sense
Many thanks in advance
Darren
Try VLOOKUP
e.g.
=VLOOKUP(A2,'Sheet1'!A:B,2,FALSE)
adjust sheetname and ranges/references to suit.
Then copy formula down.
Microsoft MVP - Excel
Where there is a will there are many ways. Pick One!
Please read the Forum Rules
If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below
Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.
Preferred Charities: Lupus Canada and Sick Kids Foundation.
Feel Free to Donate if you want to, for the assistance you received today.
Maybe the sheets are reversed?
=VLOOKUP(A2,'Sheet2'!A:B,2,FALSE)
Microsoft MVP - Excel
Where there is a will there are many ways. Pick One!
Please read the Forum Rules
If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below
Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.
Preferred Charities: Lupus Canada and Sick Kids Foundation.
Feel Free to Donate if you want to, for the assistance you received today.
Another quicky one.. I hope... :-)
Once the Vlookup is complete.. Is there a way of copying the matched data to a column on the 1st sheet? next to the corresponding reference?
I would copy and paste but there is over 6800 lines..
Darren
I think you would need to do another Vlookup looking the other way...
e.g.
=VLOOKUP(A2,'Sheet2'!A:B,2,FALSE)
Microsoft MVP - Excel
Where there is a will there are many ways. Pick One!
Please read the Forum Rules
If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below
Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.
Preferred Charities: Lupus Canada and Sick Kids Foundation.
Feel Free to Donate if you want to, for the assistance you received today.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks