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
- Customer Resources
- 66.6K Get Help
- 435 Global Discussions
- 152 Industry Talk
- 495 Announcements
- 5.3K Ideas & Feature Requests
- 85 Brandfolder
- 155 Just for fun
- 77 Community Job Board
- 508 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 37 Webinars
- 7.3K Forum Archives