IF formula not working

kkinman
✭✭✭
This seems to be a really basic formula I'm working on, but the result is only returning red for some reason. Can someone explain why other results might not be returning?
=IF([% Complete]@row < 70, "Red", IF([% Complete]@row = 100, "Green", "Yellow"))
Answers
-
I would assume that your % Complete column is percentage formatted so the value is actually in decimals (so 70 is really .7), your formula would need to be:
=IF([% Complete]@row < .7, "Red", IF([% Complete]@row = 1, "Green", "Yellow"))
-
Just seeing this reply, thank you so much!
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.2K Get Help
- 452 Global Discussions
- 155 Industry Talk
- 505 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 81 Community Job Board
- 514 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 36 Webinars
- 7.3K Forum Archives