+ Reply to Thread
Results 1 to 3 of 3

creating a count formula that looks at multiple criteria

  1. #1
    Registered User
    Join Date
    04-20-2012
    Location
    Washington, DC
    MS-Off Ver
    2007
    Posts
    6

    creating a count formula that looks at multiple criteria

    I'm trying to create a formula that gives me a count of how many people during each month were paid (value greater than 0) and were also eligible for a bonus. Please see attached sample file as a reference. The yellow highlighted row is where i would like my formula. Right now I have hardcoded in the desired result based on the data.
    Attached Files Attached Files

  2. #2
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    Microsoft 365
    Posts
    14,730

    Re: creating a count formula that looks at multiple criteria

    Try using COUNTIFS function, i.e. this function in D11 copied across

    =COUNTIFS($B4:$B9,"yes",D4:D9,">0")
    Audere est facere

  3. #3
    Registered User
    Join Date
    04-20-2012
    Location
    Washington, DC
    MS-Off Ver
    2007
    Posts
    6

    Re: creating a count formula that looks at multiple criteria

    thanks! that seems to do the job perfectly

+ 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