Sep 08, 2021 08:05 AM
Hello -
I am trying to calculate hours difference between two start date + time field & end date + time field, and looking for a formula that works to do that. Here is a screenshot:
Sep 08, 2021 01:09 PM
DATETIME_DIFF({End Date and Time}, {Start Date and Time}, "hours")
Sep 08, 2021 01:31 PM
Thanks, Kamille! I appreciate it