ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   VLookup Data in two Sheets (https://www.excelbanter.com/excel-worksheet-functions/208575-vlookup-data-two-sheets.html)

HD[_3_]

VLookup Data in two Sheets
 
How do I look up vlookup with two sheets one Sheet 1 has everything and in
Sheet 2 I need the description to populate

Sheet 1
Item Description
Bike Bike prod
Train New Train Red
Dog Big Brown dog

Need the vlookup
Sheet 2
Item Description
Bike vlookup from sheet 1 to get the description
Dog vlookup from sheet 1 to get the description


RonaldoOneNil

VLookup Data in two Sheets
 
In B column on Sheet 2

=VLOOKUP(A1,Sheet1!A1:B4,2,FALSE)

Alter the ranges and cell values as appropriate and then copy formula down

"HD" wrote:

How do I look up vlookup with two sheets one Sheet 1 has everything and in
Sheet 2 I need the description to populate

Sheet 1
Item Description
Bike Bike prod
Train New Train Red
Dog Big Brown dog

Need the vlookup
Sheet 2
Item Description
Bike vlookup from sheet 1 to get the description
Dog vlookup from sheet 1 to get the description


ShaneDevenshire

VLookup Data in two Sheets
 
Hi,

Try something like

=VLOOKUP(A2,Sheet1!A:B,2,)

or for a smaller lookup table

=VLOOKUP(A2,Sheet1!A$2:B$100,2,)

The $ signs are important
--
Thanks,
Shane Devenshire


"HD" wrote:

How do I look up vlookup with two sheets one Sheet 1 has everything and in
Sheet 2 I need the description to populate

Sheet 1
Item Description
Bike Bike prod
Train New Train Red
Dog Big Brown dog

Need the vlookup
Sheet 2
Item Description
Bike vlookup from sheet 1 to get the description
Dog vlookup from sheet 1 to get the description



All times are GMT +1. The time now is 11:18 AM.

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