+ Reply to Thread
Results 1 to 2 of 2

Excel 2007 : DCOUNTA or a better formula

  1. #1
    Registered User
    Join Date
    05-15-2012
    Location
    US
    MS-Off Ver
    Excel 2007
    Posts
    1

    DCOUNTA or a better formula

    I have a list of meetings (listed by row) with details for each meeting across several columns. I need to count how many meetings meet three criteria: Meeting Type, Meeting Location, and Date Range within a given month and year. Date range is what is causing my issue. Any suggestions?

  2. #2
    Registered User
    Join Date
    04-20-2012
    Location
    New York, NY
    MS-Off Ver
    Excel 2013, 2010, 2007, 2003
    Posts
    99

    Re: DCOUNTA or a better formula

    Assuming:
    column A = Type
    column B = Location
    column C = Date

    =COUNTIFS(A:A,Type Criteria,B:B,Location Criteria,C:C,">Lower Date")-COUNTIFS(A:A,Type Criteria,B:B,Location Criteria,C:C,">HigherDate")

    Leave the quotes in for the date criteria ex. ">05/15/2012"

    Hope it helps. Iif so please add to my rep by hitting the star in the bottom left hand corner, thanks.
    SPARTAN
    Please click the * if my solution helped

+ 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