I have 2 date fields. A ‘Book in’ and a ‘Book out’ that logs the date and time someone shows up to work and leaves. Then I use DATETIME_DIFF({Book out}, {Book in}) to get the total hours worked.
Is there a way to also calculate over hours. If working past 6pm then anything after 6 would calculate as over hours?