+ Reply to Thread
Results 1 to 3 of 3

How to combine SUMIFS and COUNTA?

Hybrid View

  1. #1
    Forum Contributor
    Join Date
    07-06-2021
    Location
    USA
    MS-Off Ver
    365
    Posts
    261

    How to combine SUMIFS and COUNTA?

    Maybe I'm using the wrong formulas.

    But, the idea is for F16 to tally up all "No's" from Columns J and K and correspond the total to the individuals. Next, in the same cell, I need it to count if anything is written in Column L and add it to the tally corresponding the respective individual.

    My current attempt of the formula is: =IF(a16="","",SUMIFS(Table1[Individual],Table1[[Column10]:[Column11]],D29)+COUNTA(Table1[Column12]], a16))
    Attached Files Attached Files
    Last edited by kyber; 08-24-2021 at 04:08 PM.

  2. #2
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    30,811

    Re: How to combine SUMIFS and COUNTA?

    Try

    =IF(A16="","",SUMPRODUCT((Table1[Individual]=A16)*(Table1[[Column10]:[Column11]]=$D$29))+COUNTIFS(Table1[Column12],"<>",Table1[Individual],A16))

    You need to study how COUNTA works: it does not work by comparing with another cell you have in your formula.

    D29 contains "NO" !

  3. #3
    Forum Contributor
    Join Date
    07-06-2021
    Location
    USA
    MS-Off Ver
    365
    Posts
    261

    Re: How to combine SUMIFS and COUNTA?

    It works, thank you!

+ 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. Combine mutliple SUMIFs
    By Shabbir0205 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 01-18-2021, 03:28 PM
  2. Combine mutliple SUMIFs
    By Shabbir0205 in forum Hello..Introduce yourself
    Replies: 1
    Last Post: 01-18-2021, 03:28 PM
  3. [SOLVED] How to combine multiple sumifs without using +
    By nir2500 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 06-25-2019, 04:38 AM
  4. [SOLVED] Combine Counta and Address formula for column reference
    By JO505 in forum Excel General
    Replies: 2
    Last Post: 05-05-2015, 04:11 PM
  5. Replies: 5
    Last Post: 02-06-2015, 08:44 PM
  6. Sumif, sumifs, counta, countifs??
    By 1.zer0 in forum Excel General
    Replies: 3
    Last Post: 01-14-2012, 06:18 AM
  7. User Defined Function using Sumifs, Offset, Match and CountA
    By PeterW2020 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 07-29-2011, 02:29 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