Sign in to join the conversation:
Hello Smartsheet Gurus,
I have a spreadsheet that has a few columns as checkboxes, but when the checkbox is not needed, I want the cell to show nothing. Is there a way to do that?
Thanks,
Arryn
Hi Arryn,
A workaround is to add character like punctuation to the cell and to color it in the same color as the cell.
Would that work?
Have a fantastic week!
Best,
Andrée Starå
Workflow Consultant @ Get Done Consulting
Ah, yes it did. So simple, thank you!
Excellent!
Happy to help!
Andrée
Would love to see an option to remove the checkbox entirely from a cell without adding a character.
Great idea and I agree!
Please submit an Enhancement Request when you have a moment.
I'm looking to create a formula that will count the number of overdue tasks. This is based on the "assigned to", "status" and "due date". My current formula is =COUNTIFS({[Sheet Name]}, <TODAY(), {[Sheet Name]}, ="[Assigned To]"). However, this is pulling tasks that are due in the past, but are completed.
In the above image the green is the parent line, where some are calculating the child line %'s below, however in the lower half of the image it's not doing so. Any suggestions please? Thanks!
I have a sheet where I query 14 other sheets to collect all sorts of data (unique values from sheet into a column) and in another column I use an Index distinct collect to get all the unique value from those 14 columns, this is the 'Index' column. At some point a user will want to generate a certificate associted with the…