+ Reply to Thread
Results 1 to 5 of 5

Count Number

  1. #1
    Registered User
    Join Date
    10-06-2015
    Location
    Iran
    MS-Off Ver
    2013
    Posts
    2

    Count Number

    i have 2 Column : one of is Name and another is Date
    i want to count the number of User between to time:
    for exc :
    David 1-Oct
    David 1-OCt
    David 1-Oct
    David 1-Oct
    David 1-Oct
    Peter 1-Oct
    Peter 2-Oct
    David 2-Oct

    ...

    from "1-Oct" up to "2-Oct" "David" is "6"

    how can to do it ?
    please help me
    Attached Files Attached Files

  2. #2
    Forum Expert BadlySpelledBuoy's Avatar
    Join Date
    06-14-2013
    Location
    East Sussex, UK
    MS-Off Ver
    365
    Posts
    7,468

    Re: Count Number

    In cell I3 :

    Formula: copy to clipboard
    Please Login or Register  to view this content.


    BSB

  3. #3
    Forum Expert bebo021999's Avatar
    Join Date
    07-22-2011
    Location
    Vietnam
    MS-Off Ver
    Excel 2016
    Posts
    9,481

    Re: Count Number

    Try COUNTIFS:

    =COUNTIFS($B$2:$B$45,H3,$C$2:$C$45,"<="&G3,$C$2:$C$45,">="&F3)
    Quang PT

  4. #4
    Forum Expert José Augusto's Avatar
    Join Date
    10-29-2014
    Location
    Portugal
    MS-Off Ver
    2013-2016
    Posts
    3,329

    Re: Count Number

    Or try
    =SUMPRODUCT(--($C$2:$C$45>=$F$3),--($C$2:$C$45<=$G$3),--($B$2:$B$45=$H$3))

  5. #5
    Registered User
    Join Date
    10-06-2015
    Location
    Iran
    MS-Off Ver
    2013
    Posts
    2

    Re: Count Number

    Tanks So much

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] Count number of occurrences but if there are consecutive matches count them as one
    By michaljireht in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 11-26-2013, 08:26 PM
  2. Replies: 3
    Last Post: 11-18-2013, 02:06 AM
  3. [SOLVED] Filtering macro, count number of rows and include count in last column.
    By Folshot in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 09-12-2012, 07:17 AM
  4. Count row number and populate column with count number
    By ajay1967 in forum Excel General
    Replies: 3
    Last Post: 12-01-2011, 02:49 PM
  5. Count Formula-count the number of times
    By admiral7921 in forum Excel General
    Replies: 3
    Last Post: 01-07-2011, 09:07 PM
  6. [SOLVED] Count rows and insert number to count them.
    By Mex in forum Excel General
    Replies: 6
    Last Post: 08-22-2006, 09:35 PM
  7. Replies: 3
    Last Post: 05-18-2006, 08:55 PM
  8. Replies: 1
    Last Post: 10-24-2005, 05:05 AM

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