Calculating time difference in seconds.

ava_h

New Member
Joined
Oct 29, 2010
Messages
23
I need to calculate time difference quickly as I monitor a phone call from a specific point in the conversation. I'd like to enter it into a cell as a decimal like .59 (59 second mark) and it might would end at 1.30 (1 min 30 second mark). What formula can I use to get the correct time difference of 31 seconds? Or is there an easier way to enter and calculate the time?
 

Excel Facts

Wildcard in VLOOKUP
Use =VLOOKUP("Apple*" to find apple, Apple, or applesauce
Shouldn't you enter .59 as 0:59 and 1.30 as 1:30? If you then subtract 0:59 from 1:30, that should give you 0:31, which is what you want...
 
Upvote 0
For excel to recognise the values as seconds you need to enter like

0:00:59 and 0:01:30

[0:59 will be interpreted as 59 minutes]

If you put those two in A2 and B2 respectively then you can just subtract in C2, i.e.

=B2-A2

and the result should be 0:00:31
 
Upvote 0

Forum statistics

Threads
1,214,920
Messages
6,122,279
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