Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
How do I show the total of difference between two times in decimals (numbers)
to calculate charges. Example: time elapsed between 10.15 am to 12.15 pm = 2 hours. Suppose a charge of $ 3/hr to be charged the total to be charged would 2*3 = $6. Excel does not give that answer if one enters that formula. Will someone please help me with this question? Thanks. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Times in Excel are stored as fractions of a day.
So 1 hour is 1/24th of a day. Multiply your time difference by 24 and you get an integer/decimal # of hours -- Kind regards, Niek Otten Microsoft MVP - Excel "E. Lewis" wrote in message ... | How do I show the total of difference between two times in decimals (numbers) | to calculate charges. | | Example: time elapsed between 10.15 am to 12.15 pm = 2 hours. | | Suppose a charge of $ 3/hr to be charged the total to be charged would 2*3 = | $6. | | Excel does not give that answer if one enters that formula. | | Will someone please help me with this question? | | Thanks. |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi
A1= 10:15 B1= 12:15 C1 = 3 formula in another cell =((B1-A1)*24)*C1 Format as general Mike "E. Lewis" wrote: How do I show the total of difference between two times in decimals (numbers) to calculate charges. Example: time elapsed between 10.15 am to 12.15 pm = 2 hours. Suppose a charge of $ 3/hr to be charged the total to be charged would 2*3 = $6. Excel does not give that answer if one enters that formula. Will someone please help me with this question? Thanks. |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Sorry format the formula as Currency
Mike "E. Lewis" wrote: How do I show the total of difference between two times in decimals (numbers) to calculate charges. Example: time elapsed between 10.15 am to 12.15 pm = 2 hours. Suppose a charge of $ 3/hr to be charged the total to be charged would 2*3 = $6. Excel does not give that answer if one enters that formula. Will someone please help me with this question? Thanks. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
show time difference between start and end times | Excel Discussion (Misc queries) | |||
Difference between two times | Excel Discussion (Misc queries) | |||
calculate difference between two times | Excel Worksheet Functions | |||
Difference in Times | Excel Discussion (Misc queries) | |||
how do I figure the difference between two times when one is in p. | Excel Worksheet Functions |