+ Reply to Thread
Results 1 to 7 of 7

Filter data from every sheet to find total count

  1. #1
    Registered User
    Join Date
    12-30-2015
    Location
    england
    MS-Off Ver
    2010
    Posts
    74

    Filter data from every sheet to find total count

    I need to find the Todays total count on column "J" on each sheet under categories "REPORTED" , "COMPLETED" , "SIGNED-OFF" and display total from each category in "TODAY" sheet. How can I do that in a formula rather than filtering and manually counting for each sheet? I greately appreciate any help
    Attached Files Attached Files

  2. #2
    Forum Expert JLGWhiz's Avatar
    Join Date
    02-20-2011
    Location
    Florida, USA
    MS-Off Ver
    Windows 10, Excel 2013
    Posts
    2,070

    Re: Filter data from every sheet to find total count

    one way
    On sheet "TODAY" in cells G1, G2 and G3 respectively put
    Please Login or Register  to view this content.
    Any code provided by me should be tested on a copy or a mock up of your original data before applying it to the original. Some events in VBA cannot be reversed with the undo facility in Excel. If your original post is satisfied, please mark the thread as "Solved". To upload a file, see the banner at top of this page.
    Just when I think I am smart, I learn something new!

  3. #3
    Forum Expert dflak's Avatar
    Join Date
    11-24-2015
    Location
    North Carolina
    MS-Off Ver
    365
    Posts
    7,920

    Re: Filter data from every sheet to find total count

    I did a couple of things to this file.

    First of all, I converted the data into Excel tables. There are two reasons for this. Excel Table formulas use column header names, so they are easier to understand and debug. Secondly, Excel tables know how big they are, so you don't have to reference a million rows to be sure you have all the data. With tables you reference exactly the right amount of data every time.

    I redid the formulas on the sheets to reflect this. I took a guess that you would also like to see today's total for each of the sheets as well as overall, so I added that column in. Then on the Today Sheet, I used what is called a 3-D formula.
    =SUM('B01:L04'!H4)
    This formula takes cell H4 on all the sheets from B01:L04 inclusive.

    I'm afraid I upset your conditional formatting. I'll leave it to you to restore it.

    One last thing. For the purposes of testing I set up a small table in columns M:O. If you enter a date in cell N3, the formulas will use that date. You can hide these columns if you want. Do not delete them. Also you can use cell N3 to look at any date you want.
    Attached Files Attached Files
    One spreadsheet to rule them all. One spreadsheet to find them. One spreadsheet to bring them all and at corporate, bind them.

    A picture is worth a thousand words, but a sample spreadsheet is more likely to be worked on.

  4. #4
    Registered User
    Join Date
    12-30-2015
    Location
    england
    MS-Off Ver
    2010
    Posts
    74

    Re: Filter data from every sheet to find total count

    Sorry, I meant "TODAY(LATEST UPDATE)" is to find out numbers with regard to " REPORTED(in Recorded column) " and "COMPLETED" (in STATUS column) and "SIGNED - OFF (in Signed off column) you could conside TODAY= LATEST DAY

  5. #5
    Registered User
    Join Date
    12-30-2015
    Location
    england
    MS-Off Ver
    2010
    Posts
    74

    Re: Filter data from every sheet to find total count

    Many thanks dflak. Your method work fine except one thing. Under Signed off count I need number off Signed offs with todays date in "SIGNED-OFF" column. Because when they signed of one item they will add signed off date only on SIGNED OFF COLUMN.(nothing will change on recorded column.) How do I change the formula to count no of SIGNED off in signed -off column with todays date? I hope I explained this better

  6. #6
    Forum Expert dflak's Avatar
    Join Date
    11-24-2015
    Location
    North Carolina
    MS-Off Ver
    365
    Posts
    7,920

    Re: Filter data from every sheet to find total count

    You don't really need to change the formula. For the purposes of testing, I set up a small range of cells in Cells M2:O2. Cell M2 has today's date in it. If you enter a value in cell N2, it overrides this date. Cell O2 has the name: Show_Date. Cell O2 is today's date unless you have a value in cell N2 then it is the value in Cell N2. During testing, I set the value to 6/1 and got a number of "hits" on several of the sheets and on the Today sheet as well.

  7. #7
    Registered User
    Join Date
    12-30-2015
    Location
    england
    MS-Off Ver
    2010
    Posts
    74

    Re: Filter data from every sheet to find total count

    Thanks Lot

+ 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] countifs to find the total count between this year and last year for series of data
    By maher2014 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 09-06-2016, 02:39 AM
  2. [SOLVED] Find Count of filter, Advanced filter Data
    By linok in forum Excel Programming / VBA / Macros
    Replies: 21
    Last Post: 01-06-2015, 04:41 AM
  3. Need to find the total count of products order based on color and sizes
    By sudhina in forum Excel Formulas & Functions
    Replies: 12
    Last Post: 10-16-2014, 08:26 AM
  4. [SOLVED] Count Unique function in sheet with data filter applied
    By TedH in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 01-28-2013, 11:39 PM
  5. [SOLVED] Copy data to different sheet based on filter and add total rows
    By ravibemail in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 10-09-2012, 07:25 AM
  6. [SOLVED] Data filter total
    By SCOOBYDOO in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 02-13-2006, 05:45 AM
  7. How do i count numbers and letters to find a total count of all
    By Linda in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 11-10-2005, 12:55 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