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
Need more help? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao! 👋 | Global Discussions
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!