Hello
As per the screenshot below, im trying to have a formula that if Status A is selected from the column this will check the box within approved for construction.
is this possible.
Regards Daniel
Try something like this...
=IF([Issue 1 - Status Received]@row = "Status A", 1)
Hello Paul
That works perfectly, what if i need to add status B to the option and additional columns such as Issue 2 - Status Received, can this work also.
Really appreciate your help.
It can. The first step would be to list out all criteria that could potentially check the box. From there we can build out a formula that can cover everything.
In summary the sequence as below:
=IF "Issue 1 - Status Received or Issue 2 - Status Received or Issue 3 - Status Received or Issue 4 - Status Received or Issue 5 - Status Received or Issue 6 - Status Received or Issue 7 - Status Received" is either "Status A or Status B" then "Approved for Construction" column is checked.
I don't know why, but my response keeps triggering Smartsheet's security. I took a screenshot of it in a Word Doc. Let me know if you are able to read it, and in the mean time I will be reaching out to them to see what's going on...
This works perfectly, thanks again for the help really appreciated.
No worries. Happy to help!
My product/use case: I seek to build a camera inventory. Each camera has a unique identifier. Cameras are mobilized to different locations on different days. I need help making a VLOOKUP or equivalent combination of formulae functions to run 2 queries cross-referencing 2 grids, searching a column with multiple dropdown…
Hey, Is anyone else facing this issue in the approval notifications sent through smartsheet
I have a sheet with a list of customers in one column, and then the following columns are City, Monday, Tuesday, Wednesday, Thursday, Friday. I need help with a formula that I can put in my sheet summary so that if the customer column says Staples (It can say this in multiple rows) that it will tell me the total package…