Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default How do I create a formula to turn 2.58 into 2.35

I have a formula to turn minutes in to hours and a decimal ex. 155/60=2.58.
However, I need to turn the .58 into .35. Does anyone know of a formula that
might make this possiable?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default How do I create a formula to turn 2.58 into 2.35

That could become very confusing.

You could use Excel's built-in time formatting, by using this:

=155 / 60 / 24

and applying a custom format to the cell of:

[h].mm

which will show 2.35, but you should be aware that this is not really
the number 2.35 (the underlying value is 0.107639), so you should not
use it directly in any arithmetic.

Hope this helps.

Pete

On Jul 31, 4:28*pm, Janette Webster <Janette
wrote:
I have a formula to turn minutes in to hours and a decimal ex. 155/60=2..58.
However, I need to turn the .58 into .35. Does anyone know of a formula that
might make this possiable?


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default How do I create a formula to turn 2.58 into 2.35

Thank you so much. I think that is just what we needed. I tried a different
number and it work also.. You are awesome!!!! Thanks again.

"Pete_UK" wrote:

That could become very confusing.

You could use Excel's built-in time formatting, by using this:

=155 / 60 / 24

and applying a custom format to the cell of:

[h].mm

which will show 2.35, but you should be aware that this is not really
the number 2.35 (the underlying value is 0.107639), so you should not
use it directly in any arithmetic.

Hope this helps.

Pete

On Jul 31, 4:28 pm, Janette Webster <Janette
wrote:
I have a formula to turn minutes in to hours and a decimal ex. 155/60=2..58.
However, I need to turn the .58 into .35. Does anyone know of a formula that
might make this possiable?



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default How do I create a formula to turn 2.58 into 2.35

You're welcome, Janette - thanks for feeding back.

Just be wary of my earlier comments.

Pete

On Jul 31, 5:00*pm, Janette Webster
wrote:
Thank you so much. I think that is just what we needed. I tried a different
number and it work also.. You are awesome!!!! Thanks again.



"Pete_UK" wrote:
That could become very confusing.


You could use Excel's built-in time formatting, by using this:


=155 / 60 / 24


and applying a custom format to the cell of:


[h].mm


which will show 2.35, but you should be aware that this is not really
the number 2.35 (the underlying value is 0.107639), so you should not
use it directly in any arithmetic.


Hope this helps.


Pete


On Jul 31, 4:28 pm, Janette Webster <Janette
wrote:
I have a formula to turn minutes in to hours and a decimal ex. 155/60=2..58.
However, I need to turn the .58 into .35. Does anyone know of a formula that
might make this possiable?- Hide quoted text -


- Show quoted text -


  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,346
Default How do I create a formula to turn 2.58 into 2.35

A formula approach is actually not too difficult:

=INT(A1/60)+MOD(A1/60,1)*0.6

where 155 is in A1

--
If this helps, please click the Yes button.

Cheers,
Shane Devenshire


"Janette Webster" wrote:

I have a formula to turn minutes in to hours and a decimal ex. 155/60=2.58.
However, I need to turn the .58 into .35. Does anyone know of a formula that
might make this possiable?



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
can you create a spot in Excel which you can turn on and off by c. jennym Excel Discussion (Misc queries) 3 November 21st 08 02:19 PM
Want formula to turn to value by itself DougL Excel Discussion (Misc queries) 2 February 8th 08 01:09 PM
how to create a if statement, if true turn colour Yashes Excel Worksheet Functions 3 October 24th 06 11:12 PM
Turn Off Formula ? WhiteHawk New Users to Excel 5 May 4th 05 11:41 PM
My formula bar disappeared. How do I turn it on? Anand Excel Discussion (Misc queries) 2 April 27th 05 05:13 AM


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