Hi Everyone,
I’m trying to calculate the difference in days and hours between 2 date columns. As we already know when you set a date in a date column you can also select a time in that same date columns. I want to calculate the difference in days between 2 date columns and also calculate the difference in hours with the given times selected. For instance, if in the Start Date column I have March 8th at 12pm selected and in the End Date column I have March 10th at 10am selected I would want a result of 2 Days and 22 hours. It would be ok if that needed to be 2 separate columns, but any ideas on how to set that up?
I’m currently using WORKDAYS({End Date}, {Start Date}) to calculate the difference in working days.