Hello,
This formula works, but it gives me an exact date (my referenced date plus the number of days referenced via the VLOOKUP). I've tried to incorporate the Workdays function without success and wonder if someone else might be able to help me. Here is the formula that works:
=([PCD Draft 1 Start Date]@row + (VLOOKUP([Combined Doc type and doc status]@row, {Combined and New}, 2, false)))
This adds 6 days to my date of 12-02-2022, which correctly gives me a date of 12-08-2022 . But, I'd like it to add 6 Workdays to my PCD Draft 1 Start date.
Thanks in advance!