Array Formula + Indirect Reference

D

davey11372

I am trying to do the following two procedures:

Procedure 1.

Array Formula setting.... for stock analysis.
The formula syntax is,

=eLink|Bars!'SYMBOL,PERIOD,#BARS,[DTOHLCV],{HEADERS},{HH:MM-HH:MM},{FILL}'

Example: =eLink|Bars!'IBM,15,1000,DTOHLCV,HEADERS,09:30-16:00'

I have copied the formula into multiple sheets (a separate sheet fo
each stock/symbol).

The SYMBOL field, of the formula, is the only field that changes o
each sheet.

Instead of me typing in the different/new symbol manually on eac
sheet, is possible to reference the 'symbol' to a cell value (eg. $a$
or if it is easier, to reference it to the sheet/tab name). I trie
using the $A$1 format but it does not work ... i guess something to d
with the apostrophe before the symbol text.
Another option, if it may be easier, can I group the sheets, select th
cell that contains the array formula - and somehow 'find and replace
the 'symbol' text with a cell value (in this case the stock symbol i
A1)
...............................

Procedure 2.

I have data for multiple stocks in multiple files/workbooks (because o
size constraints of Excel).

I have another workbook that has an analysis template/sheet.
There are 2 data columns in the sheet - one each for a pair o
symbols.
There are two empty cells in the template - one for each of the
stock/symbols.
When I type a symbol into one of the empty cell - I would like th
template to fetch the data for that symbol, from the data workbooks
and paste/download it into the respective column for the stock.

My challenge here is: I think I can try the INDIRECT reference method.
What I do not know is, how to create the formula, such that, th
template would search all the workbooks, and find the sheet for th
particular symbol. By myself, I can manage creating a formula if ther
was only one workbook/file to create an INDIRECT reference.

Of course, I could manually type in the respective workbook/file eac
time, but obviously I am trying to bypass doing so.
.............................................

Thanks much for any feedbac
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top