Hello again
So as the title suggests I need a cell to display the last working day of the month, I've already been using the formula below to do just that but it doesn't take into account bank holiday/national holidays.
N1 = Start of the month
=DATE(YEAR(N1),MONTH(N1)+1,0)-(MAX(0,WEEKDAY(DATE(YEAR(N1),MONTH(N1)+1,0),2)-5))
How would I go about adapting that to include bank/national holidays? I've been searching the web and get the impression I need to use the networkday or workday function but can't get anything to work.
Any help is greatly appreciated
Will.
Bookmarks