% in formula issue
Good morning,
I have a column which named "% Complete". The next column, I wrote:
=IF([% Complete]@row = 100, "Complete", "Not Complete")
That works if the % complete column is 100. But it doesn't work if I turn the "% Complete" column into a percentage format. How do I tweak my formula to state that if it's "100%", it's complete.
If I add the % symbol:
=IF([% Complete]@row = 100%, "Complete", "Not Complete") → unparseable
Thanks all
Best Answer
-
Hello @MBurdman
I think the following formula will work for you - replacing 100 with 1 when your column is formatted as a percentage.
=IF([% Complete]@row = 1, "Complete", "Not Complete")
I hope that is helpful to you in someway,
Protonsponge
Answers
-
Hello @MBurdman
I think the following formula will work for you - replacing 100 with 1 when your column is formatted as a percentage.
=IF([% Complete]@row = 1, "Complete", "Not Complete")
I hope that is helpful to you in someway,
Protonsponge
-
Yep! That worked. Thanks so much.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.3K Get Help
- 445 Global Discussions
- 144 Industry Talk
- 477 Announcements
- 5K Ideas & Feature Requests
- 85 Brandfolder
- 151 Just for fun
- 72 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 302 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!