Hello!
I'm struggling with the 3rd part of my formula.
I need to have the formula calculate:
- A date from the entered work week;
- be left blank if no work week is entered
- and leave blank if TBD is listed in the work week column
1 & 2 work using this formula:
=IF(ISBLANK([Work Week]@row), "", (DATE(year@row, 1, 1) + 7 * ([Work Week]@row) - 8))
Everything I've tried has not yet worked - can you help?
Thanks!