basically I want my due date to be based of off the status below:
- Bar layout needed – 2 days
- Concept – 5 days
- Design changes – 3 days
- Assembly reviews – 1 day
- Concept – 5 days
so I was trying something like this:
=IF([Status] = “Bar Layout Needed”, =TODAY()+2 workday
I am just trying to get one of them to work first then i can string them all together...I think i'm close just looking for someone to help get me there.
Thanks!