My 'And' formula is not working
I would like that the check box in a column is checked when the task is a child and also when the % complete column is 100%.
My formula:
=IF(AND([% Complete]@row = 100, Level@row = 0), 1, 0)
This doesn't update the checkbox even when both conditions are true. I tried saving and refreshing. Strangely, this formula in another column works
=IF(AND([% Complete]@row <> 0, Level@row = 0), 1, 0)
The only difference is the '= 100' vs '<> 0'
The % complete column is a text/number column, and the % button is selected.
It is also referenced in the project settings dependencies box.
Thanks for any support.
Answers
-
I solved it, the number should be = 1 not 100 as it is %
-
Hi @Nicole90
Thanks for posting your solution! 🙂
You're correct, percentages are recorded in decimals, so 1 is 100%
Cheers,
Genevieve
Join us at Smartsheet ENGAGE 2024 🎉
October 8 - 10, Seattle, WA | Register now
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.9K Get Help
- 379 Global Discussions
- 210 Industry Talk
- 441 Announcements
- 4.5K Ideas & Feature Requests
- 139 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 449 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 300 Events
- 33 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!