Hi!
I have a column that a user has entered a date something was submitted (Date Submitted to Courseware). Based on the priority selected (1-4), it will add a certain number of days to the Date Submitted to Courseware to tell me when it is due not counting weekends or holidays.
Formula:
=IFERROR(WORKDAY([Date Submitted to Courseware]@row, VLOOKUP([Analysis Priority]@row, AnalysisPriorityTypeDropDown47:AnalysisPriorityTypeValue51, 2), Holidays48:Holidays85), "")
Formula isn't working. Any suggestions?