+ Reply to Thread
Results 1 to 7 of 7

Scrabble stop watch

  1. #1
    Forum Contributor
    Join Date
    01-04-2014
    Location
    East Africa
    MS-Off Ver
    MS OFFICE 2019 PRO
    Posts
    3,616

    Scrabble stop watch

    We are playing an online tournament , that has no clock

    Thus need me start and close

    Attached file , I need buttons of start and stop replace those text ,
    and quote minutes taken on column d for player 1 and column e for player e
    Attached Files Attached Files

  2. #2
    Forum Expert Logit's Avatar
    Join Date
    12-23-2012
    Location
    North Carolina
    MS-Off Ver
    Excel 2019 Professional Plus - 2007 Enterprise
    Posts
    7,015

    Re: Scrabble stop watch

    .
    .
    This small project will get you started.

    Paste into the UserForm that has four command buttons. You can edit the number of buttons and the columns for the time stamps:

    Please Login or Register  to view this content.
    Attached Files Attached Files

  3. #3
    Forum Expert leelnich's Avatar
    Join Date
    03-20-2017
    Location
    Delaware, USA
    MS-Off Ver
    Office 2016
    Posts
    2,807

    Re: Scrabble stop watch

    Or this:
    Please Login or Register  to view this content.
    Worksheet Formula (in D2): =IF(AND(ISNUMBER(A2),B2>A2),ROUND(86400 *(B2-A2),0),"")

    Code in the Worksheet_SelectionChange event fires whenever you click in columns A,B,G, or H (empty cell).
    First available row is time-stamped. Worksheet formulas in columns D,E calculate seconds elapsed (if both times present).


    Please click the Add Reputation star below any helpful posts, and if you have your answer, mark your thread as SOLVED (Thread Tools up top). Thanks!-Lee
    Attached Files Attached Files
    Last edited by leelnich; 05-18-2017 at 01:34 PM.

  4. #4
    Forum Contributor
    Join Date
    01-04-2014
    Location
    East Africa
    MS-Off Ver
    MS OFFICE 2019 PRO
    Posts
    3,616

    Re: Scrabble stop watch

    Leelnich , i will pick your , awesome neat work

  5. #5
    Forum Contributor
    Join Date
    01-04-2014
    Location
    East Africa
    MS-Off Ver
    MS OFFICE 2019 PRO
    Posts
    3,616

    Re: Scrabble stop watch

    Only that i need minutes , the below plugs 88 on the below

    19:14:04 19:15:32


    =IF(AND(ISNUMBER(A2),B2>A2),ROUND(86400 *(B2-A2),0),"")

  6. #6
    Forum Contributor
    Join Date
    01-04-2014
    Location
    East Africa
    MS-Off Ver
    MS OFFICE 2019 PRO
    Posts
    3,616

    Re: Scrabble stop watch

    Okay seconds will do , i have added seconds at end and divided 60

  7. #7
    Forum Expert leelnich's Avatar
    Join Date
    03-20-2017
    Location
    Delaware, USA
    MS-Off Ver
    Office 2016
    Posts
    2,807

    Re: Scrabble stop watch

    Cool, sounds like you've got it figured. Glad I could help, thank you very much for the rep. - Lee

+ 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. Stop watch!
    By atif_ar in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 02-16-2017, 04:26 PM
  2. Click Button to start/stop a Stop Watch
    By Aeneren in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 01-14-2016, 01:25 PM
  3. [SOLVED] stop watch calculations
    By port in forum Excel General
    Replies: 1
    Last Post: 09-15-2014, 11:10 PM
  4. [SOLVED] stop watch calculations
    By port in forum Excel General
    Replies: 3
    Last Post: 09-15-2014, 11:03 PM
  5. stop watch
    By superchew in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 05-23-2014, 01:09 PM
  6. Stop Watch
    By Mr.India in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 12-08-2013, 11:02 AM
  7. How to interrupt stop watch
    By Maks60 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 06-24-2012, 11:29 AM

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