Hi,
I have a formula that gives me the last Friday of the month, but would like to ensure that holidays are considered in the formula.
I have a list of holidays in a table named 'Holidays'. I have tried to add this in to the formula, but have had no luck.
=EOMONTH($W$1,0)+1-WEEKDAY(EOMONTH($W$1,0)+1-6)
Any suggestions?
I have a formula that gives me the last Friday of the month, but would like to ensure that holidays are considered in the formula.
I have a list of holidays in a table named 'Holidays'. I have tried to add this in to the formula, but have had no luck.
=EOMONTH($W$1,0)+1-WEEKDAY(EOMONTH($W$1,0)+1-6)
Any suggestions?