Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 78
Default Table_array lookup through a define list

Good Day

I am trying to define a list of workbooks path and refering lookup
table_array to that list but its not working.

I have a database having 175 workbooks containing data as follows

Workbook name: Results ACBL
Sheet Name: Results

Sheet Details


Results'!

Forecasted and Actual Results

Analyst Name 2005 2006 2007 2008 Last Update on

ABC 10 12 14 16 Nov. 10, 2006
XYZ 11 13 15 17 Nov. 05, 2006

Total 25 analyst names


In other workbook I have to call valuation for a specific year from any
specific analysts, like

Workbook name: Result Summary

Co. ABC XYZ .... .... .....
2006 2006
ACBL (F) 12 13
SEPL (F) 14 15
ATIF (F) 16 17

(F) stands for forecasted Result

Analyst name more often change depends on the situation and need.

I can get the name and corresponding value dynamically by using index and
match but can select

the workbook and dynamically, everytime formula need to be edited for the
workbook name saved

in different subfolders.

I have developed a list for the whole 175 companies in a sheet containing
the symbols for the

company (ACBL) in the workbook name and the whole path of that file in the
corresponding cell,

e.g. (S:\Correspondence with Analyst\[Results UPDATES.xls]ACBL'!)

Is there anyway that i can use this list of path as lookup_array to lookup
the value in

different workbook and sheets.

Is there anyway, than it would be really helpful

I have define name for the path list "Path List" and trying the formula with
the help of index

and match.

What i am trying rigth now is only for on row, where

A1 (Sheet Name) B1 (Path)
ACBL 'S:\Correspondence with Analyst\[Results UPDATES.xls]

C1 (combining the 2 cell A1 and B1)
'S:\Correspondence with Analyst\[Results UPDATES.xls]ACBL'!

D1 (lookup Value)
ABC

E1 (Formula)
=vlookup(D1,c1A1:h30,4,false)

Here C1 refers to the workbook path and sheet name and A1:H30 is the cell
range to lookup in

that sheet.

Is there any advise
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max Max is offline
external usenet poster
 
Posts: 9,221
Default Table_array lookup through a define list

Perhaps you could throw a courtesy feedback as a closure to my response in
your earlier posting today. You've dramatically changed your issue
parameters in this new posting. I've got nothing further to offer you here.
Operationally, should you ever decide to revert to the situation as per your
earlier post, think you'd find my suggestion there a workable option.
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"Salman" wrote in message
...
Good Day

I am trying to define a list of workbooks path and refering lookup
table_array to that list but its not working.

I have a database having 175 workbooks containing data as follows

Workbook name: Results ACBL
Sheet Name: Results

Sheet Details


Results'!

Forecasted and Actual Results

Analyst Name 2005 2006 2007 2008 Last Update on

ABC 10 12 14 16 Nov. 10, 2006
XYZ 11 13 15 17 Nov. 05, 2006

Total 25 analyst names


In other workbook I have to call valuation for a specific year from any
specific analysts, like

Workbook name: Result Summary

Co. ABC XYZ .... .... .....
2006 2006
ACBL (F) 12 13
SEPL (F) 14 15
ATIF (F) 16 17

(F) stands for forecasted Result

Analyst name more often change depends on the situation and need.

I can get the name and corresponding value dynamically by using index and
match but can select

the workbook and dynamically, everytime formula need to be edited for the
workbook name saved

in different subfolders.

I have developed a list for the whole 175 companies in a sheet containing
the symbols for the

company (ACBL) in the workbook name and the whole path of that file in the
corresponding cell,

e.g. (S:\Correspondence with Analyst\[Results UPDATES.xls]ACBL'!)

Is there anyway that i can use this list of path as lookup_array to lookup
the value in

different workbook and sheets.

Is there anyway, than it would be really helpful

I have define name for the path list "Path List" and trying the formula
with
the help of index

and match.

What i am trying rigth now is only for on row, where

A1 (Sheet Name) B1 (Path)
ACBL 'S:\Correspondence with Analyst\[Results UPDATES.xls]

C1 (combining the 2 cell A1 and B1)
'S:\Correspondence with Analyst\[Results UPDATES.xls]ACBL'!

D1 (lookup Value)
ABC

E1 (Formula)
=vlookup(D1,c1A1:h30,4,false)

Here C1 refers to the workbook path and sheet name and A1:H30 is the cell
range to lookup in

that sheet.

Is there any advise



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 78
Default Table_array lookup through a define list

Thanks alot, and pardon for that, infact after posting my query i could not
saw my question on the forum nor i receive any intimation through mail from
the site, although the first one was posted couple of days back, I just
received 3 intimations at the same time, dont know wat happened.
thanks for your effort, now i will go to your reply, i think its neccessary
to thanks you first and now i am going to check your reply for earlier post.
in recent post i try to clear the situation which i thought somehow
confusing, but the situation, i mean the action wat i want to do is the same
and it can be use in any situaion if there is any solution.
Once again thanks alot

"Max" wrote:

Perhaps you could throw a courtesy feedback as a closure to my response in
your earlier posting today. You've dramatically changed your issue
parameters in this new posting. I've got nothing further to offer you here.
Operationally, should you ever decide to revert to the situation as per your
earlier post, think you'd find my suggestion there a workable option.
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"Salman" wrote in message
...
Good Day

I am trying to define a list of workbooks path and refering lookup
table_array to that list but its not working.

I have a database having 175 workbooks containing data as follows

Workbook name: Results ACBL
Sheet Name: Results

Sheet Details


Results'!

Forecasted and Actual Results

Analyst Name 2005 2006 2007 2008 Last Update on

ABC 10 12 14 16 Nov. 10, 2006
XYZ 11 13 15 17 Nov. 05, 2006

Total 25 analyst names


In other workbook I have to call valuation for a specific year from any
specific analysts, like

Workbook name: Result Summary

Co. ABC XYZ .... .... .....
2006 2006
ACBL (F) 12 13
SEPL (F) 14 15
ATIF (F) 16 17

(F) stands for forecasted Result

Analyst name more often change depends on the situation and need.

I can get the name and corresponding value dynamically by using index and
match but can select

the workbook and dynamically, everytime formula need to be edited for the
workbook name saved

in different subfolders.

I have developed a list for the whole 175 companies in a sheet containing
the symbols for the

company (ACBL) in the workbook name and the whole path of that file in the
corresponding cell,

e.g. (S:\Correspondence with Analyst\[Results UPDATES.xls]ACBL'!)

Is there anyway that i can use this list of path as lookup_array to lookup
the value in

different workbook and sheets.

Is there anyway, than it would be really helpful

I have define name for the path list "Path List" and trying the formula
with
the help of index

and match.

What i am trying rigth now is only for on row, where

A1 (Sheet Name) B1 (Path)
ACBL 'S:\Correspondence with Analyst\[Results UPDATES.xls]

C1 (combining the 2 cell A1 and B1)
'S:\Correspondence with Analyst\[Results UPDATES.xls]ACBL'!

D1 (lookup Value)
ABC

E1 (Formula)
=vlookup(D1,c1A1:h30,4,false)

Here C1 refers to the workbook path and sheet name and A1:H30 is the cell
range to lookup in

that sheet.

Is there any advise




  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max Max is offline
external usenet poster
 
Posts: 9,221
Default Table_array lookup through a define list

It's much easier to work with 175 identically structured source sheets in a
single book / file than to work with 175 books, leaving aside 175 books in
175 different folders ..
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"Salman" wrote in message
...
Thanks a lot, and pardon for that, infact after posting my query i could
not
saw my question on the forum nor i receive any intimation through mail
from
the site, although the first one was posted couple of days back, I just
received 3 intimations at the same time, dont know wat happened.
thanks for your effort, now i will go to your reply, i think its
neccessary
to thanks you first and now i am going to check your reply for earlier
post.
in recent post i try to clear the situation which i thought somehow
confusing, but the situation, i mean the action wat i want to do is the
same
and it can be use in any situaion if there is any solution.
Once again thanks alot



  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 78
Default Table_array lookup through a define list

Thanks again for your reply, i think i was not very much clear

what exactly i want to do is retreive data from 175 workbooks in a single
sheet

175 different workbooks in different sub folders -----to------ a single sheet

To confirm, file names are in same format i.e. Time Series xxx.xls, and in
the all workbooks worksheets name are similar as well i.e. Time Series the
only problem for me is to how to deal with different paths of subfolders.

175 companies are distributed to different persons who update informations
and that is also through a system (everything is purely in Excel). Data
structure for a company is as follows:

3 Folders 1. External Research (Market Research)
2. Financial Statements (Soft Copies of statement)
3. Internal Research (Internal Working + Time Series + write ups)

the way we are working different 175 workbooks are neccessary and already we
have don alot more so any change in structure would cost alot.

Main thing i want to do, if i was not clear before,

1) I have a list of all 175 workbook paths in a single sheet
2) I have to retreive value, as stated before, in the same workbook in a
another sheet, where i already have the list of workbooks path


In Sheet2
In Cell A1 the Co. Name (ACBL)
In Cell b1 the path of the time series for that co. (S:\Commercial
Banks\Askari Commercial Bank Limited\Internal Research\Time Series ACBL.xls)

what i was trying is " vlookup(a4,table_array,Col...........)

Instead typing the table array manually i am trying to link the cell B1 as
table_array
Is there any way ?

the same thing i tried to tell before, only the data is change, but if there
was anything different in working then pardon me for that


"Max" wrote:

It's much easier to work with 175 identically structured source sheets in a
single book / file than to work with 175 books, leaving aside 175 books in
175 different folders ..
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"Salman" wrote in message
...
Thanks a lot, and pardon for that, infact after posting my query i could
not
saw my question on the forum nor i receive any intimation through mail
from
the site, although the first one was posted couple of days back, I just
received 3 intimations at the same time, dont know wat happened.
thanks for your effort, now i will go to your reply, i think its
neccessary
to thanks you first and now i am going to check your reply for earlier
post.
in recent post i try to clear the situation which i thought somehow
confusing, but the situation, i mean the action wat i want to do is the
same
and it can be use in any situaion if there is any solution.
Once again thanks alot






  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max Max is offline
external usenet poster
 
Posts: 9,221
Default Table_array lookup through a define list

In Sheet2
In Cell A1 the Co. Name (ACBL)
In Cell b1 the path of the time series for that co. (S:\Commercial
Banks\Askari Commercial Bank Limited\Internal Research\Time Series
ACBL.xls)

what i was trying is " vlookup(a4,table_array,Col...........)

Instead typing the table array manually i am trying
to link the cell B1 as table_array Is there any way ?


Using INDIRECT, it is possible to link to B1, but it won't work if the
source book is closed.

For eg, this works even when the source book: Results Update.xls is closed:
=VLOOKUP(A4,'D:\Modelling\[Results Update.xls]ACBL'!$E$2:$F$4,2,0)

Assuming B1 contains the path:
D:\Modelling\[Results Update.xls]ACBL'!E2:F4

we could frame it up using INDIRECT to point to B1 as:
=VLOOKUP(A4,INDIRECT("'"&B1),2,0)

but the above only works if the source book: Results Update.xls is
simultaneously open. If the source book is closed, we'd just get #REF!

--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"Salman" wrote in message
...
Thanks again for your reply, i think i was not very much clear

what exactly i want to do is retreive data from 175 workbooks in a single
sheet

175 different workbooks in different sub folders -----to------ a single
sheet

To confirm, file names are in same format i.e. Time Series xxx.xls, and in
the all workbooks worksheets name are similar as well i.e. Time Series the
only problem for me is to how to deal with different paths of subfolders.

175 companies are distributed to different persons who update informations
and that is also through a system (everything is purely in Excel). Data
structure for a company is as follows:

3 Folders 1. External Research (Market Research)
2. Financial Statements (Soft Copies of statement)
3. Internal Research (Internal Working + Time Series + write ups)

the way we are working different 175 workbooks are neccessary and already
we
have don alot more so any change in structure would cost alot.

Main thing i want to do, if i was not clear before,

1) I have a list of all 175 workbook paths in a single sheet
2) I have to retreive value, as stated before, in the same workbook in a
another sheet, where i already have the list of workbooks path


In Sheet2
In Cell A1 the Co. Name (ACBL)
In Cell b1 the path of the time series for that co. (S:\Commercial
Banks\Askari Commercial Bank Limited\Internal Research\Time Series
ACBL.xls)

what i was trying is " vlookup(a4,table_array,Col...........)

Instead typing the table array manually i am trying to link the cell B1 as
table_array
Is there any way ?

the same thing i tried to tell before, only the data is change, but if
there
was anything different in working then pardon me for that



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
Advanced filter and a list Epinn New Users to Excel 14 September 20th 06 02:11 AM
Dependant parts list -lookup BEEZ Excel Discussion (Misc queries) 3 October 8th 05 12:37 PM
In Excel,how do I lookup a value and assign it to a list? Paul Excel Worksheet Functions 1 August 25th 05 04:39 PM
Lookup values in a list and return multiple rows of data Amanda L Excel Worksheet Functions 2 December 2nd 04 04:48 PM
Lookup closest number in list Jeff Excel Discussion (Misc queries) 6 November 26th 04 07:27 PM


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

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

About Us

"It's about Microsoft Excel"