+ Reply to Thread
Results 1 to 4 of 4

Referencing "All" other Worksheets, Regardless of Count

  1. #1
    Registered User
    Join Date
    09-18-2011
    Location
    Kansas
    MS-Off Ver
    Excel 2010
    Posts
    40

    Referencing "All" other Worksheets, Regardless of Count

    Hey, All! I currently have a set of google sheets that I'm pulling data from, into excel, for some reports that are being automatically generated.

    Basically, my sales guys fill out a google docs workbook with a sheet for each month. It looks something like this

    August sheet:

    Joe - $10 - 8/5/14
    Sam - $20 - 8/5/14
    Ned - $10 - 8/6/14

    And so on. Then a new sheet for September, and a new one for October, and so on.

    I'd like to have a sheet that had all of the information in one big, long, ugly list. I know how to extract the month that I want from one big list, but I can't seem to figure out the reverse. I can get the data there by copy pasting... but then I have to keep copy pasting... I can get it there by reference formulas, but I have to select the sheet manually, so when a new month rolls along, I don't have that data. Does this make sense?

    Thank you all so much!

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,936

    Re: Referencing "All" other Worksheets, Regardless of Count

    See if this thread will help you get started?

    http://www.excelforum.com/excel-form...-the-same.html
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  3. #3
    Registered User
    Join Date
    09-18-2011
    Location
    Kansas
    MS-Off Ver
    Excel 2010
    Posts
    40

    Re: Referencing "All" other Worksheets, Regardless of Count

    That's pretty similar to what I'm doing now... but it doesn't update when a new sheet is added....

    I'm starting to think that the simpler solution is just to have my sales guys put all of their information on a single sheet.

  4. #4
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,936

    Re: Referencing "All" other Worksheets, Regardless of Count

    OK if the layout on each sheet on each month is identical, you could try this instead...
    if you add a blank worksheet at the start and end of your data sheets, and call them Start and End, then when you enter your calcs, you could just enter =sum('start:End'!C12) or whatever your references are. this way, you can add or remove sheets as needed, and it will add across all the sheets you need it to, and keep the totals as the data sheets change. make sure your "Master" sheet is before the Start sheet though

+ 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. [SOLVED] How to USE """"" cells count """"" change font color
    By austin123456 in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 10-09-2013, 06:14 AM
  2. [SOLVED] How to Count number of "Error" and "OK" after the word "Instrument" found in table row
    By eltonlaw in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 05-17-2012, 06:26 AM
  3. How do i create macro to count number of "Y" or "N" in different worksheets
    By tehseen in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 09-21-2009, 12:34 PM
  4. Replies: 7
    Last Post: 05-13-2006, 05:02 PM
  5. use variable in Workbooks("book1").Worksheets("sheet1").Range("a1"
    By Luc in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 09-28-2005, 04:05 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