Hi. I'm trying to calculate a Deadline date based on varying lead time (calculated separately in another column). I have a confirmed lead time column (can very between 4 types) and a deadline calculation column (IA Date Calculation) using "IF" formula (if 8 weeks lead time = 5 business days, if 16 weeks = 10 business days, etc). I am trying to calculate the deadline date using the date submitted (auto calculated) and the IA Date Calculation column.
My formula is =WORKDAY([Date of Submission]60,[IA Date Calculation]60,)
I keep getting #UNPARSEABLE... what am I doing wrong?