+ Reply to Thread
Results 1 to 6 of 6

How many, less than

  1. #1
    Registered User
    Join Date
    01-15-2011
    Location
    Phoenix, Arizona
    MS-Off Ver
    Excel 2013
    Posts
    23

    How many, less than

    I am unable to figure out how to total the number of entries where agents in column 'A' have a time of less than 00:06:00 'B'. So basically I am looking for the amount of times that each agent has a time of less than 00:06:00. Can anyone help?

    A B
    jsmith 00:05:24
    lrogers 00:08:50
    jsmith 00:03:52
    jsmith 00:09:18
    lrogers 00:03:01
    jsmith 00:05:02
    Last edited by tawcoking; 02-16-2011 at 08:15 PM.

  2. #2
    Administrator 6StringJazzer's Avatar
    Join Date
    01-27-2010
    Location
    Tysons Corner, VA, USA
    MS-Off Ver
    MS365 Family 64-bit
    Posts
    24,721

    Re: How many, less than

    Let me know if this does what you need:

    =COUNTIF(B:B,"<"&TIME(0,6,0))
    Jeff
    | | |會 |會 |會 |會 | |:| | |會 |會
    Read the rules
    Use code tags to [code]enclose your code![/code]

  3. #3
    Valued Forum Contributor scottylad2's Avatar
    Join Date
    09-03-2010
    Location
    edinburgh
    MS-Off Ver
    Office 2007 Prof & Office 2010 Student Edition
    Posts
    629

    Re: How many, less than

    A B Agent Count
    jsmith 00:05:24 jsmith 3
    lrogers 00:08:50 lrogers 1
    jsmith 00:03:52
    jsmith 00:09:18
    lrogers 00:03:01
    jsmith 00:05:02

    in D1 and copied down

    =SUMPRODUCT(--($T$23:$T$28<TIME(0,6,0)),--(U23=$S$23:S28))
    Windows 7 using Office 2007 & 2010

    Remember your [ code ] [ /code ] tags, makes reading soooo much easier

  4. #4
    Registered User
    Join Date
    01-15-2011
    Location
    Phoenix, Arizona
    MS-Off Ver
    Excel 2013
    Posts
    23

    Re: How many, less than

    Not quite, I know how to find all the entries with less than and all the entries with a spefic name, but I cannot figure out how to combine the two. For example, how many entries exist where jsmith has less than 00:06:00.

  5. #5
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: How many, less than

    given XL2010 see COUNTIFS function

  6. #6
    Valued Forum Contributor scottylad2's Avatar
    Join Date
    09-03-2010
    Location
    edinburgh
    MS-Off Ver
    Office 2007 Prof & Office 2010 Student Edition
    Posts
    629

    Re: How many, less than

    Quote Originally Posted by tawcoking View Post
    Not quite, I know how to find all the entries with less than and all the entries with a spefic name, but I cannot figure out how to combine the two. For example, how many entries exist where jsmith has less than 00:06:00.
    As Donkey ote said, countifs would be better but the formula i posted does that as well

+ 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