Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
longy
 
Posts: n/a
Default calculating seconds in excel..please help

I have a list of times,at the end of the column i add the total.I then need
to work out how many seconds in the total.,for example 10:59:01 is the total
time - whats the formula to translate this total into seconds please?
  #2   Report Post  
Posted to microsoft.public.excel.misc
bpeltzer
 
Posts: n/a
Default calculating seconds in excel..please help

You could just format the result (format cells, select the Number tab,
choose a Custom category and set the format to [s]).
Or multiply the result by 86400 (the number of seconds in a day) and format
the result as a normal number.

"longy" wrote:

I have a list of times,at the end of the column i add the total.I then need
to work out how many seconds in the total.,for example 10:59:01 is the total
time - whats the formula to translate this total into seconds please?

  #3   Report Post  
Posted to microsoft.public.excel.misc
Paul Mathews
 
Posts: n/a
Default calculating seconds in excel..please help

A couple of approaches (assume A1 = time 1, A2 = time 2):

1. (A2-A1)*24*60*60, format the resultant cell as general

2. (A2-A1), format the resultant cell as "[h]:mm:ss" if you want potential
hours, minutes and seconds or "mm:ss" for minutes and seconds, or "ss" for
just seconds (assuming you know the difference will always be less than 60
seconds).

"longy" wrote:

I have a list of times,at the end of the column i add the total.I then need
to work out how many seconds in the total.,for example 10:59:01 is the total
time - whats the formula to translate this total into seconds please?

  #4   Report Post  
Posted to microsoft.public.excel.misc
David Biddulph
 
Posts: n/a
Default calculating seconds in excel..please help

"longy" wrote in message
...
I have a list of times,at the end of the column i add the total.I then need
to work out how many seconds in the total.,for example 10:59:01 is the
total
time - whats the formula to translate this total into seconds please?


Two ways. If the data is in Excel time code (fractions of a day), you can
just format it in seconds, i.e. format code [s], or if you want to convert
it to a number of seconds you can convert from days to seconds by using the
formula =A1*24*3600 (and format as General or as a number).
--
David Biddulph


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
calculating the future value of an investment in excel John C. Excel Worksheet Functions 4 February 24th 06 09:00 PM
function wizard excel 2000 not calculating in worksheet AndreSA Excel Worksheet Functions 1 February 2nd 06 12:11 AM
Calculating tvl time in Excel 2000 Rev.9.2720 Brandi Excel Worksheet Functions 5 January 27th 05 09:15 PM
Difference in number of Excel NewsGroups Hari Prasadh Excel Discussion (Misc queries) 1 January 25th 05 11:32 AM
The shortcut to enter time in excel should include seconds. JoeGill Excel Discussion (Misc queries) 3 January 9th 05 08:02 PM


All times are GMT +1. The time now is 03:18 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"