+ Reply to Thread
Results 1 to 5 of 5

how to stop a calender count down when a date within the month is met

  1. #1
    Registered User
    Join Date
    05-20-2014
    Posts
    5

    how to stop a calender count down when a date within the month is met

    Hi

    I am currently putting a spreadsheet together for a calibration schedule. i have a formula in a cell that counts down the days to a due date. The formula i have used is =if(c4<>0,c4-today(),"due date?"). What i want to is stop the count down in another cell say c5 if the cal is completed with the due date range, but keeps the countdown value in the c4 cell

    Any ideas

    Cheers
    Darren

  2. #2
    Forum Contributor
    Join Date
    04-24-2007
    Location
    NYC
    MS-Off Ver
    2k3/2k7/2010
    Posts
    270

    Re: how to stop a calender count down when a date within the month is met

    =if(isblank(c4), "due date?", if(c4>=today(), c4 -today(), "N/A"))

  3. #3
    Registered User
    Join Date
    05-20-2014
    Posts
    5

    Thumbs up Re: how to stop a calender count down when a date within the month is met

    Thank you so much for your help. The formula works a treat

  4. #4
    Forum Contributor
    Join Date
    04-24-2007
    Location
    NYC
    MS-Off Ver
    2k3/2k7/2010
    Posts
    270

    Re: how to stop a calender count down when a date within the month is met

    Please close this thread as Solved if everything is good.

  5. #5
    Registered User
    Join Date
    05-20-2014
    Posts
    5

    Re: how to stop a calender count down when a date within the month is met

    Hi i have attached a copy of my sperad sheet i need to stop the count down in cell d4-9 but leave the value when i put a date in cell e4 -9 does anyone have a formula
    Attached Files Attached Files

+ 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] Stop date formula based on end on month
    By DawnAZ in forum Excel General
    Replies: 14
    Last Post: 02-26-2019, 07:32 AM
  2. Replies: 7
    Last Post: 12-08-2016, 12:25 PM
  3. Excel calender transfering inputs from one month to the next
    By TheMailman in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 06-12-2013, 02:56 PM
  4. How to count Month and Date
    By marc5354 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 03-15-2010, 06:29 PM
  5. how do I print 12 month calender in one sheet
    By kumaratfl in forum Excel General
    Replies: 1
    Last Post: 08-19-2005, 12:05 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