Can someone suggest where I'm going wrong with my formula
Hello All
I'm fairly new to Smartsheet, and I believe my formula is correct, in all rows but 1 it is functioning properly. If I re-enter that information in the "bad" row into a new row it still flags incorrectly. The bad rows total 567.79 clearly under the 3999.. but still flags Red.
The formula
=IF(TEC@row < "3999", "Green", "Red")
Thoughts?
Sam H
Sam Hale
Best Answer
-
Hi @Sam Hale
You don't need the quotes around your 3999 in the formula. It should work if you change it to:
=IF(TEC@row < 3999, "Green", "Red")
Does this work for you?
Answers
-
Hi @Sam Hale
You don't need the quotes around your 3999 in the formula. It should work if you change it to:
=IF(TEC@row < 3999, "Green", "Red")
Does this work for you?
-
-
No problem, happy to help! 😊
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!