#1   Report Post  
Posted to microsoft.public.excel.misc
mailme
 
Posts: n/a
Default mm:ss to ss


i have time value like

A 01:44 and to convert into seconds

B 104

how to do it


urgent


--
mailme
------------------------------------------------------------------------
mailme's Profile: http://www.excelforum.com/member.php...o&userid=32928
View this thread: http://www.excelforum.com/showthread...hreadid=527511

  #2   Report Post  
Posted to microsoft.public.excel.misc
Pete_UK
 
Posts: n/a
Default mm:ss to ss

Times are stored internally in Excel as fractions of a 24 hour day. To
convert an Excel time format into seconds, then, you just need to
multiply by 60, by 60 again and by 24, i.e.:

=A1 *60*60*24

and format the cell as number with 0 dp.

Hope this helps.

Pete

  #3   Report Post  
Posted to microsoft.public.excel.misc
mailme
 
Posts: n/a
Default mm:ss to ss


Pete_UK Wrote:
Times are stored internally in Excel as fractions of a 24 hour day. To
convert an Excel time format into seconds, then, you just need to
multiply by 60, by 60 again and by 24, i.e.:

=A1 *60*60*24

and format the cell as number with 0 dp.

Hope this helps.

Pete



common man it doesn't work out]


my data in format

1:44
5:33
3:55

now i need to convert into seconds only

not sighn of minute

like final solution to be

104
333
223


the error that shows on prevois is #name?


--
mailme
------------------------------------------------------------------------
mailme's Profile: http://www.excelforum.com/member.php...o&userid=32928
View this thread: http://www.excelforum.com/showthread...hreadid=527511

  #4   Report Post  
Posted to microsoft.public.excel.misc
Bob Phillips
 
Posts: n/a
Default mm:ss to ss

=A1*1440

and format as General

--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)

"mailme" wrote in
message ...

Pete_UK Wrote:
Times are stored internally in Excel as fractions of a 24 hour day. To
convert an Excel time format into seconds, then, you just need to
multiply by 60, by 60 again and by 24, i.e.:

=A1 *60*60*24

and format the cell as number with 0 dp.

Hope this helps.

Pete



common man it doesn't work out]


my data in format

1:44
5:33
3:55

now i need to convert into seconds only

not sighn of minute

like final solution to be

104
333
223


the error that shows on prevois is #name?


--
mailme
------------------------------------------------------------------------
mailme's Profile:

http://www.excelforum.com/member.php...o&userid=32928
View this thread: http://www.excelforum.com/showthread...hreadid=527511



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
Importing MM:SS From Tab Delimited File and Charting Bryan Charts and Charting in Excel 4 July 28th 06 04:14 PM
Convert 04:03:00 (hh:mm:ss) to 04:03 (mm:ss) illian Walsh Excel Discussion (Misc queries) 3 March 15th 06 11:52 PM
SUM or AVERAGE of mm:ss KhaVu Excel Discussion (Misc queries) 5 January 11th 06 12:40 AM
Footage to seconds (# to mm:ss). a_dunn69 Excel Worksheet Functions 5 November 9th 05 07:19 PM
How to calculate speed given distance and mm:ss time format? rrl Excel Discussion (Misc queries) 1 October 21st 05 05:39 PM


All times are GMT +1. The time now is 05:30 AM.

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"