Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Saray
 
Posts: n/a
Default Converting minutes to seconds


Hi all,

How can I convert the minutes (which is presented as 4:11) to seconds?

I have tried all the solutions posted on this thread but none of them
worked! Help!!

Thank you!


--
Saray
------------------------------------------------------------------------
Saray's Profile: http://www.excelforum.com/member.php...o&userid=27087
View this thread: http://www.excelforum.com/showthread...hreadid=276410

  #2   Report Post  
cincode5
 
Posts: n/a
Default

Hi Saray,

If your just looking to convert the 4:11 format to all seconds in a
different cell try using this formula in the destination cell:

=60*MID(E7,1,SEARCH(":",E7,1)-1)+(MID(E7,SEARCH(":",E7,1)+1,2))

This will work for any size Minute:Second combination (4:11 or 100:27 for
example). You MUST make sure the 4:11 cell is formatted as Text, because if
left as general or time or whatever else it is set to the formula will result
in a #VALUE error.

--
Regards...


"Saray" wrote:


Hi all,

How can I convert the minutes (which is presented as 4:11) to seconds?

I have tried all the solutions posted on this thread but none of them
worked! Help!!

Thank you!


--
Saray
------------------------------------------------------------------------
Saray's Profile: http://www.excelforum.com/member.php...o&userid=27087
View this thread: http://www.excelforum.com/showthread...hreadid=276410


  #3   Report Post  
Gary''s Student
 
Posts: n/a
Default

If you enter 4:11 (as minute:second) in cell A1, then enter
=SECOND(A1)+60*MINUTE(A1)
Format the other cell as General and you will get 251
--
Gary''s Student


"Saray" wrote:


Hi all,

How can I convert the minutes (which is presented as 4:11) to seconds?

I have tried all the solutions posted on this thread but none of them
worked! Help!!

Thank you!


--
Saray
------------------------------------------------------------------------
Saray's Profile: http://www.excelforum.com/member.php...o&userid=27087
View this thread: http://www.excelforum.com/showthread...hreadid=276410


  #4   Report Post  
Dave Peterson
 
Posts: n/a
Default

The thread aged off for me, but if I enter:
00:04:11
in A1, I can use this in B1:
=A1*60*60*24
(formatted as general)
and get 251 back.




Saray wrote:

Hi all,

How can I convert the minutes (which is presented as 4:11) to seconds?

I have tried all the solutions posted on this thread but none of them
worked! Help!!

Thank you!

--
Saray
------------------------------------------------------------------------
Saray's Profile: http://www.excelforum.com/member.php...o&userid=27087
View this thread: http://www.excelforum.com/showthread...hreadid=276410


--

Dave Peterson
  #5   Report Post  
Saray
 
Posts: n/a
Default


Hi all,

Wow, I can't believe I would get so much replies in only one day. I've
tried all the solutions you suggested and they all worked! Now, I have
too many options...

Anyway, your help is much appreciated!

:) :) :)


--
Saray
------------------------------------------------------------------------
Saray's Profile: http://www.excelforum.com/member.php...o&userid=27087
View this thread: http://www.excelforum.com/showthread...hreadid=276410

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
Sum minutes and seconds to total hours deck4 Excel Discussion (Misc queries) 3 August 29th 05 02:34 PM
how do I add minutes and seconds together in excel BeirutBomber Excel Worksheet Functions 1 August 21st 05 11:10 AM
Create a custom format to convert seconds to minutes. XOXO Excel Discussion (Misc queries) 3 April 12th 05 11:34 PM
convert seconds to minutes and seconds Brian Excel Worksheet Functions 2 December 9th 04 09:45 PM
converting from digital degrees to degrees minutes seconds Patricio Boric Excel Worksheet Functions 1 November 28th 04 07:43 PM


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

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

About Us

"It's about Microsoft Excel"