![]() |
|
|
|
#1
|
|||
|
|||
|
I have time in HH:MM format. how to make it MM format. Alternately I want to know the diffrence between 10:20 AM and 8:40 AM
I need the result as 100 or 1.66 |
|
#2
|
|||
|
|||
|
If I understand you correct
A1: 10:20 A2: 8:40 A3: =A1-A2 Then =HOUR(A3)+MINUTE(A3)/60 formatted General |
|
#3
|
||||
|
||||
|
Or:
=(A1-A2)*24
__________________
Cheers, Paul Edstein [Fmr MS MVP - Word] |
|
#4
|
|||
|
|||
|
Thank You.. Mr. Paul Works fine
Regards |
|
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
How to write the degree, minute second format in excel
|
Jamal NUMAN | Excel | 12 | 07-09-2018 11:44 PM |
Default date, time format when importing CSV files
|
hwg | Excel | 3 | 11-17-2014 08:47 AM |
| Time allotted minus time used with result in hour and minute | esther6086 | Excel | 2 | 04-29-2014 05:03 PM |
Run a macro each minute?
|
yabbah | Excel Programming | 5 | 05-31-2012 01:01 AM |
| Changing format of time data | Sammael | Excel | 2 | 04-08-2012 12:13 PM |