+ Reply to Thread
Results 1 to 3 of 3

Relative Sheet Reference (Summary Sheet)

  1. #1
    seujanb@wagged.com
    Guest

    Relative Sheet Reference (Summary Sheet)

    Here is the scenario. There is an Excel Workbook with multiple
    worksheets (we're talking 35+ and growing). The client wants to create
    a summary sheet that lists the key information on the different
    worksheets.

    Of course the data on the individual worksheets is in columns and the
    summary sheet is in rows.

    I know how to create a 3D cell reference to different cells in a
    workbook but to do it for all the individual cells is not acceptable.

    Is there a way to make this formula in a cell:

    =WorksheetA!B1

    And have it copy down so the formula automatically populates with the
    next worksheets like this?

    =WorksheetB!B1
    =WorksheetC!B1
    =WorksheetD!B1
    =WorksheetE!B1

    I tried the substitute function but I would have to put in the name of
    each worksheet. I guess what I am trying to ask is if there is a way to
    make the worksheet references absolute.

    I did find something called the SheetOffSet feature that works EXCEPT
    when I copy the formula, it does NOT make the worksheet reference
    relative (the 2 in the formula below) -- even when I make the cell
    reference absolute.

    =SHEETOFFSET(2,B2)

    http://www.j-walk.com/ss/excel/tips/tip63.htm

    I would be most grateful for any suggestions/ideas you can toss my way.


  2. #2
    JMB
    Guest

    RE: Relative Sheet Reference (Summary Sheet)

    Maybe combine the sheetoffset function with the row function.

    If your summary begins in cell A2:

    =SHEETOFFSET(2,B2)

    becomes =SHEETOFFSET(ROW(A2),B2)

    ROW(A2) evaluates to 2. When you copy this down, A2 becomes A3, A4, etc.


    "seujanb@wagged.com" wrote:

    > Here is the scenario. There is an Excel Workbook with multiple
    > worksheets (we're talking 35+ and growing). The client wants to create
    > a summary sheet that lists the key information on the different
    > worksheets.
    >
    > Of course the data on the individual worksheets is in columns and the
    > summary sheet is in rows.
    >
    > I know how to create a 3D cell reference to different cells in a
    > workbook but to do it for all the individual cells is not acceptable.
    >
    > Is there a way to make this formula in a cell:
    >
    > =WorksheetA!B1
    >
    > And have it copy down so the formula automatically populates with the
    > next worksheets like this?
    >
    > =WorksheetB!B1
    > =WorksheetC!B1
    > =WorksheetD!B1
    > =WorksheetE!B1
    >
    > I tried the substitute function but I would have to put in the name of
    > each worksheet. I guess what I am trying to ask is if there is a way to
    > make the worksheet references absolute.
    >
    > I did find something called the SheetOffSet feature that works EXCEPT
    > when I copy the formula, it does NOT make the worksheet reference
    > relative (the 2 in the formula below) -- even when I make the cell
    > reference absolute.
    >
    > =SHEETOFFSET(2,B2)
    >
    > http://www.j-walk.com/ss/excel/tips/tip63.htm
    >
    > I would be most grateful for any suggestions/ideas you can toss my way.
    >
    >


  3. #3
    Ron de Bruin
    Guest

    Re: Relative Sheet Reference (Summary Sheet)

    Hi

    Maybe you like this macro
    http://www.rondebruin.nl/summary.htm

    --
    Regards Ron de Bruin
    http://www.rondebruin.nl


    <seujanb@wagged.com> wrote in message news:1128117388.534061.133790@z14g2000cwz.googlegroups.com...
    > Here is the scenario. There is an Excel Workbook with multiple
    > worksheets (we're talking 35+ and growing). The client wants to create
    > a summary sheet that lists the key information on the different
    > worksheets.
    >
    > Of course the data on the individual worksheets is in columns and the
    > summary sheet is in rows.
    >
    > I know how to create a 3D cell reference to different cells in a
    > workbook but to do it for all the individual cells is not acceptable.
    >
    > Is there a way to make this formula in a cell:
    >
    > =WorksheetA!B1
    >
    > And have it copy down so the formula automatically populates with the
    > next worksheets like this?
    >
    > =WorksheetB!B1
    > =WorksheetC!B1
    > =WorksheetD!B1
    > =WorksheetE!B1
    >
    > I tried the substitute function but I would have to put in the name of
    > each worksheet. I guess what I am trying to ask is if there is a way to
    > make the worksheet references absolute.
    >
    > I did find something called the SheetOffSet feature that works EXCEPT
    > when I copy the formula, it does NOT make the worksheet reference
    > relative (the 2 in the formula below) -- even when I make the cell
    > reference absolute.
    >
    > =SHEETOFFSET(2,B2)
    >
    > http://www.j-walk.com/ss/excel/tips/tip63.htm
    >
    > I would be most grateful for any suggestions/ideas you can toss my way.
    >




+ 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