Sign in to join the conversation:
Is there such a thing as a formula for WORKDAY for today? I.e. modifier is 0 instead of + or -
I'd like a field that can go off another field or (work on itself) that can adjust itself to the closest workday, for example.
=WORKDAY([Due in PROD]1, 0)
Try something along the lines of...
=WORKDAY(IF(ISDATE([Due in PROD]1), [Due in PROD]1, TODAY()))
Basically the IF portion will input whatever date is in the [Due in PROD] column. If there is no date, then it will input TODAY(). It will then run the WORKDAY function based off of that result.
How can you get rid of the uncategorized land in a report timeline view?
Please help! I understand that we can't customize the gantt chart bars anymore if it is a parent row but why am I getting random colors on the bar view in my report? I would prefer it remain grey. The first picture is the Smartsheet and the second one is the report pulling from the sheet.
Trying to understand why we don't have the option to remove a status by automation. For example, when external customer approves a proof, it fills in "APPROVED BY CUSTOMER" which then triggers automation, but the existing status of "SENT TO CUSTOMER FOR APPROVAL" remains as I cannot set automation to do that.