+ Reply to Thread
Results 1 to 8 of 8

Wildcards in other workbook cell refrence?

  1. #1
    Registered User
    Join Date
    06-02-2005
    Location
    U.K
    Posts
    1

    Wildcards in other workbook cell refrence?

    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 the months change and I need the cell to read the current month. This is what I have tried:

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

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

    Thanks
    P

  2. #2
    Gary Brown
    Guest

    RE: Wildcards in other workbook cell refrence?

    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,
    --
    Gary Brown
    [email protected]
    Please rate this posting if it is helpful to you.


    "Pootler" wrote:

    >
    > 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 the
    > months change and I need the cell to read the current month. This is
    > what I have tried:
    >
    > E:\CoreData\[C_SWAreaPerformanceData.*.xls]PReports'!$F$31
    >
    > Excel does not like this, so is there another way of referencing the
    > cell?
    >
    > Thanks
    > P
    >
    >
    > --
    > Pootler
    > ------------------------------------------------------------------------
    > Pootler's Profile: http://www.excelforum.com/member.php...o&userid=23977
    > View this thread: http://www.excelforum.com/showthread...hreadid=375970
    >
    >


  3. #3
    Gary Brown
    Guest

    RE: Wildcards in other workbook cell refrence?

    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,
    --
    Gary Brown
    [email protected]
    Please rate this posting if it is helpful to you.


    "Pootler" wrote:

    >
    > 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 the
    > months change and I need the cell to read the current month. This is
    > what I have tried:
    >
    > E:\CoreData\[C_SWAreaPerformanceData.*.xls]PReports'!$F$31
    >
    > Excel does not like this, so is there another way of referencing the
    > cell?
    >
    > Thanks
    > P
    >
    >
    > --
    > Pootler
    > ------------------------------------------------------------------------
    > Pootler's Profile: http://www.excelforum.com/member.php...o&userid=23977
    > View this thread: http://www.excelforum.com/showthread...hreadid=375970
    >
    >


  4. #4
    Gary Brown
    Guest

    RE: Wildcards in other workbook cell refrence?

    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,
    --
    Gary Brown
    [email protected]
    Please rate this posting if it is helpful to you.


    "Pootler" wrote:

    >
    > 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 the
    > months change and I need the cell to read the current month. This is
    > what I have tried:
    >
    > E:\CoreData\[C_SWAreaPerformanceData.*.xls]PReports'!$F$31
    >
    > Excel does not like this, so is there another way of referencing the
    > cell?
    >
    > Thanks
    > P
    >
    >
    > --
    > Pootler
    > ------------------------------------------------------------------------
    > Pootler's Profile: http://www.excelforum.com/member.php...o&userid=23977
    > View this thread: http://www.excelforum.com/showthread...hreadid=375970
    >
    >


  5. #5
    Gary Brown
    Guest

    RE: Wildcards in other workbook cell refrence?

    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,
    --
    Gary Brown
    [email protected]
    Please rate this posting if it is helpful to you.


    "Pootler" wrote:

    >
    > 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 the
    > months change and I need the cell to read the current month. This is
    > what I have tried:
    >
    > E:\CoreData\[C_SWAreaPerformanceData.*.xls]PReports'!$F$31
    >
    > Excel does not like this, so is there another way of referencing the
    > cell?
    >
    > Thanks
    > P
    >
    >
    > --
    > Pootler
    > ------------------------------------------------------------------------
    > Pootler's Profile: http://www.excelforum.com/member.php...o&userid=23977
    > View this thread: http://www.excelforum.com/showthread...hreadid=375970
    >
    >


  6. #6
    Gary Brown
    Guest

    RE: Wildcards in other workbook cell refrence?

    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,
    --
    Gary Brown
    [email protected]
    Please rate this posting if it is helpful to you.


    "Pootler" wrote:

    >
    > 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 the
    > months change and I need the cell to read the current month. This is
    > what I have tried:
    >
    > E:\CoreData\[C_SWAreaPerformanceData.*.xls]PReports'!$F$31
    >
    > Excel does not like this, so is there another way of referencing the
    > cell?
    >
    > Thanks
    > P
    >
    >
    > --
    > Pootler
    > ------------------------------------------------------------------------
    > Pootler's Profile: http://www.excelforum.com/member.php...o&userid=23977
    > View this thread: http://www.excelforum.com/showthread...hreadid=375970
    >
    >


  7. #7
    Gary Brown
    Guest

    RE: Wildcards in other workbook cell refrence?

    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,
    --
    Gary Brown
    [email protected]
    Please rate this posting if it is helpful to you.


    "Pootler" wrote:

    >
    > 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 the
    > months change and I need the cell to read the current month. This is
    > what I have tried:
    >
    > E:\CoreData\[C_SWAreaPerformanceData.*.xls]PReports'!$F$31
    >
    > Excel does not like this, so is there another way of referencing the
    > cell?
    >
    > Thanks
    > P
    >
    >
    > --
    > Pootler
    > ------------------------------------------------------------------------
    > Pootler's Profile: http://www.excelforum.com/member.php...o&userid=23977
    > View this thread: http://www.excelforum.com/showthread...hreadid=375970
    >
    >


  8. #8
    Gary Brown
    Guest

    RE: Wildcards in other workbook cell refrence?

    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,
    --
    Gary Brown
    [email protected]
    Please rate this posting if it is helpful to you.


    "Pootler" wrote:

    >
    > 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 the
    > months change and I need the cell to read the current month. This is
    > what I have tried:
    >
    > E:\CoreData\[C_SWAreaPerformanceData.*.xls]PReports'!$F$31
    >
    > Excel does not like this, so is there another way of referencing the
    > cell?
    >
    > Thanks
    > P
    >
    >
    > --
    > Pootler
    > ------------------------------------------------------------------------
    > Pootler's Profile: http://www.excelforum.com/member.php...o&userid=23977
    > View this thread: http://www.excelforum.com/showthread...hreadid=375970
    >
    >


+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1