I am trying to write a formula using the workday function that excludes certain holiday. is there a way to have it know the holiday(s) without putting in the actual date? Otherwise, every year I will have to update the formula with each holiday's new date. Here is an example of what I am currently using:
=WORKDAY([Requested End Date]@row, 1, DATE(2025, 1, 1), DATE(2025, 7, 4), DATE(2025, 5, 26), DATE(2025, 9, 1), DATE(2025, 11, 27), DATE(2025, 12, 25))