Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Ben
 
Posts: n/a
Default Index,Match table array in separate workbook

Can the table array of an index/match type lookup reside in a separate
workbook without any problems
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Ardus Petus
 
Posts: n/a
Default Index,Match table array in separate workbook

Yes it can: no problem!

Didn't you try?

HTH
--
AP

"Ben" a écrit dans le message de news:
...
Can the table array of an index/match type lookup reside in a separate
workbook without any problems



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Ben
 
Posts: n/a
Default Index,Match table array in separate workbook

I did but I exprienced some problems with the links. Now that I know it's OK
I'll try again But I have a further question please. Can the name of the
other workbook reside in a cell in the workbook that contains the lookup
formula. If so could you please post an example of a simple Vlookup
substituting the Table Array with a reference to a cell that contains either
the full path of the array or maybe just the name of the other workbook. I
have experimented with it but I have not been successful so far.
Thanks
"Ardus Petus" wrote:

Yes it can: no problem!

Didn't you try?

HTH
--
AP

"Ben" a écrit dans le message de news:
...
Can the table array of an index/match type lookup reside in a separate
workbook without any problems




  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Ben
 
Posts: n/a
Default Index,Match table array in separate workbook

Here is what I mean

=VLOOKUP(M5,[Copper.xls]Prices!$B$3:$Z$1892,6)

I'd like the reference to the other workbook Copper.xls to reside in a cell
a5. How should I then express this formula.

Thanks


"Ben" wrote:

I did but I exprienced some problems with the links. Now that I know it's OK
I'll try again But I have a further question please. Can the name of the
other workbook reside in a cell in the workbook that contains the lookup
formula. If so could you please post an example of a simple Vlookup
substituting the Table Array with a reference to a cell that contains either
the full path of the array or maybe just the name of the other workbook. I
have experimented with it but I have not been successful so far.
Thanks
"Ardus Petus" wrote:

Yes it can: no problem!

Didn't you try?

HTH
--
AP

"Ben" a écrit dans le message de news:
...
Can the table array of an index/match type lookup reside in a separate
workbook without any problems




  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Ben
 
Posts: n/a
Default Index,Match table array in separate workbook

Thanks, that helped but for the benefit of future readers it did not work
first time. I think there may be 2 slight inaccuracies in the formula
(there's a qoute mark missing after1892 and I believe the last semi colon
should be a comma. The syntax below works fine.
Thanks for your help.

=VLOOKUP(M5,INDIRECT("["&A5&"]Prices!$B$3:$Z$1892"),6,FALSE)


"Ardus Petus" wrote:

=VLOOKUP(M5,INDIRECT("["&A5&"]Prices!$B$3:$Z$1892),6;FALSE)

You probably forgot to specify VLOOKUP 4th parameter.

HTH
--
AP

"Ben" a écrit dans le message de news:
...
Here is what I mean

=VLOOKUP(M5,[Copper.xls]Prices!$B$3:$Z$1892,6)

I'd like the reference to the other workbook Copper.xls to reside in a
cell
a5. How should I then express this formula.

Thanks


"Ben" wrote:

I did but I exprienced some problems with the links. Now that I know it's
OK
I'll try again But I have a further question please. Can the name of the
other workbook reside in a cell in the workbook that contains the lookup
formula. If so could you please post an example of a simple Vlookup
substituting the Table Array with a reference to a cell that contains
either
the full path of the array or maybe just the name of the other workbook.
I
have experimented with it but I have not been successful so far.
Thanks
"Ardus Petus" wrote:

Yes it can: no problem!

Didn't you try?

HTH
--
AP

"Ben" a écrit dans le message de news:
...
Can the table array of an index/match type lookup reside in a
separate
workbook without any problems






  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Ardus Petus
 
Posts: n/a
Default Index,Match table array in separate workbook

Thanks for the feedback

I answered your question without testing.
Semi-colon is my french locale separator.

Cheers,
--
AP

"Ben" a écrit dans le message de news:
...
Thanks, that helped but for the benefit of future readers it did not work
first time. I think there may be 2 slight inaccuracies in the formula
(there's a qoute mark missing after1892 and I believe the last semi colon
should be a comma. The syntax below works fine.
Thanks for your help.

=VLOOKUP(M5,INDIRECT("["&A5&"]Prices!$B$3:$Z$1892"),6,FALSE)


"Ardus Petus" wrote:

=VLOOKUP(M5,INDIRECT("["&A5&"]Prices!$B$3:$Z$1892),6;FALSE)

You probably forgot to specify VLOOKUP 4th parameter.

HTH
--
AP

"Ben" a écrit dans le message de news:
...
Here is what I mean

=VLOOKUP(M5,[Copper.xls]Prices!$B$3:$Z$1892,6)

I'd like the reference to the other workbook Copper.xls to reside in a
cell
a5. How should I then express this formula.

Thanks


"Ben" wrote:

I did but I exprienced some problems with the links. Now that I know
it's
OK
I'll try again But I have a further question please. Can the name of
the
other workbook reside in a cell in the workbook that contains the
lookup
formula. If so could you please post an example of a simple Vlookup
substituting the Table Array with a reference to a cell that contains
either
the full path of the array or maybe just the name of the other
workbook.
I
have experimented with it but I have not been successful so far.
Thanks
"Ardus Petus" wrote:

Yes it can: no problem!

Didn't you try?

HTH
--
AP

"Ben" a écrit dans le message de
news:
...
Can the table array of an index/match type lookup reside in a
separate
workbook without any problems








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
Pivot table with protect workbook kalz Excel Discussion (Misc queries) 1 March 10th 06 02:58 AM
Select sheet tabs in workbook & save to separate workbook files stratocaster Excel Worksheet Functions 2 March 1st 06 03:35 PM
Pivot table using different worksheets/same workbook Mellie Charts and Charting in Excel 1 December 14th 05 09:06 PM
Table Array in VLOOKUP Relies on Data Validation willydlish Excel Worksheet Functions 2 February 16th 05 03:20 AM
How to use a cell value as Table Array in VLOOKUP worksheet function willydlish Excel Discussion (Misc queries) 2 February 16th 05 02:47 AM


All times are GMT +1. The time now is 05:59 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"