Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have a spreadsheet with two columns, Begin Time and End Time. The time
format is set to hh:mm:ss AM. I want to find the difference between the two times, but in seconds. What formula would I write to subtract the times and have the output response be total seconds? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi,
When you've done the subtraction format the cell with a custom format of [ss] Mike "Pass-the-Reality" wrote: I have a spreadsheet with two columns, Begin Time and End Time. The time format is set to hh:mm:ss AM. I want to find the difference between the two times, but in seconds. What formula would I write to subtract the times and have the output response be total seconds? |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
.... or if you want a number in seconds, use =(B1-A1)*24*3600 and format as
Number or General, not as Time. -- David Biddulph "Mike H" wrote in message ... Hi, When you've done the subtraction format the cell with a custom format of [ss] Mike "Pass-the-Reality" wrote: I have a spreadsheet with two columns, Begin Time and End Time. The time format is set to hh:mm:ss AM. I want to find the difference between the two times, but in seconds. What formula would I write to subtract the times and have the output response be total seconds? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I change a minutes and seconds as a 2400 time to seconds? | Excel Worksheet Functions | |||
Entering Seconds but displaying minutes & seconds | Excel Discussion (Misc queries) | |||
Formula to Change Hours:Minutes:Seconds to Seconds only | Excel Discussion (Misc queries) | |||
Converting Julian Seconds with a macro to replace old seconds data | Excel Discussion (Misc queries) | |||
Convert "Time Interval" in "hours : minutes : seconds" to seconds | New Users to Excel |