Wildcards in other workbook cell refrence?

  • Thread starter Thread starter Pootler
  • Start date Start date
P

Pootler

Hello,

I am trying to reference a cell in a another workbook, for example

E:\CoreData\[C_SWAreaPerformanceData.may05.xls]PReports'!$F$31

This works fine, but I need to use something like a wild card as th
months change and I need the cell to read the current month. This i
what I have tried:

E:\CoreData\[C_SWAreaPerformanceData.*.xls]PReports'!$F$31

Excel does not like this, so is there another way of referencing th
cell?

Thanks
 
Assume...

E:\CoreData\[C_SWAreaPerformanceData.
is in Cell A1

may05
is in Cell A2

..xls]PReports'!$F$31
is in cell A3

Formula in A4 =
=INDIRECT("'"&A1&A2&"'!"&A3)

Change cell A3 each month.

HTH,
 

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

Back
Top