Adding Subtracting Time Formula-Horse Racing

S

SMDIYDLI

I would like to create a spreadsheet that will add and subtract time. I'm
using this for horseracing. An example would be to subtract 45² from 1:12³.

I'd be subtracting 45 and two fifths seconds from 1 minute 12 and three fifths
seconds.

I know one way is to enter 72.6 minus 45.4, but I'd like the spreadsheet to do
all the converting if possible.

Can this be done without using a macro?

Thanks for any suggestions.

SMD
 
D

Dave R.

If you have minutes in A and seconds (with fractions) in B, you can use

=(B2+(A2*60)-(B3+(A3*60)))

to get the difference in seconds.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top