I am having trouble creating a formula on my Staff Total Days Off sheet that pulls information from my Time-off Request Log sheet but for a specific year.
Sheet 1: Time-off request sheet tracks each employee's approved time-off dates and days with an additional column for YEAR of request.
Sheet 2: The Total Days Off sheet sums up all of the time-off days used by employee pulling data from Sheet 1. I have successfully created the formula that adds all of the time-off days used per staff.
Total Days Used formula: =SUMIF({EMP ID}, [EMP ID]1, {Days Out})
However, it is adding all days off for all of the YEARS (eg: 2022, 2023 etc) for each employee. How do you write a formula that Totals Days Used by employee but only for a specific year eg: 2023?
Thanks,
Sylvia