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 dynamic table_array in lookup,match & index

Good Day

I am trying to minimize the working for every new year, a little help needed

I have a workbookk having 175 worksheet containing data as follows

Workbook name: Results Update
Sheet Name: ACBL

Sheet Details


ACBL
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 workbooks dedicated for every company like individualy ACBL in i
have to call valuation for the years for that specific company of some
specific analysts, like

Workbook name: Time Series ACBL

ABC XYZ .... .... .....
2006 (A) 12 13
2007 (F) 14 15
2008 (F) 16 17

(A) stands for Actual Result
(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 sheet dynamically, everytime formula need to be
edited for the sheet name.

I have developed a list for the whole 175 companies in a sheet containing
the symbols for the company (ACBL) and the whole path in the corresponding
cell, for the workbook Result update with the sheet name e.g.
(S:\Correspondence with Analyst\[Results UPDATES.xls]ACBL'!)

Is there anyway that i can use this path to lookup the value in different
sheets by defining the lookup_array through the list.
Is there anyway than it would be really helpful
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max Max is offline
external usenet poster
 
Posts: 9,221
Default dynamic table_array in lookup,match & index

Here's a crack at this ..

In Results Update.xls, in sheet: ACBL, Analyst names are assumed in A3 down,
years in B2 across. Similar structure is assumed in the other 174 company
sheets.

With Results Update.xls open ..
(this is a must, but should not pose a problem since it's only 1 file)

In: Time Series ACBL.xls, in Sheet1 (say),
Analyst names are assumed listed in C1 across, years in A2 down

Put in A1:
=SUBSTITUTE(SUBSTITUTE(MID(CELL("filename",A1),FIN D("[",CELL("filename",A1),1)+1,FIND("]",CELL("filename",A1),1)-FIND("[",CELL("filename",A1),1)-1),"Time
Series ",""),".xls","")

The above will extract the company name "ACBL" from the filename into A1.
I've presumed all 175 individual company files are similarly named as: Time
Series XXXX.xls, Time Series YYY.xls, etc, ie with the preceding phrase
inclusive of the space: "Time Series ".

Then place in the top left cell C2:
=OFFSET(INDIRECT("'[Results
Update.xls]"&$A$1&"'!A2"),MATCH(C$1,INDIRECT("'[Results
Update.xls]"&$A$1&"'!A:A"),0)-2,MATCH($A2,INDIRECT("'[Results
Update.xls]"&$A$1&"'!2:2"),0)-1)
Copy C2 across & fill down to populate the table

The above should return the required results
in Sheet1 in the individual company files.
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"Salman" wrote:
Good Day

I am trying to minimize the working for every new year, a little help needed

I have a workbook having 175 worksheet containing data as follows

Workbook name: Results Update
Sheet Name: ACBL

Sheet Details


ACBL
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 workbooks dedicated for every company like individualy ACBL in i
have to call valuation for the years for that specific company of some
specific analysts, like

Workbook name: Time Series ACBL

ABC XYZ .... .... .....
2006 (A) 12 13
2007 (F) 14 15
2008 (F) 16 17

(A) stands for Actual Result
(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 sheet dynamically, everytime formula need to be
edited for the sheet name.

I have developed a list for the whole 175 companies in a sheet containing
the symbols for the company (ACBL) and the whole path in the corresponding
cell, for the workbook Result update with the sheet name e.g.
(S:\Correspondence with Analyst\[Results UPDATES.xls]ACBL'!)

Is there anyway that i can use this path to lookup the value in different
sheets by defining the lookup_array through the list.
Is there anyway than it would be really helpful

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
Dynamic Range with unused formula messing up x axis on dynamic graph [email protected] Charts and Charting in Excel 2 February 2nd 06 09:02 PM
cell color index comparison MINAL ZUNKE New Users to Excel 1 June 30th 05 08:11 AM
dynamic, double vlookup, match, index, dget?? different workbooks Leslie Excel Worksheet Functions 11 June 27th 05 10:45 PM
Can't create dynamic charts Brian Sells Charts and Charting in Excel 7 March 22nd 05 05:23 AM
index to a range of cells Frank Kabel Excel Worksheet Functions 0 October 27th 04 06:39 PM


All times are GMT +1. The time now is 01:04 PM.

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"