+ Reply to Thread
Results 1 to 6 of 6

Date Countdown with Reference to Specific Cell?

  1. #1
    Registered User
    Join Date
    01-20-2014
    Location
    london, England
    MS-Off Ver
    Excel 2010
    Posts
    49

    Question Date Countdown with Reference to Specific Cell?

    Hi,

    I have this formula counting down days until my next fire drill:

    Please Login or Register  to view this content.
    However... Every time the drill is done I need to change the date in the formula for the countdown.

    I don't want to have to manually change this formula EVERYTIME I do a drill. Is there away instead of having:
    Please Login or Register  to view this content.
    that I can have it reference a cell instead?

    Myinitial idea was a formula like this:
    Please Login or Register  to view this content.
    (however this code doesn't actually work ...)

    Any ideas from the formula wizards out there?

    Kindest regards as always,

    Antligen
    Last edited by Antligen; 06-25-2014 at 04:45 AM. Reason: Correcting Grammar ;)

  2. #2
    Forum Contributor
    Join Date
    07-17-2013
    Location
    Birmingham, England
    MS-Off Ver
    Excel for O365
    Posts
    197

    Re: Date Countdown with Reference to Specific Cell?

    Yeah you were almost right, just remove the DATEVALUE part...

    =G10-TODAY()&" days until next fire drill is due"

  3. #3
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,731

    Re: Date Countdown with Reference to Specific Cell?

    If G10 contains a date, then you can just have:

    =G10-TODAY()&" days until next fire drill is due"

    Hope this helps.

    Pete

  4. #4
    Registered User
    Join Date
    05-16-2014
    MS-Off Ver
    Excel 2003
    Posts
    44

    Re: Date Countdown with Reference to Specific Cell?

    pls try this. keep your date in G10 cell . You should also have the cell in number format.

    Please Login or Register  to view this content.
    Last edited by aavins73; 06-25-2014 at 05:03 AM.

  5. #5
    Registered User
    Join Date
    01-20-2014
    Location
    london, England
    MS-Off Ver
    Excel 2010
    Posts
    49

    Re: Date Countdown with Reference to Specific Cell?

    Thank you very much for your help!

    So, what does DATEVALUE actually do in this instance then? Why would I not need it for this formula?

    I'm still learning formulas on here so any chance to learn something really helps me.

    Thanks again!

  6. #6
    Forum Contributor
    Join Date
    07-17-2013
    Location
    Birmingham, England
    MS-Off Ver
    Excel for O365
    Posts
    197

    Re: Date Countdown with Reference to Specific Cell?

    No problem.

    I believe date value is for cells that have a date formatted as text although I've never had a need for it.

+ 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. Reference a date, then copy and transpose paste into a date specific location
    By nelmsd in forum Excel Programming / VBA / Macros
    Replies: 17
    Last Post: 02-26-2013, 03:30 PM
  2. [SOLVED] Specific countdown timer
    By ballan in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 09-22-2012, 09:12 PM
  3. adding a countdown to a specific date and time to a userform
    By teacher_rob in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 09-15-2012, 10:30 AM
  4. Replies: 4
    Last Post: 05-13-2011, 02:05 PM
  5. Replies: 1
    Last Post: 06-01-2006, 08:50 AM

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