Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
JR
 
Posts: n/a
Default convert number to time

I would like to ask for help.

I have to convert a number 5.27 to time 5:16 as minutes and seconds. I am
using the following to convert: =perform_dump!B35/24/60, however the return
is showing an AM/PM and I just need minutes and seconds to I can run
variances.

Any solutions?

Thanks

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Peo Sjoblom
 
Posts: n/a
Default convert number to time

Just format as mm:ss

or if you don't mind if it is text


=TEXT(perform_dump!B35/24/60,"mm"ss")

--

Regards,

Peo Sjoblom

http://nwexcelsolutions.com


"JR" wrote in message
...
I would like to ask for help.

I have to convert a number 5.27 to time 5:16 as minutes and seconds. I am
using the following to convert: =perform_dump!B35/24/60, however the
return
is showing an AM/PM and I just need minutes and seconds to I can run
variances.

Any solutions?

Thanks



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Duke Carey
 
Posts: n/a
Default convert number to time

Format the cell using the format string

mm:ss

Do this by:
FormatCellsNumber & select Custom. Enter the string above in the Type box


"JR" wrote:

I would like to ask for help.

I have to convert a number 5.27 to time 5:16 as minutes and seconds. I am
using the following to convert: =perform_dump!B35/24/60, however the return
is showing an AM/PM and I just need minutes and seconds to I can run
variances.

Any solutions?

Thanks

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
JR
 
Posts: n/a
Default convert number to time

Peo,

I am receiving a "#VALUE!" I have added an extra " where it was missing.
Any thoughts

"Peo Sjoblom" wrote:

Just format as mm:ss

or if you don't mind if it is text


=TEXT(perform_dump!B35/24/60,"mm"ss")

--

Regards,

Peo Sjoblom

http://nwexcelsolutions.com


"JR" wrote in message
...
I would like to ask for help.

I have to convert a number 5.27 to time 5:16 as minutes and seconds. I am
using the following to convert: =perform_dump!B35/24/60, however the
return
is showing an AM/PM and I just need minutes and seconds to I can run
variances.

Any solutions?

Thanks




  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
JR
 
Posts: n/a
Default convert number to time

I think I got it, it should look like this right:

=TEXT(perform_dump!B35/24/60,"mm:ss")



"Peo Sjoblom" wrote:

Just format as mm:ss

or if you don't mind if it is text


=TEXT(perform_dump!B35/24/60,"mm"ss")

--

Regards,

Peo Sjoblom

http://nwexcelsolutions.com


"JR" wrote in message
...
I would like to ask for help.

I have to convert a number 5.27 to time 5:16 as minutes and seconds. I am
using the following to convert: =perform_dump!B35/24/60, however the
return
is showing an AM/PM and I just need minutes and seconds to I can run
variances.

Any solutions?

Thanks






  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Peo Sjoblom
 
Posts: n/a
Default convert number to time

Correct

Peo

"JR" wrote in message
...
I think I got it, it should look like this right:

=TEXT(perform_dump!B35/24/60,"mm:ss")



"Peo Sjoblom" wrote:

Just format as mm:ss

or if you don't mind if it is text


=TEXT(perform_dump!B35/24/60,"mm"ss")

--

Regards,

Peo Sjoblom

http://nwexcelsolutions.com


"JR" wrote in message
...
I would like to ask for help.

I have to convert a number 5.27 to time 5:16 as minutes and seconds. I
am
using the following to convert: =perform_dump!B35/24/60, however the
return
is showing an AM/PM and I just need minutes and seconds to I can run
variances.

Any solutions?

Thanks






  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
JR
 
Posts: n/a
Default convert number to time

One more question

how do I use the same solutions when converting to text if the existing
formula is this: =VLOOKUP(BV1,Schedule_Dump!C130:I155,4,FALSE).

I tried using this:
=TEXT(VLOOKUP(BV1,Schedule_Dump!C130:I155,4,FALSE) ,"hhh:mm") but it is
returning 1:00, when the return should be 433:00.

Thanks for your help.

"Peo Sjoblom" wrote:

Just format as mm:ss

or if you don't mind if it is text


=TEXT(perform_dump!B35/24/60,"mm"ss")

--

Regards,

Peo Sjoblom

http://nwexcelsolutions.com


"JR" wrote in message
...
I would like to ask for help.

I have to convert a number 5.27 to time 5:16 as minutes and seconds. I am
using the following to convert: =perform_dump!B35/24/60, however the
return
is showing an AM/PM and I just need minutes and seconds to I can run
variances.

Any solutions?

Thanks




  #8   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Dave Peterson
 
Posts: n/a
Default convert number to time

try a format of:
"[hh]:mm"

instead of:
"hhh:mm"

JR wrote:

One more question

how do I use the same solutions when converting to text if the existing
formula is this: =VLOOKUP(BV1,Schedule_Dump!C130:I155,4,FALSE).

I tried using this:
=TEXT(VLOOKUP(BV1,Schedule_Dump!C130:I155,4,FALSE) ,"hhh:mm") but it is
returning 1:00, when the return should be 433:00.

Thanks for your help.

"Peo Sjoblom" wrote:

Just format as mm:ss

or if you don't mind if it is text


=TEXT(perform_dump!B35/24/60,"mm"ss")

--

Regards,

Peo Sjoblom

http://nwexcelsolutions.com


"JR" wrote in message
...
I would like to ask for help.

I have to convert a number 5.27 to time 5:16 as minutes and seconds. I am
using the following to convert: =perform_dump!B35/24/60, however the
return
is showing an AM/PM and I just need minutes and seconds to I can run
variances.

Any solutions?

Thanks





--

Dave Peterson
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
Return SEARCHED Column Number of Numeric Label and Value Sam via OfficeKB.com Excel Worksheet Functions 23 January 30th 06 06:16 PM
Convert a number to a time Jack Excel Discussion (Misc queries) 4 January 19th 06 09:08 AM
convert text-format number to number in excel 2000%3f Larry Excel Discussion (Misc queries) 1 July 29th 05 08:18 PM
convert number to time format? JLHORMAN Excel Discussion (Misc queries) 1 May 26th 05 06:38 PM
how do i convert a number into minutes for a time of completion c. dhelmers Excel Discussion (Misc queries) 2 January 29th 05 08:49 AM


All times are GMT +1. The time now is 03:28 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"