Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 108
Default Returning info from another workbook

I currently have an offset match formula that returns values from another
workbook. The problem is the other workbook must be open or else the formula
becomes volatile. I cannot use a lookup because i cannot sort the data. Is
there any way of retrieving the information witout opening the source
workbook?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,520
Default Returning info from another workbook

Refer help on VLOOKUP(); especially the last argument

Range_lookup A logical value that specifies whether you want VLOOKUP to
find an exact match or an approximate match:

If TRUE or omitted, an exact or approximate match is returned. If an exact
match is not found, the next largest value that is less than lookup_value is
returned.
The values in the first column of table_array must be placed in ascending
sort order; otherwise, VLOOKUP may not give the correct value. You can put
the values in ascending order by choosing the Sort command from the Data menu
and selecting Ascending. For more information, see Default sort orders.

If FALSE, VLOOKUP will only find an exact match. In this case, the values in
the first column of table_array do not need to be sorted. If there are two or
more values in the first column of table_array that match the lookup_value,
the first value found is used. If an exact match is not found, the error
value #N/A is returned.

'specify the path as below....
=VLOOKUP(1,'D:\[Book5.xls]Sheet1'!$A:$B,2,0)

--
Jacob


"Enyaw" wrote:

I currently have an offset match formula that returns values from another
workbook. The problem is the other workbook must be open or else the formula
becomes volatile. I cannot use a lookup because i cannot sort the data. Is
there any way of retrieving the information witout opening the source
workbook?

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
Finding a value and returning corresponding info OssieMac Excel Discussion (Misc queries) 1 December 31st 09 01:16 AM
Linking spreadsheets and returning value to "0" if no info vtrud Excel Worksheet Functions 6 January 12th 09 10:30 PM
Lookup info in one Column and then returning info in other columns Cyndi513 Excel Worksheet Functions 1 June 23rd 08 02:36 PM
Returning a text by searching the whole workbook Sai Krishna[_2_] Excel Discussion (Misc queries) 2 June 16th 08 06:08 AM
Links to another workbook returning 0 Graham Y Excel Discussion (Misc queries) 3 March 29th 07 09:19 PM


All times are GMT +1. The time now is 10:48 AM.

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"