+ Reply to Thread
Results 1 to 7 of 7

Summary Page (Of multiple Workbooks)

  1. #1
    Registered User
    Join Date
    09-07-2016
    Location
    At the Keyboard
    MS-Off Ver
    Google Spreadsheets
    Posts
    4

    Summary Page (Of multiple Workbooks)

    I have a *.xlsx file with three tabs: A,B, & C. A is a summary tab that contains all the entries of tabs B & C. Tabs A,B,&C all contain the same columns just with different data. Is there a way to autopopulate A if a row in B or C is filled in?

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,728

    Re: Summary Page (Of multiple Workbooks)

    Do you mean that you want to add them together? If so, you can do this in cell A2 of Sheet A:

    =B!A2 + C!A2

    or this:

    =SUM(B:C!A2)

    then copy across and down as required.

    Hope this helps.

    Pete

  3. #3
    Registered User
    Join Date
    09-07-2016
    Location
    At the Keyboard
    MS-Off Ver
    Google Spreadsheets
    Posts
    4

    Re: Summary Page (Of multiple Workbooks)

    No My apologies. I just want all the rows entered in the tabs B,C, etc. to also appear in tab A without having to type them twice. Its not a summation, as much a master tracker.

  4. #4
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,728

    Re: Summary Page (Of multiple Workbooks)

    Well you have not described how your data is laid out, but to get data from cell A2 of sheet B (for example) you would use this formula:

    =B!A2

    this can be copied across and down as required. Similarly, you would use this formula:

    =C!A2

    to bring data from cell A2 of sheet C - you might like to put this in cell P2, depending on how much data you have. Again, copy across and down as required.

    Hope this helps.

    Pete

  5. #5
    Registered User
    Join Date
    09-07-2016
    Location
    At the Keyboard
    MS-Off Ver
    Google Spreadsheets
    Posts
    4

    Re: Summary Page (Of multiple Workbooks)

    Not Really I'm just kinda failing at explaining it. Here is a very simplified version of it.
    Attached Files Attached Files

  6. #6
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,728

    Re: Summary Page (Of multiple Workbooks)

    What is there about the data that makes you put them in that order, i.e data1, data2, data3, given that they are from different sheets. Is there some date field, and you want them in chronological order, or are they sorted by some name field, or is there an ID code that determines the order, or some numerical value sorted in descending order?

    I think you need to explain your requirements more fully (and I think I need to go to bed, as it is 2:15am here).

    Pete

  7. #7
    Registered User
    Join Date
    09-07-2016
    Location
    At the Keyboard
    MS-Off Ver
    Google Spreadsheets
    Posts
    4

    Re: Summary Page (Of multiple Workbooks)

    There is nothing specific about the order. I could sort the master data by date. But that is really the only thing

+ 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. Summary Page for multiple Tabs
    By kweatherall@yorkcas. in forum Excel General
    Replies: 4
    Last Post: 01-28-2014, 06:57 PM
  2. Replies: 0
    Last Post: 07-29-2013, 03:00 AM
  3. [SOLVED] Summary page from multiple tabs
    By cdibeneditto in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 02-13-2013, 06:45 PM
  4. Replies: 3
    Last Post: 01-05-2013, 02:20 AM
  5. [SOLVED] Summary Of Multiple Workbooks
    By neil__g in forum Excel Programming / VBA / Macros
    Replies: 23
    Last Post: 05-10-2012, 08:13 AM
  6. Excel 2007 : summary page of multiple tabs
    By ncurran217 in forum Excel General
    Replies: 3
    Last Post: 12-21-2011, 11:16 AM
  7. Multiple sources to a summary page
    By oneno in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 06-17-2010, 01:06 AM
  8. Multiple Workbooks Summary
    By tcgaines in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 12-13-2005, 01:31 PM

Tags for this Thread

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