deletedalien
Well-known Member
- Joined
- Dec 8, 2008
- Messages
- 505
- Office Version
- 2013
- Platform
- Windows
so i have this formula (not VBA)
=IF(D2="","",IF(MONTH(IF(WEEKDAY(D2,2)=5,D2+3,D2+1))<>MONTH($D$2),"",IF(WEEKDAY(D2,2)=5,D2+3,D2+1)))
which just looks for the next workday in the current month (excludes weekends)
BUT it currently does not ignore my "holiday" named range,
how can i get it to do so?
'Thanks for your help
=IF(D2="","",IF(MONTH(IF(WEEKDAY(D2,2)=5,D2+3,D2+1))<>MONTH($D$2),"",IF(WEEKDAY(D2,2)=5,D2+3,D2+1)))
which just looks for the next workday in the current month (excludes weekends)
BUT it currently does not ignore my "holiday" named range,
how can i get it to do so?
'Thanks for your help