How can i find difference between two time stamps in hours.
example:
column M:9/11/13 11:54 AM
column N:9/18/13 5:12 PM
I want to find the difference of the above two cell values in hours.
How can i get it?
How can i find difference between two time stamps in hours.
example:
column M:9/11/13 11:54 AM
column N:9/18/13 5:12 PM
I want to find the difference of the above two cell values in hours.
How can i get it?
hi there. assuming data in row 1, then simply:
=N1-M1
you could format cells as custom format:
[h]:mm
that allows values to show above 24 hours
if you need it as a decimal for calculation, then:
=(N1-M1)*24
Thanks, if you have clicked on the * and added our rep.
If you're satisfied with the answer, click Thread Tools above your first post, select "Mark your thread as Solved".
"Contentment is not the fulfillment of what you want, but the realization of what you already have."
Tips & Tutorials I Compiled | How to Get Quick & Good Answers
Thanks benishiryo,
its working great![]()
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks