![]() |
Retreive information from One Sheet to Another
Hi.
I have an excel document with two sheets. On sheet 1 I have a list of items with three columns (Part Number, Description, and Supplier). On sheet 2 I have an invoice template with three columns. (QTY, Part Number and Description). What I want to do is that whenever a part number is entered on the invoice, the description field to be filled automatically using the information from the list on sheet 1. How is this accomplished? Thanks in advanced! |
Hi,
Use VLOOKUP. For eg. use =VLOOKUP(A1,Sheet1!A1:C5,2,FALSE) where A1 is the cell in sheet 2 where the Part number is entered and Sheet1 A1 to C5 is the range where you have the list of items and '2' denotes the column no. of the description in that range. Govind. Vladymir wrote: Hi. I have an excel document with two sheets. On sheet 1 I have a list of items with three columns (Part Number, Description, and Supplier). On sheet 2 I have an invoice template with three columns. (QTY, Part Number and Description). What I want to do is that whenever a part number is entered on the invoice, the description field to be filled automatically using the information from the list on sheet 1. How is this accomplished? Thanks in advanced! |
By using the VLOOKUP Function in the to-be-filled-in-cells.
See Debra Dalgleish's site for info. http://www.contextures.on.ca/xlFunctions02.html While you're there check out using Data Validation drop-downs for entering values to lookup. http://www.contextures.on.ca/xlDataVal01.html Gord Dibben Excel MVP On Thu, 21 Jul 2005 16:30:01 -0700, "Vladymir" wrote: Hi. I have an excel document with two sheets. On sheet 1 I have a list of items with three columns (Part Number, Description, and Supplier). On sheet 2 I have an invoice template with three columns. (QTY, Part Number and Description). What I want to do is that whenever a part number is entered on the invoice, the description field to be filled automatically using the information from the list on sheet 1. How is this accomplished? Thanks in advanced! |
All times are GMT +1. The time now is 01:01 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com