+ Reply to Thread
Results 1 to 4 of 4

Formula to show Remaining Days between Current and Given Date

  1. #1
    Forum Contributor
    Join Date
    12-10-2008
    Location
    Austin
    Posts
    660

    Formula to show Remaining Days between Current and Given Date

    Hi all,
    Does any have /know how i can fix the formula below to
    show the number of remaining days between the given date
    and the current date.

    Please Login or Register  to view this content.
    Where B2 = Now()
    Last edited by bdb1974; 04-10-2009 at 06:03 PM.

  2. #2
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    15,596

    Re: Formula to show Remaining Days between Current and Given Date

    Try

    =TODAY()-H18

    (and format cell as number with 0 decimal places)

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

    Re: Formula to show Remaining Days between Current and Given Date

    If you are counting days then B2 would be better as

    =TODAY()

    then to calculate the number of days between 2 dates you can just subtract one from the other, i.e.

    =H18-$B$2

    format result cell as general

  4. #4
    Forum Contributor
    Join Date
    12-10-2008
    Location
    Austin
    Posts
    660

    Re: Formula to show Remaining Days between Current and Given Date

    Thanks Guys.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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