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.5K Get Help
- 424 Global Discussions
- 136 Industry Talk
- 465 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 145 Just for fun
- 62 Community Job Board
- 465 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 301 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!