I have a workday formula that will calculate the number of workdays excluding my table of holiday exclusions. However, I want to modify so that if the returned date is not a Monday, it will roll over to the next Monday.
EXAMPLE:
Formula in B2=WORKDAY(B1,100,'Holiday Exclusions 2024'!B2:B23)
This formula returns a Friday - but I need it to roll over to the next Monday that would not be excluded in my exclusion table, so the desired return would be Monday, June 5, 2023.
Any help would be appreciated.
Thanks!
EXAMPLE:
Formula in B2=WORKDAY(B1,100,'Holiday Exclusions 2024'!B2:B23)
This formula returns a Friday - but I need it to roll over to the next Monday that would not be excluded in my exclusion table, so the desired return would be Monday, June 5, 2023.
Any help would be appreciated.
Thanks!