+ Reply to Thread
Results 1 to 2 of 2

Count if w/ 2 criteria

  1. #1
    Registered User
    Join Date
    06-05-2009
    Location
    Dublin, Ireland
    MS-Off Ver
    Excel 2007
    Posts
    1

    Count if w/ 2 criteria

    I'd like a count of number of entries, if an entry's date in column L matches the date in Cell A2, and the name in column G matches the name in Cell C1.

    I'm entering the formula as below:

    =COUNTIFS($L$27:$L5000,"=$C$1",$G$27:$G$5000,"=$A2")

    I'm getting #Value!

    Any advice on where I'm going wrong would be greatly appreciated.

  2. #2
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    15,619

    Re: Count if w/ 2 criteria

    =sumproduct(--($l$27:$l5000=$c$1),--($g$27:$g$5000=$a2))

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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