Hi!
The following formula calculates just fine in each cell but when I try to apply it to the entire column via the Convert to Column Formula, it's not working:
=IFERROR(WORKDAY([Date Submitted to Courseware]@row , VLOOKUP([Analysis Priority]@row , AnalysisPriorityTypeDropDown2:AnalysisPriorityTypeValue5, 2), Holidays4:Holidays46), "")
Any help would be appreciated! Thank you!