+ Reply to Thread
Results 1 to 6 of 6

Data filter with months and data

Hybrid View

  1. #1
    Registered User
    Join Date
    02-24-2012
    Location
    Mechelen, Belgium
    MS-Off Ver
    Excel 2013
    Posts
    23

    Data filter with months and data

    Hello,

    Out of a table with dates I would like to filter the number of lines that were inputted in a month.
    But the input date is an exact date (example:15/11/2016)

    With which formula can I always see the number of inputs per month in a table

    Jan/16 XX
    Feb/16 XX
    ... ...

    Thanks in advance!

  2. #2
    Valued Forum Contributor PFDave's Avatar
    Join Date
    05-17-2012
    Location
    Milton Keynes, England
    MS-Off Ver
    Excel 2013
    Posts
    1,067

    Re: Data filter with months and data

    Does below help?

    =COUNTIF(RANGE,DATE(YEAR,MONTH,DAY))

    Example based on Column A containing dates and 15/11/2016 as your date

    =COUNTIF($A:$A,DATE(2016,11,15))

  3. #3
    Registered User
    Join Date
    02-24-2012
    Location
    Mechelen, Belgium
    MS-Off Ver
    Excel 2013
    Posts
    23

    Re: Data filter with months and data

    Not realy,

    The problem is that all data are exact (dd/mm/yyyy) but I want to see the numbers per month.

    Example

    1 12/11/2016
    2 14/11/2016
    3 19/11/2016
    4 02/12/2016
    5 08/12/2016

    Than I would like to get

    Nov16 3
    Dec16 2

    Thanks in advance

  4. #4
    Valued Forum Contributor PFDave's Avatar
    Join Date
    05-17-2012
    Location
    Milton Keynes, England
    MS-Off Ver
    Excel 2013
    Posts
    1,067

    Re: Data filter with months and data

    with helper column
    Attached Files Attached Files

  5. #5
    Registered User
    Join Date
    02-24-2012
    Location
    Mechelen, Belgium
    MS-Off Ver
    Excel 2013
    Posts
    23

    Re: Data filter with months and data

    Thank a lot!

    It works perfectly

  6. #6
    Valued Forum Contributor PFDave's Avatar
    Join Date
    05-17-2012
    Location
    Milton Keynes, England
    MS-Off Ver
    Excel 2013
    Posts
    1,067

    Re: Data filter with months and data

    Glad it helped.

+ 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] "Smoothing Data" - Taking 5 Annual Data Points And Using It To Create 60 Months Of Data
    By adam_d_john in forum Excel Formulas & Functions
    Replies: 18
    Last Post: 11-14-2016, 11:33 AM
  2. Need Macro to get data for last 3 months, 6 months, 12 months etc
    By idv786 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 02-15-2016, 09:13 AM
  3. Replies: 2
    Last Post: 12-04-2014, 11:14 AM
  4. Filter data by date (within 3 months of todays date)
    By Gti182 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 03-20-2014, 01:42 PM
  5. Replies: 2
    Last Post: 03-19-2014, 07:26 PM
  6. Using index to return data from list for last 12 months or months available
    By welchs101 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 04-23-2013, 09:44 AM
  7. [SOLVED] I want to put 1 years data and 1 months data togheter on one char.
    By Philippa in forum Excel Charting & Pivots
    Replies: 1
    Last Post: 02-21-2005, 10:06 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