If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > PC based Database Applications > Microsoft Excel > Lookup in sheet from another file sheet

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 12-18-06, 20:54
mustish1 mustish1 is offline
Registered User
 
Join Date: Jul 2006
Posts: 149
Lookup in sheet from another file sheet

Hi: Can any one please tell me how to i create a lookup sheet. I mean every time when i open the excel file it automatically update the data into the sheet from another excel file.

Thanks.
Reply With Quote
  #2 (permalink)  
Old 12-19-06, 09:54
shades shades is offline
Registered User
 
Join Date: Oct 2003
Posts: 1,091
Howdy. It works best to have both workbooks open when setting this up. Depending on which form of lookup you use (LOOKUP, VLOOKUP, or INDEX/MATCH), the form will vary but the reference is still valid. Here is one example using INDEX/MATCH:

=INDEX([Data.xls]!$A2:$K$100,MATCH($A18,[Data.xls]!$A$2:$A$100,0),E$14)

Note, that the workbook reference is in square brackets.
__________________
old, slow, and confused
but at least I'm inconsistent!

Rich
(retired Excel 2003 user, 3/28/2008)

How to ask a question on forums
Reply With Quote
  #3 (permalink)  
Old 12-19-06, 18:33
mustish1 mustish1 is offline
Registered User
 
Join Date: Jul 2006
Posts: 149
ok thanks only last thing which is my target workbook and which one is source
Reply With Quote
  #4 (permalink)  
Old 12-19-06, 22:26
shades shades is offline
Registered User
 
Join Date: Oct 2003
Posts: 1,091
Data in the example above is the source.
__________________
old, slow, and confused
but at least I'm inconsistent!

Rich
(retired Excel 2003 user, 3/28/2008)

How to ask a question on forums
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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