+ Reply to Thread
Results 1 to 14 of 14

excel formula: days remaining=end date-todays date+extention days

  1. #1
    Registered User
    Join Date
    01-03-2013
    Location
    some where over the rainbow
    MS-Off Ver
    Excel 2010
    Posts
    7

    excel formula: days remaining=end date-todays date+extention days

    i have an ss that calculates the days remaining for a project by (=days360(todays date, end date) i need to add another variable (#of extension days) so i just added + the cell for extra days but the number of days it gives me is incorrect! help

    http://stackoverflow.com/questions/1...90583_14145657
    Last edited by fsprings; 01-03-2013 at 04:03 PM.

  2. #2
    Forum Expert dilipandey's Avatar
    Join Date
    12-05-2011
    Location
    Dubai, UAE
    MS-Off Ver
    1997 - 2016
    Posts
    8,191

    Re: excel formula: days remaining=end date-todays date+extention days

    Hi fsprings,

    Welcome to the forum.
    you should not be getting any error.. I tried with =DAYS360(TODAY(),DATE(2013,2,3))+5, and I got the result as 35. Are you sure your date is not in text format ?

    Regards,
    DILIPandey
    <click on below * if this helps>
    DILIPandey, Excel rMVP
    +919810929744 (India), +971528225509 (Dubai), [email protected]

  3. #3
    Registered User
    Join Date
    01-03-2013
    Location
    some where over the rainbow
    MS-Off Ver
    Excel 2010
    Posts
    7

    Re: excel formula: days remaining=end date-todays date+extention days

    The number of extension days is in a different cell. a nd I have another formula calculating my end date = sum(startdate+ 90+ nuber of extension days.

  4. #4
    Forum Expert dilipandey's Avatar
    Join Date
    12-05-2011
    Location
    Dubai, UAE
    MS-Off Ver
    1997 - 2016
    Posts
    8,191

    Re: excel formula: days remaining=end date-todays date+extention days

    can you upload a sample workbook.. ? thanks.

    Regards,
    DILIPandey
    <click on below * if this helps>

  5. #5
    Registered User
    Join Date
    01-03-2013
    Location
    some where over the rainbow
    MS-Off Ver
    Excel 2010
    Posts
    7

    Re: excel formula: days remaining=end date-todays date+extention days

    i think i attached a file!
    Attached Files Attached Files

  6. #6
    Forum Expert dilipandey's Avatar
    Join Date
    12-05-2011
    Location
    Dubai, UAE
    MS-Off Ver
    1997 - 2016
    Posts
    8,191

    Re: excel formula: days remaining=end date-todays date+extention days

    As I showed in my example in post#2, you need to add the reference after Days360 function :-

    =DAYS360(D1,E3)+J3

    see attached:-Book1(40).xlsx

    Regards,
    DILIPandey
    <click on below * if this helps>

  7. #7
    Registered User
    Join Date
    01-03-2013
    Location
    some where over the rainbow
    MS-Off Ver
    Excel 2010
    Posts
    7

    Re: excel formula: days remaining=end date-todays date+extention days

    that isnt the correct about of days.it goes from 78 to 137 when u add a 30 day extention. is my end days formula causing that?

  8. #8
    Forum Expert dilipandey's Avatar
    Join Date
    12-05-2011
    Location
    Dubai, UAE
    MS-Off Ver
    1997 - 2016
    Posts
    8,191

    Re: excel formula: days remaining=end date-todays date+extention days

    its 107 + 30 = 137 as I checked the workbook I posted in post #6. thanks.

    Regards,
    DILIPandey
    <click on below * if this helps>

  9. #9
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675

    Re: excel formula: days remaining=end date-todays date+extention days

    I'm afraid your post does not comply with Rule 8 of our Forum RULES. Cross-posting is when you post the same question in other forums on the web. You'll find people are disinclined to respond to cross-posts because they may be wasting their time solving a problem that has been solved elsewhere. We prefer that you not cross-post at all, but if you do (and it's unlikely to go unnoticed), you MUST provide a link (copy the url from the address bar in your browser)to the cross-post. Expect cross-posts without a link to be closed a message will be posted by the moderator explaining why. We are here to help so help us to help you!

    Read this to understand why we ask you to do this, and then please edit your first post to include links to any and all cross-posts in any other forums (not just this site).
    Audere est facere

  10. #10
    Registered User
    Join Date
    01-03-2013
    Location
    some where over the rainbow
    MS-Off Ver
    Excel 2010
    Posts
    7

    Re: excel formula: days remaining=end date-todays date+extention days

    i did check ur workbook, when u remove an extension the amount of days goes to 78 when you add the extension it shoots to 137 that isnt calculaing correctly.it shouldnt start at 107 the initial max start days is 90 hince the end days formula being the start date plus 90 days plus any extension days

  11. #11
    Registered User
    Join Date
    01-03-2013
    Location
    some where over the rainbow
    MS-Off Ver
    Excel 2010
    Posts
    7

    Re: excel formula: days remaining=end date-todays date+extention days

    i apologize i did not know, so what should i do know? edit my post and add a link?

  12. #12
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675

    Re: excel formula: days remaining=end date-todays date+extention days

    Quote Originally Posted by fsprings View Post
    i apologize i did not know, so what should i do know? edit my post and add a link?
    Yes, please

  13. #13
    Registered User
    Join Date
    01-03-2013
    Location
    some where over the rainbow
    MS-Off Ver
    Excel 2010
    Posts
    7

    Re: excel formula: days remaining=end date-todays date+extention days

    Quote Originally Posted by daddylonglegs View Post
    Yes, please
    i added a link

  14. #14
    Forum Expert dilipandey's Avatar
    Join Date
    12-05-2011
    Location
    Dubai, UAE
    MS-Off Ver
    1997 - 2016
    Posts
    8,191

    Re: excel formula: days remaining=end date-todays date+extention days

    i did check ur workbook, when u remove an extension the amount of days goes to 78 when you add the extension it shoots to 137 that isnt calculaing correctly.it shouldnt start at 107 the initial max start days is 90 hince the end days formula being the start date plus 90 days plus any extension days
    Book1(40).xlsx

    see the attachment which I downloaded from above post #6.
    consider the formula in green in cell F3:-

    =DAYS360(D1,E3)+J3
    =136

    If I remove J3 from right, it gives 106 not 78 as you mentioned in your above quote.

    Not sure where is the confusion ...


    Regards,
    DILIPandey
    <click on below * if this helps>

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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