Hi
I want to calculate Total Hours
On conditions -
1) If date in Sample Start time & End time is matching with holiday file then I need to subtract (24 - Punch In) which will give 4 hrs
2) If date in holiday file is of previous day like we have 1/31/2022 and date in sample Start time & End time is of next day like we have 2/1/2022 then we need to subtract (24- Punch Out).
I know we have to use Join tool to take same date for first scenario but I am not sure what can we do second scenario?
Can anyone help please