Welcome to the Smartsheet Forum Archives
The posts in this forum are no longer monitored for accuracy and their content may no longer be current. If there's a discussion here that interests you and you'd like to find (or create) a more current version, please Visit the Current Forums.
Formula to automatically check the checkbox in a "complete" column
I'm using RYGG balls to indicate the status of a row. Grey represents complete as a colour. When a cell is changed to grey in the status column, I'd like for the checkbox in the "complete" column to automatically be checked.
What formula would I create to complete this task?
Comments
-
Hi Mel_B!
An IF statement can do this for you. Try this:
=IF(RYGG1 = "Gray", 1)
Replace RYGG1 with the cell you want to reference.
Here's a link to our Help Center article on formulas with more information: http://help.smartsheet.com/customer/en/portal/articles/775363-using-formulas
-
Hi Travis. I tried the following formula to have a box checked if a Completion % is manually entered as 100:
=IF([Completion %]183 = "100%", 1)
Though the formula returns no error, it also does not returned a checked box. This seems fairly simple, what am I missing?
Thanks!
-
I'm having the same issue as arodney. Any solutions out there?
-
arodney, I believe you have to type to "100%" in as "1" or "0.5" if "50%". Basically using decimal instead of percentage form. Give it a try, I hope this works for you.
-
Thank you @Elizabeth that worked
-
This works.
-
Why does the formula =IF([Completion %]=1,1) not work for me? I continue to get unparsable. I want to auto check the complete checkbox when my %complete is 100%. Can someone help me with the formula?
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 142 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives