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
- 64.9K Get Help
- 441 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives