I'm working on a spreadsheet in Google Sheets that takes lap times (from running track splits) and subtracts them (to get the time from an individual lap) and then adds them to get the final times (in a column labeled "Total").
I've tried using the 123 button to format the cells like "mm:ss:SS" (if that's even right) but that still doesn't work... I don't get an error or anything, the total column just says 00:00.00.
What am I doing wrong? How can it be fixed?
You'll need to format your cells for duration:
After your cells are formatted correctly, I'd try the "=SUM" function:
The function for subtraction is "=MINUS":
Also, you can work with the conditional formatting to output things of interest on your sheet (for example negative/positive splits):
If you're working with Google Sheets this will be your Bible: Google spreadsheets function list