View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Rohit Thomas Rohit Thomas is offline
external usenet poster
 
Posts: 21
Default Subtract 7:00 pm from 7:30 pm

Larry,

You can also input the start and end time using military
time, which would require no formatting.

Using your example:
A1(Start) A2(End) A3 = (A2-A1)(Diff/Total)
19:00 21:45 2:45

Hope that helps,
Rohit

-----Original Message-----
Hope someone can help... I need to get the difference

between two times ie:
End - Start.
I guess I need a formula that I can use in Excel that

will allow me to enter
the start time, the end time, and then in another cell,

get the difference.

So, If I start a job at 7:00 PM (Which is how I enter the

info in the cell)
and end the job at say 9:45 PM (entered in the second

cell) the third cell
will display 2 Hr 45 min.

I think I am explaining this badly... I guess what I need

is to be able to
perform math (Add/Subtract) on Time. I am not familiar

with how Excel uses
Time Values.

Begin End Total
7:00 PM 7:30 PM 30 min

Hope someone can help
Larry


.