Anyone manages to solve it?
I want to use 2 date columns the the option of adding the time and calculate the hours between them. I want to count during nights, weekends and holidays.
In the first part, the ROUNDDOWN function is used to only count the full days.
In the second part, it takes the the full hours between the days and subtract the full days*24 to get the remaining hours.
Is this along the lines of what you’re hoping to achieve?