Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
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! |
#2
![]() |
|||
|
|||
![]()
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! |
#3
![]() |
|||
|
|||
![]()
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! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
copy subtotal information to new sheet | Excel Worksheet Functions | |||
Import data file but exlude information I already have in sheet? | Excel Discussion (Misc queries) | |||
Copying multiple sheets from one book 2 another and undertake spec | Excel Discussion (Misc queries) | |||
Copy formula...sheet 2 sheet | New Users to Excel | |||
linking multiple sheets to a summary sheet | Excel Discussion (Misc queries) |