+ Reply to Thread
Results 1 to 2 of 2

Count formula - multiple criteria

  1. #1
    Forum Contributor
    Join Date
    02-16-2006
    Posts
    200

    Count formula - multiple criteria

    I would like some help with the following count formula based on cells meeting a certain criteria/ condition

    Count cells F4:F200 which contain RS but only if cells A4:A200=Jan09 and cells m4:m200=blank

    so basically I need to count the number of times where RS appears in cells
    F4:F200 based on the other cells meeting the criteria as specified above

    Cells f4:f200 could also contain other initials or be blank so must only count where RS appears

    Thanks

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898
    Try:

    =Sumproduct((F4:F200="RS")*(A4:A200="Jan09")*(M4:M200=""))

    If A4:A200 are actual date entries formatted as mmmyy then try


    =Sumproduct((F4:F200="RS")*(Text(A4:A200,"mmmyy")="Jan09")*(M4:M200=""))
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

+ 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