Sign in to join the conversation:
I have my start date auto filled when I enter information into a new row. I now want my due date to auto fill to 7 work days after the start date. How do I do this?
Right now I have this for row 5
=WORKDAY([Start Date]5 + 7)
Any help would be great!
You can reference the formula for workdays here: https://help.smartsheet.com/function/workday
You were close. =Workday([Start Date]5, 7)
You can also use @row instead of calling the row number to ensure your date is always accurate to the row its on.
I have a list of employees on one sheet. Can I have that column mirrored to another sheet so changes are made in real time and I don't have to update two sheets?
I have a inventory workspace. I am trying to set it up to link a cell on sheet a to a row on sheet b. The purpose is to set it up so that whenever the quantity on sheet A changes (no matter the cell), the quantity adjust on sheet B (for the entire row). Is this possible?
I have a simple workflow that copies a row to another sheet. One cell is called a Job # and is populated with a number. When it copies over, the copied version has a symbol in front of the number. Example: '8282. I checked the original cell and no such symbol was accidently put in. Does anybody know what this is and what I…