Varunraj Belgaonkar
Varunraj Belgaonkar

Reputation: 45

How to find elapsed time between two datetime values

I working in google sheets. I have already formatted datetime value and separated them in two columns. Now I want to find the time elapsed between these two dates?

date1 : 04/26/21 8:25:00 AM
date2 : 05/01/21 4:46:00 PM

What formula to use in google sheets?

Upvotes: 0

Views: 97

Answers (1)

JohnA
JohnA

Reputation: 1107

All you need to do is substract the two dates

=H34-G34

enter image description here

Then set the format to Number/Duration of the cell with the formula

enter image description here

Upvotes: 2

Related Questions