+ Reply to Thread
Results 1 to 5 of 5

days between 2 dates for a particular month

  1. #1
    Forum Contributor
    Join Date
    04-18-2011
    Location
    London, England
    MS-Off Ver
    Excel 2016
    Posts
    105

    days between 2 dates for a particular month

    Seems basic but failed to achieve it after 2 or 3 if statements but what i am looking for is to
    return days between 2 dates for a particular (P )month or months

    start date end date (P) month Result
    14/01/2018 04/03/2018 01/02/2018 28
    04/02/2018 01/03/2018 01/02/2018 25
    05/01/2018 25/02/2018 01/02/2018 25

    Thank you for your help
    Last edited by nd4spd; 04-13-2018 at 07:00 AM.

  2. #2
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,036

    Re: days between 2 dates for a particular month

    Try this:

    =1+MIN(EOMONTH(C2,0),B2)-MAX(C2,A2)
    Attached Files Attached Files
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU.

    Temporary addition of accented to illustrate ongoing problem to the TT: L? fh?ile P?draig sona dhaoibh

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

    Re: days between 2 dates for a particular month

    There may be a shorter method, but try this:

    =DAYS(EOMONTH(C2,0),C2-1)-IF(A2 > C2,A2-C2,0)-IF(B2 < EOMONTH(C2,0),EOMONTH(C2,0)-B2,0)
    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.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

  4. #4
    Forum Guru sktneer's Avatar
    Join Date
    04-30-2011
    Location
    Kanpur, India
    MS-Off Ver
    Office 365
    Posts
    9,648

    Re: days between 2 dates for a particular month

    Another one...

    Please Login or Register  to view this content.
    Regards
    sktneer


    Treat people the way you want to be treated. Talk to people the way you want to be talked to.
    Respect is earned NOT given.

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

    Re: days between 2 dates for a particular month

    Thanks for the rep!

    Hopefully you went with Glenn's solution, which is by far the most elegant of the three.

+ 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] Calculation of days per month for dates beginning in one month and ending in another month
    By Fahrettin in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 12-07-2015, 04:52 PM
  2. find time left in month.days unit between two dates(in YEAR.MONTH.DAY)
    By xcfeng95 in forum Excel Formulas & Functions
    Replies: 16
    Last Post: 02-21-2014, 12:55 PM
  3. Date Formula for days of the month, new dates starting on the 2nd of the month.
    By Kenn Jerger in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 12-04-2013, 01:31 AM
  4. # days in a certain month between any two dates
    By pickslides in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 11-19-2013, 11:10 PM
  5. [SOLVED] Days in particular month between two dates
    By Branno in forum Excel General
    Replies: 3
    Last Post: 06-25-2012, 06:17 PM
  6. Column of days and dates for a given month
    By johnfar in forum Excel General
    Replies: 6
    Last Post: 11-23-2011, 12:22 AM
  7. Dates - Several Days In a month to month only
    By Andy_Pimp in forum Excel General
    Replies: 1
    Last Post: 02-28-2006, 07:15 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