+ Reply to Thread
Results 1 to 5 of 5

Multiple Values Total, Multiple Sheets (SUM/COUNTIF)

  1. #1
    Registered User
    Join Date
    05-29-2020
    Location
    UK
    MS-Off Ver
    Office 365
    Posts
    2

    Multiple Values Total, Multiple Sheets (SUM/COUNTIF)

    Hi All,

    I've been working on this spreadsheet for a while now.

    On the 'Monthly Error Total' page, I'm trying to filter across the whole workbook (01-04 JUN - It will be 30 when it's complete).

    What I'm trying to achieve is filter the value N on the dates by filter it by name so it shows a total number of N's for a specific name across the whole month.

    For example, in cell D9, I'd like to work out how many N (failures) Bob has across the whole month. The aim is to do that for every heading and name.
    So far i've tried a indirect sum product, but it's only for one value, =SUMPRODUCT(COUNTIF(INDIRECT("'"&#REF!&"'!N6:N36"),"N")).

    Any help is appreciated.

    Thanks in advance.
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: Multiple Values Total, Multiple Sheets (SUM/COUNTIF)

    If it was my file, I would remove the merged cells, since you could get problems with that.

    Second: I would make a 1 sheet with all data and dates in it. Use 1 column for the date.

    That makes it a lot easier to analyse the data.
    Notice my main language is not English.

    I appreciate it, if you reply on my solution.

    If you are satisfied with the solution, please mark the question solved.

    You can add reputation by clicking on the star * add reputation.

  3. #3
    Valued Forum Contributor
    Join Date
    03-24-2020
    Location
    Thailand
    MS-Off Ver
    Office 2016
    Posts
    897

    Re: Multiple Values Total, Multiple Sheets (SUM/COUNTIF)

    Agree with oeldere.
    If you really need the data on a separate sheet for each day, you could use a macro to split the master data into the sheets (based on the date to the sheet with the corresponding sheet...

  4. #4
    Forum Guru Bo_Ry's Avatar
    Join Date
    09-10-2018
    Location
    Thailand
    MS-Off Ver
    MS 365
    Posts
    7,211

    Re: Multiple Values Total, Multiple Sheets (SUM/COUNTIF)

    Please try at D9

    =SUMPRODUCT(COUNTIFS(INDIRECT("'"&$A$27:$A$30&"'!F6:F50"),$A9,INDIRECT("'"&$A$27:$A$30&"'!R6C[11]:R50C[11]",),$C$27))
    Attached Files Attached Files

  5. #5
    Registered User
    Join Date
    05-29-2020
    Location
    UK
    MS-Off Ver
    Office 365
    Posts
    2

    Re: Multiple Values Total, Multiple Sheets (SUM/COUNTIF)

    Worked perfectly. Thank you so much!

+ 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. Replies: 9
    Last Post: 10-16-2017, 03:25 AM
  2. Retrieve values from multiple sheets and use VBA Sum to place total on Main Sheet
    By kathtg in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 11-06-2014, 06:18 PM
  3. Countif, Multiple Criteria, Multiple Sheets, Excel 2003
    By shyammankoo in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 03-07-2013, 06:50 AM
  4. [SOLVED] Countif Multiple Sheets Multiple Criteria
    By bmcglone in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 01-11-2013, 04:37 PM
  5. Countif Multiple Criteria and Multiple Sheets
    By kilipo in forum Excel General
    Replies: 12
    Last Post: 04-28-2012, 12:23 PM
  6. Sum of multiple values from multiple conditions across multiple sheets
    By ride_op in forum Excel - New Users/Basics
    Replies: 1
    Last Post: 04-19-2011, 01:27 AM
  7. countif multiple variables, multiple sheets.
    By LeahDT1 in forum Excel General
    Replies: 2
    Last Post: 01-14-2009, 10:53 AM

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