Sign in to join the conversation:
Hi,
I need help writing the formula to automatically check the box when any one of these three values is selected: Complete, Cancelled, or Passed_Conditionally.
Thanks!
Hello,
Thanks for the question. This can be done using the IF() and OR() functions. More on all of the functions Smartsheet offers can be found here (https://help.smartsheet.com/functions). Here's an example of how this could look:
=IF(OR([Status Column]# = Complete, [Status Column]# = Cancelled, [Status Column]# = Passed_Conditionally), 1, 0)
To make this work for you, replace [Status Column] with the name of the column that the values are in, and replace the # with the row number you're placing this formula in. Once it's working in one row, you can drag-fill this down the column for any other rows you need this in. More on drag-fill can be found here (https://help.smartsheet.com/articles/518318#dragfill).
Works great! Thank you
I can no longer see all the sheets shared to me, even though I could see them all last week. I have requested access to them again and was granted 'edit' access and used them the same day. But the next day they have gone again. I have tried logging in with a different browser but still cannot see the sheets. Why is this…
Hello! I'm building a sheet to track multiple tasks. Each task (FILE) has different stages of completion (PROCESS/INTAKE, Research, Drafting, Reviewing and Finalizing). Each stage has an ASSIGNED TO contact and COMPLETED date. The Finalizing date will be the FINAL/END date. We want to track turnaround time per ASSIGNED TO…
I accidentally upgraded to Business plan, then cancelled it near the end of the billing cycle, and rejoined as Pro plan. Since then, I can see all workspaces and sheets, can search and download sheets, but cannot open any sheet and receive a generic error message to all sheets. What can I do to resolve this? This is quite…