Sign in to join the conversation:
In smartsheet how do I select a checkbox for a group and have it select all checkboxes in that group?
Hello,
You'll want to drive this with a formula. You can place a formula (below) in each of your child cells that checks the child cell when the parent is checked.
=IF(PARENT() = 1, 1)
More on working with formulas in the help center: https://help.smartsheet.com/articles/2476171-create-and-edit-formulas-in-smartsheet
Awesome. Thanks, Shaine.
Hello Smartsheet Community, I need some help with a report that I created and shared with a customer. The customer is not seeing any of the information that is pulling into the report. See screen shot below that the customer texted me. I do have the report filter only showing the customer their product pulling from our…
BLUF: When I create an Invoice, I need the cell-link to my live price data to be severed. I currently have a Price sheet for my products that is updated frequently. I use Control Center to create Projects, which includes an Invoice sheet. I have a dropdown on my invoice sheet to select a product, and then I use Index…
I've seen many thread with this, none of which have the answer the user was looking for, so I'm starting a new one, hoping this can be an update. I manage a log with many graphic designers who share this log with me. For items not yet on order but have item #'s created, I like to keep them under a parent row neatly tucked…