+ Reply to Thread
Results 1 to 3 of 3

Multiple countdown timers based on cell input.

  1. #1
    Registered User
    Join Date
    10-03-2016
    Location
    Texas
    MS-Off Ver
    2016
    Posts
    1

    Multiple countdown timers based on cell input.

    Hello all, first time poster. I hope I am not breaking any forum rules already. What I have is a workbook that I want to have multiple timers in different rows based on a a word put into a cell in that row. When that word is entered I would like a timer to start based on some other times in different cells. All the times in this sheet are very fluid. I found a post here very close to what I need but I get errors when i try to run it. Any help would be great.

    What I'm looking for is a way to start a countdown when I type "Researching" into column C through K. The time would start from the data in column Q. Any of the other formulas to get the time in Q can be moved to accommodate space needed for the countdown timer.
    Attached Files Attached Files
    Last edited by Stopnaggin; 10-05-2016 at 03:56 PM. Reason: Better Spreadsheet to understand

  2. #2
    Forum Expert
    Join Date
    01-23-2013
    Location
    USA
    MS-Off Ver
    Microsoft 365 aka Office 365
    Posts
    3,863

    Re: Multiple countdown timers based on cell input.

    Hi Stopnaggin and welcome to ExcelForum,

    See the attached file which which uses one timer and several helper columns to do what you want. I implemented the software on a separate sheet, because it was a lot easier to test. It is relatively simple to use your sheet, but I need to know what you want, and where you want it, if you need help implementing the software to your file.

    Please let my know if you have any questions, problems or if you need further assistance.

    Make sure you have a backup copy of your file before you do anything.

    The software works as follows:
    a. A timer starts that runs once every 60 seconds. You can change the value to anything you want, but a multiple of 10 or 30 is suggested.
    b. When Column 'C' thru 'K' changes to 'Researching', column 'R' thru 'V' are filled out for that row.
    c. When Column 'C' thru 'K' changes to 'Researching' again, the Projected Completion Date/Time is recalculated.
    Subsequent 'Researching' changes in a row can be ignored by setting cell 'U21' to 'Yes.
    d. The only extra column that is required is Column 'T' (Projected Completion), the other columns are displayed for informational purposes only.
    e. Processing will resume where it left off, when a closed file is opened (provided the file was saved).

    In the ThisWorkbook code module
    Please Login or Register  to view this content.
    In the Sheet module (you must copy the code to your Sheet module to implement the code by yourself):
    Please Login or Register  to view this content.
    Code continued in next post due to size limitations.


    Lewis
    Attached Files Attached Files

  3. #3
    Forum Expert
    Join Date
    01-23-2013
    Location
    USA
    MS-Off Ver
    Microsoft 365 aka Office 365
    Posts
    3,863

    Re: Multiple countdown timers based on cell input.

    Code from previous post continued:

    In an ordinary code module such as ModTimer:
    Please Login or Register  to view this content.

+ 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. Best way to make multiple countdown timers
    By Dave_ross in forum Excel General
    Replies: 19
    Last Post: 02-04-2019, 05:06 PM
  2. Timing issue with multiple countdown timers (loop related)
    By azairvine in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 07-29-2016, 08:24 AM
  3. [SOLVED] Multiple countdown timers and pop-up messages/alarms on a single sheet
    By charliethechamp in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 10-21-2015, 06:21 AM
  4. Userform Multiple Countdown Timers
    By aalansari in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 02-12-2015, 08:17 AM
  5. Countdown Timers that starts with cell input
    By Pako80 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 05-09-2014, 04:26 PM
  6. Multiple Countdown timers.
    By dawidski in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 11-12-2013, 11:42 PM
  7. multiple countdown timers in excel?
    By hollandrob81 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 01-06-2013, 04:12 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