Need help on Checkbox if %Complete = 100% then Checkbox is Checked
Checkbox is checked if %Complete = 100%
I received the error message on the following expression: =IF([%Completed]@row = 1, 1, IF(([%Complete]@row < 1, 0)
Best Answer
-
Hi @David Chen
Try this: =IF([%Complete]@row < 1, 0, IF([%Complete]@row = 1, 1))
Make sure you've formatted the %Complete column as percentages also. In the event that your percentage can go over 100% (and you would still want the checkbox checked in that case) you would want to go with: =IF([%Complete]@row < 1, 0, IF([%Complete]@row >= 1, 1))
I hope this helps! Shamelessly looking for my first voted answer :D
Answers
-
Hi @David Chen
Try this: =IF([%Complete]@row < 1, 0, IF([%Complete]@row = 1, 1))
Make sure you've formatted the %Complete column as percentages also. In the event that your percentage can go over 100% (and you would still want the checkbox checked in that case) you would want to go with: =IF([%Complete]@row < 1, 0, IF([%Complete]@row >= 1, 1))
I hope this helps! Shamelessly looking for my first voted answer :D
-
Vince, It works. Thank you so much.
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.9K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 458 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 137 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives