+ Reply to Thread
Results 1 to 3 of 3

Building the sheet name from two parts?

  1. #1
    Registered User
    Join Date
    12-21-2004
    Posts
    5

    Building the sheet name from two parts?

    Hi,

    Anybody has an idea how to get the function below to work?

    =COUNT(INDIRECT("'"&B34&" (S)""'!$H:$H"))

    The problem is the " (S)" part, that is the 'constant part' of the sheet name I'm trying to refer. Is it even possible that I can make this to work with indirect or should I found another solution?

  2. #2
    Bob Phillips
    Guest

    Re: Building the sheet name from two parts?

    This worked for me

    =COUNT(INDIRECT("'"&B34&" (S)'!$H:$H"))

    --
    HTH

    Bob Phillips

    (remove nothere from email address if mailing direct)

    "Nice" <[email protected]> wrote in message
    news:[email protected]...
    >
    > Hi,
    >
    > Anybody has an idea how to get the function below to work?
    >
    > -=COUNT(INDIRECT(\"'\"&B34&\" (S)\"\"'!$H:$H\"))-
    >
    > The problem is the -" (S)"- part, that is the 'constant part' of the
    > sheet name I'm trying to refer. Is it even possible that I can make
    > this to work with indirect or should I found another solution?
    >
    >
    > --
    > Nice
    > ------------------------------------------------------------------------
    > Nice's Profile:

    http://www.excelforum.com/member.php...o&userid=17653
    > View this thread: http://www.excelforum.com/showthread...hreadid=519369
    >




  3. #3
    Registered User
    Join Date
    12-21-2004
    Posts
    5
    Thanks Bob,

    Just don't understand how come I didn't found the solution now that I see it...


+ 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