+ Reply to Thread
Results 1 to 5 of 5

Specific Time how many times numbers coming in column in Excel

  1. #1
    Forum Contributor
    Join Date
    01-23-2016
    Location
    karachi
    MS-Off Ver
    2007
    Posts
    316

    Specific Time how many times numbers coming in column in Excel

    Hi Experts,
    I have a list of numbers with dates, each cell has various numbers, I need a formula where I know each number how many times coming in the column in specific date range.
    screenshot attached and example file also attached.

    Thanks in Advance.
    Aaru
    Attached Images Attached Images
    Attached Files Attached Files

  2. #2
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: Specific Time how many times numbers coming in column in Excel

    With starting date in E3, ending date in E4 and number to count in E5
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    FYI, in your example, 17 appears 3 times between 1995 and today
    ChemistB
    My 2?

    substitute commas with semi-colons if your region settings requires
    Don't forget to mark threads as "Solved" (Edit First post>Advanced>Change Prefix)
    If I helped, Don't forget to add to my reputation (click on the little star at bottom of this post)

    Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble

  3. #3
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: Specific Time how many times numbers coming in column in Excel

    You'll need to format E5 as text so that you can enter numbers like 01 or 08. See attached.
    Attached Files Attached Files

  4. #4
    Forum Guru Bo_Ry's Avatar
    Join Date
    09-10-2018
    Location
    Thailand
    MS-Off Ver
    MS 365
    Posts
    7,211

    Re: Specific Time how many times numbers coming in column in Excel

    Please key Start and End year at D1:G1
    Then
    D3 for Number
    =IFERROR(MODE(IF(YEAR($A$2:$A$10)>=$D$1,IF(YEAR($A$2:$A$10)<=$E$1,IF(ISNA(MATCH(--MID($B$2:$B$10,{1,4,7,10,13},2),D$2:D2,)),--MID($B$2:$B$10,{1,4,7,10,13},2))))),"")

    E3 for times
    =IF(D3="","",SUM(--(IF(YEAR($A$2:$A$10)>=$D$1,IF(YEAR($A$2:$A$10)<=$E$1,--MID($B$2:$B$10,{1,4,7,10,13},2)))=D3)))
    Attached Files Attached Files

  5. #5
    Forum Contributor
    Join Date
    01-23-2016
    Location
    karachi
    MS-Off Ver
    2007
    Posts
    316

    Re: Specific Time how many times numbers coming in column in Excel

    Thanks, Bo_Ry

+ 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. How to archive real time data coming into excel
    By MattMatt9 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 08-13-2020, 02:49 AM
  2. How to check if a 2 specific time falls in between 2 times (Shifts) in Excel?
    By athishvikram in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 07-26-2020, 09:28 AM
  3. How to check if a 2 specific time falls in between 2 times (Shifts) in Excel?
    By athishvikram in forum Hello..Introduce yourself
    Replies: 1
    Last Post: 07-26-2020, 09:28 AM
  4. Replies: 1
    Last Post: 03-30-2019, 11:11 AM
  5. Time is not coming in right format when copied from Access to Excel
    By aman1234 in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 02-05-2015, 08:08 AM
  6. Replies: 4
    Last Post: 08-11-2014, 07:08 PM
  7. Replies: 0
    Last Post: 03-08-2005, 10:06 PM

Tags for this Thread

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