I have set up a project status report to automate expected deadline dates for certain project deadlines. My current formula excludes the weekends, but not holidays. What can I change/add to this formula to do so?
=IFERROR(WORKDAY([CD Kickoff (E)]@row, +1), "")
Also, if I need to have the dates counted by 4 weeks vs days how might this be changed? Currently am converting 4 weeks into # of days to follow the existing formula.
(Project tracker is formatted to read left to right across columns rather than top to bottom with hierarchy rows.)