Hi,
Assuming that you have a named range for your holidays called Holidays33. Just make sure that the range only includes the dates and not the column title and that the dates are formatted the same way as the rest of the worksheet and it should work. Also you could use a table instead of a named range which does allow a title for the column and you can add to the table without having to change the range name or range in your formula. Tested it with =AND(NETWORKDAYS(C6,TODAY(),Holidays33)>5,C6<>"") and a table called Holidays33 and the values updated as I added dates to the table.
Today Task Date Task Late? Days Actual
DaysHolidays 11/5/2021 Thursday, November 4, 2021 Test 1 FALSE 2 1 9/2/2021 11/5/2021 Monday, October 4, 2021 Test 2 TRUE 23 32 9/15/2021 11/5/2021 Friday, October 29, 2021 Test 3 FALSE 5 7 9/30/2021 10/6/2021 11/1/2021
Bookmarks