+ Reply to Thread
Results 1 to 3 of 3

count down the days???

  1. #1
    Forum Contributor
    Join Date
    06-29-2005
    Location
    TN
    MS-Off Ver
    Microsoft 365
    Posts
    327

    count down the days???

    how can I calculate the number of days from a date in the future from today?

    B3 = 08/10/2006

    Sorta like "??? # of days until Christmas"

    Thanx

  2. #2
    Dave Peterson
    Guest

    Re: count down the days???

    =date(2006,12,25)-date(2006,08,10)
    format as general.

    If the date is in A1:
    =date(year(a1),12,25)-a1
    (still format as general)


    Ltat42a wrote:
    >
    > how can I calculate the number of days from a date in the future from
    > today?
    >
    > B3 = 08/10/2006
    >
    > Sorta like "??? # of days until Christmas"
    >
    > Thanx
    >
    > --
    > Ltat42a
    > ------------------------------------------------------------------------
    > Ltat42a's Profile: http://www.excelforum.com/member.php...o&userid=24735
    > View this thread: http://www.excelforum.com/showthread...hreadid=479309


    --

    Dave Peterson

  3. #3
    pinmaster
    Guest
    Hi
    =DATEDIF(TODAY(),A1,"d")

    HTH
    JG

+ 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