+ Reply to Thread
Results 1 to 3 of 3

Formula count if values match in two columns

  1. #1
    Registered User
    Join Date
    02-18-2015
    Location
    HOLLAND MI
    MS-Off Ver
    WINDOWS 7 PROFESSIONAL
    Posts
    61

    Formula count if values match in two columns

    Hi,

    I need to:

    Count A1, if D2 equals E2, and A2 equals 101

    PIC.jpg

    '=COUNTIFS(A1,"D1=D2",A1,"101")' does not work.

    Could someone help me please?

    Thank you!

    Kevin

  2. #2
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: Formula count if values match in two columns

    Are you asking to count all the values where column A = 101 and Quantity on Hand = Quantity Committed?

    =SUMPRODUCT(--($A$2:$A$100= 101), --($D$2:$D$100 = $E$2:$E$100))
    ChemistB
    My 2?

    substitute commas with semi-colons if your region settings requires
    Don't forget to mark threads as "Solved" (Edit First post>Advanced>Change Prefix)
    If I helped, Don't forget to add to my reputation (click on the little star at bottom of this post)

    Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble

  3. #3
    Registered User
    Join Date
    02-18-2015
    Location
    HOLLAND MI
    MS-Off Ver
    WINDOWS 7 PROFESSIONAL
    Posts
    61

    Re: Formula count if values match in two columns

    Yes Sir Mr. ChemistB!

    And your formula works great! All set.

    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. [SOLVED] Using Countifs/Match/Index formula to count data in different columns
    By satania in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 06-09-2023, 04:00 AM
  2. [SOLVED] dynamic index match formula to transpose values across rows and then down columns
    By Bananas212 in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 03-30-2014, 03:07 PM
  3. [SOLVED] Array formula: count non-zero values in two columns
    By RoxanaN in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 05-22-2013, 08:48 AM
  4. Replies: 1
    Last Post: 03-28-2013, 01:48 PM
  5. formula for cross referencing partial match and returning values from 2 columns
    By 5thgenbliss in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 01-14-2013, 04:11 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