I'm struggling. I have a workflow to auto-populate the created date. I have another column that determines the type and length of review requested (3 days, 6 days, or 12 days). I would like to auto-populate to a specific submission date Mondays at Noon to be discussed at a recurring meeting on Wednesdays, so it would be any date before Mondays at noon will count as if it was submitted on time (and not early). I've tried
=WORKDAY([Created Date][Review Type Requested: (Normal Review (6 Business Days)],6, Holidays:Holidays)
but it's saying unparsable.
Help!