Hi,
I have a form with Multiple Checkbox and I would like to display Checkbox header if selected. If multiple checkbox selected , would like to display combination of those checkboxes selected.
Pls help at the earliest.
Thanks,
Chetan.
Hi Chetan,
Can you describe your use case in more detail?
Best,
Andrée Starå - Workflow Consultant / Get Done
Thanks for checking on this.
Here is the use case,
I have a smart form where I have checkbox to select TYPE of things. Now in my smartsheet , I want 1 column to display the Selected Option / options from the checkbox selected in the form.
If we are using checkbox means , the user can select multiple options in the form , the same needs to be displayed in a consolidated column in the smartsheet.
How to display this consolidated selections in a column in smart sheet.
what kind of IF formula should i use to say , if Option 1 is selected and Option 2 is selected, Option 3 is not selected, the column used to display this selected options should says ( Option 1 + Option 2).
Hope this explaination helps.
Here is an example on how you could set it up. Would this work for you?
https://cl.ly/p9Ta
Below you have the formulas so that you can copy them easily.
=IF([Doc 1]1 = 1; "1")
=IF([Doc 2]1 = 1; "2")
=IF([Doc 3]1 = 1; "3")
=JOIN([1res]1:[3res]1; "+")
Please see attached link/screenshot.
I hope this helps you!
Circling back to this….. Another year goes by and still no folder level sharing. Smartsheet developers don't listen to their clients. I have seen hundreds or posts and requests for this over the past 7-8 years. And still NOTHING!! This has been a huge issue for us as a company. As you can tell this is a sore spot for us…
Today a team member accidentally changed several rows by either deleting the data or the row itself. Do I download a snapshot of each one to restore? Some of them didn't seem to be too helpful. What is the protocol for restoring this information? I've only done this before with the help of a representative and it was…
I have my Smartsheet set to generate a document when a form is filled out. The document is a fillable PDF and when the document generates not all of the answers populate on the generated PDF. I have tried making the PDF again from scratch, I have tried copying and pasting the fields so I know they're the exact same…