Yes, I am using cell referances for initials and day of month. That part
works fine and I can create the text line (see sample below) fine. If I
type
that line into a cell it works fine. I want to automate the whole process
and was hoping INDIRECT was the answer... BUT if the other sheets have to
be
open, it is useless. There are 6 daily reports and 20 working days per
month, so I would need 121 file open to review month end numbers.
Any ideas besides INDIRECT or hiring a programer?
David
Biff said:
Ok, now I'm not really following you?
'='H:\06-Stuff\Work\Opps\[BM - OE Log - 01-01-06.xls]Sheet2'!$E$18
Do you want to use a cell reference for "BM" (employee initials) and a
cell
reference for "01" (day of month)?
A downside of using Indirect is that it requires the other file be open,
as
Pete noted.
Biff
DRandolph said:
I use a text column 01 to 30 (xx) to count off the days and bring
everything
else together. The initials (yy) also change.
'='H:\06-Stuff\Work\Opps\[BM - OE Log - 01-01-06.xls]Sheet2'!$E$18
-------------------------------yy------------------xx-------------------------
The full formula has an IFERR in it, but this is the meat of it all.
David
:
Post a sample of the formula you are trying.
Biff
I receive daily reports from the people that work for me. The files
are
saved in a known location and a known naming structure (initials -
date.xls)
In a summary report I CONCATENATE their initials and the date along
with a
path but cannot get the INDIRECT command to recognize the text line.
Any help would be greatly appreciated.
David