Hello,
My situation is I have a master list that has all my event IDs and event start dates. Every event has a separate "project plan" sheet based off a template. When you enter the Event ID on the project plan in [details]1, the event info, such as event start date, pulls from the master sheet using index match.
Part of the project plan is having baseline milestone dates. They use a formula to calculate the baseline date a step should be completed based on the Event start date and a project plan column [target days to ad board].
My issue is the baseline dates are giving me "#invalid data type" and I believe it's because the formula is based off the value of another formula.
Project plan fields:
Event Start Date ([Details]5 = index match to master sheet
Baseline Date [baseline] = workday([details]5, - [target days to event]@row)
Any ideas? Thank in advance!!