Hello, I am new here. I am also new to formulas.
Have managed to work out the formula to calculate the number of 12hr shifts between two date/time fields.
ROUNDUP(((DATETIME_DIFF({DepartureDate},{ArrivalDate},‘minutes’) /60 ) /12), 0)
My struggle is...