+ Reply to Thread
Results 1 to 7 of 7

count No of time a date occure in column.

Hybrid View

iqss count No of time a date... 08-08-2018, 10:24 AM
EdRooney Re: count No of time a date... 08-08-2018, 10:26 AM
AliGW Re: count No of time a date... 08-08-2018, 10:30 AM
iqss Re: count No of time a date... 08-09-2018, 10:11 AM
AliGW Re: count No of time a date... 08-09-2018, 10:16 AM
iqss Re: count No of time a date... 08-10-2018, 10:03 AM
AliGW Re: count No of time a date... 08-10-2018, 10:58 AM
  1. #1
    Registered User
    Join Date
    12-18-2009
    Location
    Lucknow,INDIA
    MS-Off Ver
    Excel 2017
    Posts
    50

    count No of time a date occure in column.

    hi
    i have a column with date and time want to know how many times a date has been entered in a column irrespective of time.

    file attch

    thanks
    Attached Files Attached Files

  2. #2
    Forum Contributor
    Join Date
    08-21-2012
    Location
    London
    MS-Off Ver
    Office 365 MAC
    Posts
    107

    Re: count No of time a date occure in column.

    Have you tried a pivot table?
    Learner, making mistakes, asking daft questions.

  3. #3
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (both in England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2503 (Windows 11 Home 24H2 64-bit)
    Posts
    90,522

    Re: count No of time a date occure in column.

    One way:

    =COUNTIFS($A$2:$A$32,">="&G2,$A$2:$A$32,"<"&G2+1)

    Another way:

    =SUMPRODUCT(($A$2:$A$32>=G2)*($A$2:$A$32<G2+1))
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help. It's a universal courtesy.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    NB:
    as a Moderator, I never accept friendship requests.
    Forum Rules (updated August 2023): please read them here.

  4. #4
    Registered User
    Join Date
    12-18-2009
    Location
    Lucknow,INDIA
    MS-Off Ver
    Excel 2017
    Posts
    50

    Re: count No of time a date occure in column.

    hi sir

    the second answer is working.

    thanks AliGW..
    Last edited by iqss; 08-09-2018 at 10:31 AM.

  5. #5
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (both in England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2503 (Windows 11 Home 24H2 64-bit)
    Posts
    90,522

    Re: count No of time a date occure in column.

    In what way did they not help?

    They worked perfectly for me.

    Excel 2016 (Windows) 32 bit
    A
    B
    C
    D
    E
    F
    G
    H
    I
    1
    DATE IN /TIME
    DATE OUT /TIME
    no of entries on date
    2
    01/08/2018 10:30 01/08/2018 15:30
    01/08/2018
    7
    7
    3
    01/08/2018 14:35 02/08/2018 06:20
    02/08/2018
    7
    7
    4
    01/08/2018 15:35 03/08/2018 14:10
    03/08/2018
    17
    17
    5
    01/08/2018 17:40 03/08/2018 10:10
    04/08/2018
    0
    0
    6
    01/08/2018 14:30 05/08/2018 14:30
    05/08/2018
    0
    0
    7
    01/08/2018 19:35 02/08/2018 06:45
    06/08/2018
    0
    0
    8
    01/08/2018 20:00 02/08/2018 16:05
    07/08/2018
    0
    0
    9
    02/08/2018 04:00 02/08/2018 19:20
    08/08/2018
    0
    0
    10
    02/08/2018 08:15 02/08/2018 18:00
    09/08/2018
    0
    0
    11
    02/08/2018 20:15 03/08/2018 02:50
    10/08/2018
    0
    0
    12
    02/08/2018 20:40 02/08/2018 22:15
    11/08/2018
    0
    0
    13
    02/08/2018 23:00 03/08/2018 08:40
    12/08/2018
    0
    0
    14
    02/08/2018 23:45 03/08/2018 08:35
    13/08/2018
    0
    0
    15
    02/08/2018 23:55 03/08/2018 07:50
    14/08/2018
    0
    0
    16
    03/08/2018 07:00 03/08/2018 21:00
    15/08/2018
    0
    0
    17
    03/08/2018 14:30 04/08/2018 08:50
    16/08/2018
    0
    0
    18
    03/08/2018 16:50 04/08/2018 10:50
    17/08/2018
    0
    0
    19
    03/08/2018 18:00 04/08/2018 12:25
    18/08/2018
    0
    0
    20
    03/08/2018 19:15 04/08/2018 16:15
    19/08/2018
    0
    0
    21
    03/08/2018 20:10 04/08/2018 20:10
    20/08/2018
    0
    0
    22
    03/08/2018 20:20 04/08/2018 16:35
    21/08/2018
    0
    0
    23
    03/08/2018 20:30 04/08/2018 20:00
    22/08/2018
    0
    0
    24
    03/08/2018 21:40 05/08/2018 13:30
    23/08/2018
    0
    0
    25
    03/08/2018 22:30 04/08/2018 11:20
    24/08/2018
    0
    0
    26
    03/08/2018 22:30 04/08/2018 10:50
    25/08/2018
    0
    0
    27
    03/08/2018 22:46 04/08/2018 22:00
    26/08/2018
    0
    0
    28
    03/08/2018 23:30 05/08/2018 19:30
    27/08/2018
    0
    0
    29
    03/08/2018 23:25 06/08/2018 12:30
    28/08/2018
    0
    0
    30
    03/08/2018 23:35 04/08/2018 08:40
    29/08/2018
    0
    0
    31
    03/08/2018 23:30 04/08/2018 08:40
    30/08/2018
    0
    0
    32
    03/08/2018 23:30 04/08/2018 08:40
    Sheet: AUG 18
    Last edited by AliGW; 08-09-2018 at 10:19 AM.

  6. #6
    Registered User
    Join Date
    12-18-2009
    Location
    Lucknow,INDIA
    MS-Off Ver
    Excel 2017
    Posts
    50

    Re: count No of time a date occure in column.

    hi

    sorry pl read my post i said second option is working for me.

    anyways thanks ALiGW.

  7. #7
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (both in England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2503 (Windows 11 Home 24H2 64-bit)
    Posts
    90,522

    Re: count No of time a date occure in column.

    Yes, but you edited your post 15 minutes after I had posted my response to what you had said originally, which was that they did not help! Please do NOT post-edit your messages - it makes a complete nonsense of the thread.

    Anyway, I am glad one of them worked for you ... in the end!

+ 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. =count separate date & time and count dates inside or outside 30 days
    By Beret in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 08-16-2017, 10:26 AM
  2. Replies: 2
    Last Post: 03-24-2016, 11:49 PM
  3. Replies: 9
    Last Post: 03-20-2015, 04:32 AM
  4. [SOLVED] Sumproduct. count how many time a month appears (in column filled by date or text). #Value
    By adriendriver in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 04-10-2013, 08:43 AM
  5. Replies: 2
    Last Post: 11-17-2011, 05:13 PM
  6. Looking up values,problem: they occure multiple times
    By Wingman in forum Excel General
    Replies: 3
    Last Post: 04-18-2006, 04:45 PM
  7. Replies: 0
    Last Post: 08-28-2005, 10:35 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