Hi all
I have a base for managing casual employees’ hours worked. Employees submit hours via a form and payroll uses the entries to pay wages.
Payroll would like to see only the records for the relevant payroll period: 16 May - 19 May and every two week period thereafter.
Is there any way to filter by these rolling fortnightly periods?
Thanks!
Travis
Further notes:
I found that I could get fortnightly periods using the week numbers: ROUND(WEEKNUM(Date)/2)
The trouble is that the payroll period is not exactly in sync with the week numbers… Maybe there could be a way to shift the period?