Results 1 to 5 of 5

Thread: Countdown Timer in Excel

  1. #1
    Member
    Join Date
    Jun 2012
    Posts
    80
    Rep Power
    12

    Countdown Timer in Excel

    Hi Guys,

    I need a simple formula or a macro, which simply counts down to zero once I enter the Days:Hours or Hours:Minutes (if less than 1 day).

    For example, I enter 4 days and the cell has a countdown timer going as 3 days 23 Hours (no need for minutes its above one day). So if below 1 day, then the countdown should appear as 23 Hours 59 Minutes and so on. Once the timer runs to zero, "Done" message should appear on that cell.

    The thing is I need multiple timers to run under Column I, so the formula/macro should not be limited to one timer.

    Please help!

  2. #2
    Member
    Join Date
    Jun 2012
    Posts
    80
    Rep Power
    12
    Ok let me try to explain it in aonther way.
    I have a list of tasks with deadlines associated with it. Follwoing is the details of the columns in the worksheet.

    Coulmn A - Task
    Column B - Days
    Column C - Hours
    Column D - Minutes

    Now, based on the numbers I enter in Column B, C & D, the timer should run in column E.
    For example, Col B - 6, Col C - 11, Then in Col E - 6 Days 10 Hours 59 Minutes should appear (counting down until zero)
    If only, Col C & D are mentioned, then Col E should show X Hours Y Minutes and so on.

    Once the countdown reaches zero, Col E should show "Done"


    P.S.: Tried on ozgrid.com too, but no help so far.

  3. #3
    Junior Member
    Join Date
    Aug 2013
    Posts
    18
    Rep Power
    0
    Hi,

    Hope this will help you.

    Attachment 1500[/SIZE]
    Attached Images Attached Images
    Attached Files Attached Files
    Last edited by aju.thomas; 09-19-2013 at 07:50 PM.

  4. #4
    Member
    Join Date
    Jun 2012
    Posts
    80
    Rep Power
    12
    Thanks for the help!! This is useful!!

    But can you make a formula without the "date" (column B) criteria?

    And also, could you please explain how to add the "Refresh" button in my worksheet?
    Last edited by msiyab; 09-22-2013 at 03:36 PM.

  5. #5
    Junior Member
    Join Date
    Aug 2013
    Posts
    18
    Rep Power
    0
    without a start date formula cannot identify how many days are left. so column B (Date) cannot be avoided.
    You can move the column or hide the column.

    for refresh button
    Insert ActiveX Command button, Right click and select View Code
    inside the code, just type "calculate"

    Eg:-
    Code:
     Private Sub CommandButton1_Click()
    Calculate
    End Sub

Similar Threads

  1. Timer to close excel workbook
    By leopaulc in forum Excel Help
    Replies: 5
    Last Post: 10-24-2011, 12:31 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •