+ Reply to Thread
Results 1 to 3 of 3

Summarise Multiple Sheets into One Sheet and Filter by a value

  1. #1
    Registered User
    Join Date
    12-03-2016
    Location
    Manchester, England
    MS-Off Ver
    MS Office Excel 2016 for MAC
    Posts
    12

    Post Summarise Multiple Sheets into One Sheet and Filter by a value

    Hi,

    I currently have an excel workbook with around 20 worksheets in it that track Requests For Information. I want to consolidate each of the sheets into one sheet that only lists the rows of information that are Overdue.

    Currently I have done this by referencing each value of each row on all cells on each sheet and then filtering.

    Is there an easier way to do this or a way to do this that doesn't impact as much on the size of the document.

    Also as I add new sheets to the workbook using the blank template, would there be an easy way to add this new sheet into the Overdue tab.

    See attachment (a basic sanitized version of the document I have created and used).

    Chris
    Attached Files Attached Files

  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,733

    Re: Summarise Multiple Sheets into One Sheet and Filter by a value

    You could do it with a few formulae. Here's a couple of threads from the last few days in which I show the OPs how to do it from 2 sheets into one Master sheet:

    http://www.excelforum.com/excel-form...-a-master.html

    and:

    http://www.excelforum.com/showthread...40#post4544540

    In your case, you would have a condition to identify the records like this in A13 of the subsidiary sheets:

    =IF(P13="Overdue",MAX(A$12:A12)+1,"-")

    Hope this helps.

    Pete

  3. #3
    Registered User
    Join Date
    12-03-2016
    Location
    Manchester, England
    MS-Off Ver
    MS Office Excel 2016 for MAC
    Posts
    12

    Re: Summarise Multiple Sheets into One Sheet and Filter by a value

    Hi Pete,

    Thank for those, but I'm not that knowledgable on Excel is there a way you could edit the spreadsheet to show how this works and i can then replicate.

    Chris

+ 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. Summarise multiple sheets into master sheet: text, numbers
    By smellodeee in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 01-19-2016, 08:24 AM
  2. Summarise multiple sheets
    By dreams1 in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 06-11-2013, 04:53 PM
  3. [SOLVED] How to summarise 9 sheets into sheet 1
    By leanne2011 in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 09-14-2012, 04:44 AM
  4. Summarise multiple sheets with checkboxes
    By Kazstankgardner in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 06-17-2012, 08:19 PM
  5. Summarise Multiple Sheets
    By thatitalian in forum Excel Programming / VBA / Macros
    Replies: 13
    Last Post: 04-10-2012, 06:23 AM
  6. Replies: 2
    Last Post: 09-22-2010, 10:48 AM
  7. Summarise multiple sheets based on conditions
    By Lotte Torkilson in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 08-06-2009, 05:31 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