Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Vladymir
 
Posts: n/a
Default 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!

  #2   Report Post  
Govind
 
Posts: n/a
Default

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   Report Post  
Gord Dibben
 
Posts: n/a
Default

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
copy subtotal information to new sheet Patience Excel Worksheet Functions 2 June 15th 05 04:03 PM
Import data file but exlude information I already have in sheet? Tom R Excel Discussion (Misc queries) 1 May 3rd 05 12:07 PM
Copying multiple sheets from one book 2 another and undertake spec Pank Mehta Excel Discussion (Misc queries) 14 March 16th 05 04:41 PM
Copy formula...sheet 2 sheet Mick New Users to Excel 0 January 26th 05 01:58 AM
linking multiple sheets to a summary sheet greg g Excel Discussion (Misc queries) 1 December 16th 04 07:43 AM


All times are GMT +1. The time now is 12:42 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"