+ Reply to Thread
Results 1 to 4 of 4

Attributing same cells but different sheets, to new summary sheet

  1. #1
    Registered User
    Join Date
    06-03-2015
    Location
    British Columbia
    MS-Off Ver
    2013
    Posts
    3

    Attributing same cells but different sheets, to new summary sheet

    So I am in the process of creating a table of my results from many different worksheets.

    Each cell in my column needs to reference the same cell in each worksheet, but change the worksheet:

    So first cell =Sheet2!$B$2

    The next cell, same column, =Sheet3!$B$2

    The next cell, same column, =Sheet4!$B$2

    So basically I need the sheet being referenced to change, but not manually as there are hundreds of sheets. Is there a formula that would work to do this automatically? Or a quick way to do this? Otherwise it will be a lot of slow manual data input that would be prone to error.

    Thanks!

  2. #2
    Forum Expert Pepe Le Mokko's Avatar
    Join Date
    05-14-2009
    Location
    Belgium
    MS-Off Ver
    O365 v 2402
    Posts
    13,448

    Re: Attributing same cells but different sheets, to new summary sheet

    In the first cell (row1) enter =indirect("sheet"&(ROW()+1)&"!"&$b$2) and pull down as needed

  3. #3
    Registered User
    Join Date
    06-03-2015
    Location
    British Columbia
    MS-Off Ver
    2013
    Posts
    3

    Re: Attributing same cells but different sheets, to new summary sheet

    SO I ended up with this:

    the sheet I need to reference first is Area 20

    =indirect("Area (20)"&(ROW()+1)&"!"&$b$2)

    should I write this differently? I just keep getting zero as an answer

  4. #4
    Registered User
    Join Date
    06-03-2015
    Location
    British Columbia
    MS-Off Ver
    2013
    Posts
    3

    Re: Attributing same cells but different sheets, to new summary sheet

    Each sheet afterwards is named not in sequence, for instance, Area (20) is perceded by Area (29), but is the next sheet in the row.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Dynamically Show the Summary Sheet Cells Based on Other Sheets
    By Kandavalli.Kiran in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 01-07-2015, 03:01 AM
  2. [SOLVED] Loop through sheets - pick up formula from same cells each sheet into summary sheet
    By Webbo in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 10-07-2013, 01:43 PM
  3. MACRO to copy cells from multiple sheets into a summary sheet
    By andrewtmliu in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 06-02-2013, 10:48 PM
  4. [SOLVED] Summary sheet - copy cell contents from multiple sheets to one summary sheet
    By jsmity in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 01-21-2013, 10:32 AM
  5. Replies: 7
    Last Post: 01-05-2009, 02:08 PM

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