ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Excel 2003 -- how do I change a time format (https://www.excelbanter.com/excel-discussion-misc-queries/242769-excel-2003-how-do-i-change-time-format.html)

Carmilla

Excel 2003 -- how do I change a time format
 
I have tied together excel sheets by adding times hh.mm. For example: fomat
is 3:30 -- 3 hours and thirty minutes. I want to change the format to read
3.5 -- the hours and then in 1/4 increments.

T. Valko

Excel 2003 -- how do I change a time format
 
I assume this means you want to round to the nearest quarter hour and
convert the time value to a decimal value . Try something like this:

=ROUND(SUM(A2:A10)*24/0.25,0)*0.25

Format as General or Number

--
Biff
Microsoft Excel MVP


"Carmilla" wrote in message
...
I have tied together excel sheets by adding times hh.mm. For example:
fomat
is 3:30 -- 3 hours and thirty minutes. I want to change the format to
read
3.5 -- the hours and then in 1/4 increments.




Carmilla

Excel 2003 -- how do I change a time format
 
Thank you T. Valko -- worked great!

"T. Valko" wrote:

I assume this means you want to round to the nearest quarter hour and
convert the time value to a decimal value . Try something like this:

=ROUND(SUM(A2:A10)*24/0.25,0)*0.25

Format as General or Number

--
Biff
Microsoft Excel MVP


"Carmilla" wrote in message
...
I have tied together excel sheets by adding times hh.mm. For example:
fomat
is 3:30 -- 3 hours and thirty minutes. I want to change the format to
read
3.5 -- the hours and then in 1/4 increments.





T. Valko

Excel 2003 -- how do I change a time format
 
You're welcome. Thanks for the feedback!

--
Biff
Microsoft Excel MVP


"Carmilla" wrote in message
...
Thank you T. Valko -- worked great!

"T. Valko" wrote:

I assume this means you want to round to the nearest quarter hour and
convert the time value to a decimal value . Try something like this:

=ROUND(SUM(A2:A10)*24/0.25,0)*0.25

Format as General or Number

--
Biff
Microsoft Excel MVP


"Carmilla" wrote in message
...
I have tied together excel sheets by adding times hh.mm. For example:
fomat
is 3:30 -- 3 hours and thirty minutes. I want to change the format to
read
3.5 -- the hours and then in 1/4 increments.








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

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com