+ Reply to Thread
Results 1 to 14 of 14

Adding the correct number of days considering a starting date

Hybrid View

  1. #1
    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,466

    Re: Adding the correct number of days considering a starting date

    Firstly, EDATE itself knows about month lengths and leap years: type 30/11/2015 into A1 and =EDATE(A1,3) into B1 and you will see this.

    Can you explain clearly what you would expect 75% of three months to be? What date are you expecting your calculation above to return?

    EDIT: I wonder if this is what you are looking for?

    =EDATE(A1,ROUNDUP(B1*C1,0))
    Last edited by AliGW; 08-23-2016 at 09:58 AM.
    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.

  2. #2
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: Adding the correct number of days considering a starting date

    Given that there is no finite number of days we can assign to represent 1 month, then trying to say 75% of 1 month will naturally be inherent with inaccuracies.

    I think the closest we can get to a finite number representing 1 month is
    (365.25*4)/48 = 30.4375

    So if we multiply the number of months to add by 30.4375, then multiply that result by 75%
    That's as close to accurate as you're going to get. I think.

    So if
    A1 = Start Date
    B1 = Number of Months
    C1 = Percentage

    And assuming we would want to round the result of that calculation (to add an even number of days, instead of like 20.7432)
    Try

    =A1+ROUND(B1*30.4375*C1,0)

+ 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] Formula Help: Determine days total from arrival to current date then stop adding days
    By Vicious00013 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 03-14-2016, 12:45 PM
  2. Date + #of days to Correct Quarter and Year
    By courthamr in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 03-01-2016, 06:53 AM
  3. [SOLVED] Find days between days, but including the starting date.
    By Jocamo in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 03-25-2015, 10:37 PM
  4. [SOLVED] Adding Total Number of Days Elapsed and Displaying >31 Days
    By cwwazy in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 07-03-2013, 08:18 AM
  5. Replies: 2
    Last Post: 11-09-2012, 12:01 PM
  6. Date calculations - adding number of days to a date
    By Dave Goldman in forum Excel - New Users/Basics
    Replies: 3
    Last Post: 03-12-2011, 12:44 PM
  7. correct date/days in a template
    By Dumber than a pocket full of rocks in forum Excel - New Users/Basics
    Replies: 6
    Last Post: 07-03-2006, 06:55 PM

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