Hi there,
I have a question for our PTO system. I like to calculate the workdays between the PTO startdate and enddate minus the holidays + non working days (for partime employees). I want to do this in a linked field because of large number of dates. But I constantly get an error when implementing.
I’ve made a table for all days in the coming year
I’ve made a lookup field referencing to this table.
Then a field with a formula field
WORKDAY_DIFF({startPTO}, {endPTO}, {Days in year})
I’ve also tried this advice from Justin_Barret in this topic. But unfortunately it keeps showing an error.
WORKDAY_DIFF({Start Date Field}, {End Date Field}, {Lookup Field} & "")
Does anybody have an idea? Or can point me in the right direction :grinning_face_with_big_eyes:
Many Thanks