+ Reply to Thread
Results 1 to 8 of 8

Creating a day by day countdown - Excel 2007

  1. #1
    Registered User
    Join Date
    06-07-2012
    Location
    Manchester, England
    MS-Off Ver
    Excel 2007
    Posts
    6

    Creating a day by day countdown - Excel 2007

    Hi guys,

    Previous assistance has been fantastic! Just wanted some pointers on how to create a countdown (in days - not hours).

    In field A2 I have the date I receive a piece of work lets say today (12/06/2012), then B2 has the 40 day deadline for my piece of work (22/07/2012) - this is automatically generated.

    I would like C2 to show how many days I have left to complete the task, just for an additional help. Once the countdown reaches 0, I would want it to stop.

    Is this possible and if so, what would be the solution?

    Also, any reading you might suggest on excel for beginners would be very helpful too! Some of the basic formula creation is still eluding me...

    Thanks guys.

  2. #2
    Valued Forum Contributor
    Join Date
    04-30-2012
    Location
    Australia
    MS-Off Ver
    Excel 2010
    Posts
    547

    Re: Creating a day by day countdown - Excel 2007

    try

    =IF(B2>A2,B2-A2,"timed out")

    or

    =IF(B2>A2,B2-A2,"")
    Like a post? Click the star below it!

  3. #3
    Registered User
    Join Date
    06-07-2012
    Location
    Manchester, England
    MS-Off Ver
    Excel 2007
    Posts
    6

    Re: Creating a day by day countdown - Excel 2007

    Thanks for the reply.

    Those two seem to fill the cell C2 with the number 40 but if I change the date in A2, it doesn't have any effect on C2 (C2 will only display 40), if that makes sense. I need it to count down with every day it gets closer to the deadline.

  4. #4
    Valued Forum Contributor
    Join Date
    04-30-2012
    Location
    Australia
    MS-Off Ver
    Excel 2010
    Posts
    547

    Re: Creating a day by day countdown - Excel 2007

    how about

    =IF(B2>A2,B2-A2,"timed out")

  5. #5
    Registered User
    Join Date
    06-07-2012
    Location
    Manchester, England
    MS-Off Ver
    Excel 2007
    Posts
    6

    Re: Creating a day by day countdown - Excel 2007

    Hi again,

    Your latest suggestion, =IF(B2>A2,B2-A2,"timed out") seems to be the same as =IF(B2>A2,B2-A2,"timed out"), which is from your first post. Is that what you meant to post?

    Again, this only shows 40 days left, regardless of the date I enter.

  6. #6
    Valued Forum Contributor
    Join Date
    04-30-2012
    Location
    Australia
    MS-Off Ver
    Excel 2010
    Posts
    547

    Re: Creating a day by day countdown - Excel 2007

    Where exactly to you enter the date?

    A2 = 12-june-2012
    B2 = 22-Jul-2012
    C2 =IF(B2>A2,B2-A2,"timed out")

    If I change A2 to 13-June 2012, C2 shows 39, not 40.

    What are your expectations? Maybe it's time to post a sample file.

  7. #7
    Registered User
    Join Date
    06-07-2012
    Location
    Manchester, England
    MS-Off Ver
    Excel 2007
    Posts
    6

    Re: Creating a day by day countdown - Excel 2007

    What you said just happened on your document is exactly what I want it to do. Each day.. to count down from 40 to 0. Nothing more than that.

    It sounds like your direction is sound... I just don't know why mine won't follow suit. I have attached the document for you to look at.

    If there is anything else I can add to help, please let me know. I appreciate your help with this so far!
    Attached Files Attached Files

  8. #8
    Valued Forum Contributor
    Join Date
    04-30-2012
    Location
    Australia
    MS-Off Ver
    Excel 2010
    Posts
    547

    Re: Creating a day by day countdown - Excel 2007

    You conveniently forgot to mention that the date in column B is calculated by adding 40 days to the date in column A. Hence, the difference between the dates in column A and B will always be 40 days, since if you change the date in column A, the date in column B will adjust to be the date in column A plus 40 days.


+ 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