Stopwatch with Lap Function in Excel

jclusman

New Member
Joined
Jul 7, 2014
Messages
1
I am completely new to this, but I'm looking for some help in inserting a stopwatch into an Excel document. The document is used for tracking entrances/exits in a theatrical production.

Here's what I'd like to do:
I'd like to be able to start a stopwatch that starts at 0:00:00 and keeps a running time. But then I'd also like to be able to click a button to capture the time of an entrance/exit (like a lap feature) and have it auto fill a predetermined cell...and doing this 25-30 times before wanting to stop the running time. Each time the "lap feature" is captured it would auto fill the next cell in a column.

Any insight would be greatly appreciated.
 

Excel Facts

Pivot Table Drill Down
Double-click any number in a pivot table to create a new report showing all detail rows that make up that number
I would post data vertically...each lap creates a new lap in the next ROW.
I would say a START button, to write start time, now(), and lap = 0
and a LAP button that posts the time (in col A) and lap time in Col B. then advances 1 row.
 
Upvote 0

Forum statistics

Threads
1,214,919
Messages
6,122,260
Members
449,075
Latest member
staticfluids

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top