+ Reply to Thread
Results 1 to 2 of 2

count if - sum if help

  1. #1
    Registered User
    Join Date
    02-05-2021
    Location
    Los Angeles Ca
    MS-Off Ver
    365
    Posts
    58

    count if - sum if help

    hello wonderful experts

    I am in need of some help with a count if formula and sum if formula

    A,B,C,D is my data

    in column "I" I need to count if column A,B,C are matching F,G,H

    in column "J" I need to sum if column A,B,C are matching F,G,H

    I hope my question is clear.

    thank you in advance for your help
    Attached Files Attached Files
    Last edited by ettenna; 10-05-2022 at 04:46 PM.

  2. #2
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: count if - sum if help

    You have leading spaces in column C. Clear those (you can use the TRIM function to clean your data) then use these:

    I2 =COUNTIFS(A:A,F2,B:B,G2,C:C,H2)
    J2 =SUMIFS(D:D,A:A,F2,B:B,G2,C:C,H2)

+ 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: 1
    Last Post: 10-05-2018, 02:36 PM
  2. Replies: 2
    Last Post: 03-03-2018, 05:00 AM
  3. Replies: 1
    Last Post: 05-19-2017, 07:37 AM
  4. Replies: 17
    Last Post: 04-11-2016, 11:14 PM
  5. Macro count items in sheet2 and provide count in embedded label in sheet1
    By jaredmccullough in forum Excel Programming / VBA / Macros
    Replies: 11
    Last Post: 02-05-2015, 11:27 AM
  6. Range.columns.count property returns wrong count after union operation
    By gopinan in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 10-13-2008, 04:48 AM
  7. [SOLVED] Count Intervals of Filtered TEXT values in Column and Return Count across a Row
    By Sam via OfficeKB.com in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 02:05 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