ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Combining two work sheets using a column in both as a key (https://www.excelbanter.com/excel-worksheet-functions/117052-combining-two-work-sheets-using-column-both-key.html)

TwoTone

Combining two work sheets using a column in both as a key
 
Hello,
I've read about Vlookup and other functions, but none seem able to do what I
need.

In my first worksheet I have a column E that has a list of numbers, some are
listed more than once.

In the second work sheet I have the same numbers in column A, except they
are unique. This worksheet has a column B which has numbers related to A.
Sort of a master list.

I want to bring the value of B into the first worksheet where ever the
number in A matches the number in E.

Did I explain this well enough? Is it possible?

DaveT

Combining two work sheets using a column in both as a key
 
If I understand correctly try this in the first cell you want the value to
return to

=VLOOKUP(E1,Sheet2!$A1:$B23,2)

where E1 is the first cell in column E that has data
Sheet2 is the name of your second sheet
$A1:$B23 is the range of columns that you want to reference
2 is the offset

Dave

"TwoTone" wrote:

Hello,
I've read about Vlookup and other functions, but none seem able to do what I
need.

In my first worksheet I have a column E that has a list of numbers, some are
listed more than once.

In the second work sheet I have the same numbers in column A, except they
are unique. This worksheet has a column B which has numbers related to A.
Sort of a master list.

I want to bring the value of B into the first worksheet where ever the
number in A matches the number in E.

Did I explain this well enough? Is it possible?



All times are GMT +1. The time now is 03:10 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com