+ Reply to Thread
Results 1 to 3 of 3

Convert cell data into a worksheet name via a formula

  1. #1
    Sandy
    Guest

    Convert cell data into a worksheet name via a formula

    Hello -

    I have a summary page that is pulling totals data from many worksheets. I
    have the worksheet name [in this case a number] in column C on the summary
    sheet .

    I would like to be able to a build a simple formula that uses the data in
    Column C and converts it into the worksheet name so I don't have to key in
    the formula manually for each row.

    In this example, the worksheet name is "1" and that name/number is located
    at c11

    ='1'!G3

    thanks!
    Sandy

  2. #2
    Tom Ogilvy
    Guest

    Re: Convert cell data into a worksheet name via a formula

    =indirect("'" & c11 & "'!G3")

    --
    Regards,
    Tom Ogilvy

    "Sandy" <[email protected]> wrote in message
    news:[email protected]...
    > Hello -
    >
    > I have a summary page that is pulling totals data from many worksheets. I
    > have the worksheet name [in this case a number] in column C on the summary
    > sheet .
    >
    > I would like to be able to a build a simple formula that uses the data in
    > Column C and converts it into the worksheet name so I don't have to key in
    > the formula manually for each row.
    >
    > In this example, the worksheet name is "1" and that name/number is located
    > at c11
    >
    > ='1'!G3
    >
    > thanks!
    > Sandy




  3. #3
    Sandy
    Guest

    Re: Convert cell data into a worksheet name via a formula

    Thanks so much, Tom ;-))))

    "Tom Ogilvy" wrote:

    > =indirect("'" & c11 & "'!G3")
    >
    > --
    > Regards,
    > Tom Ogilvy
    >
    > "Sandy" <[email protected]> wrote in message
    > news:[email protected]...
    > > Hello -
    > >
    > > I have a summary page that is pulling totals data from many worksheets. I
    > > have the worksheet name [in this case a number] in column C on the summary
    > > sheet .
    > >
    > > I would like to be able to a build a simple formula that uses the data in
    > > Column C and converts it into the worksheet name so I don't have to key in
    > > the formula manually for each row.
    > >
    > > In this example, the worksheet name is "1" and that name/number is located
    > > at c11
    > >
    > > ='1'!G3
    > >
    > > thanks!
    > > Sandy

    >
    >
    >


+ 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