Greater Than But Less Than Formula
Hi,
I cannot figure out how to create a greater than but less than formula. I feel as though it should be straightforward, but alas, I cannot get it.
If the amount entered in the Temperature column is between 40 and 140, enter 'alert' in Temperature Alert column.
=IF(And(Temperature@row=>40, Temperature@row=<140), "alert", "")
What am I missing?
Best Answer
-
Hey @Yvette Moreland
It's the order you have the equal and the less than, or greater than signs. The equal sign is always last.
=IF(And(Temperature@row>=40, Temperature@row<=140), "alert")
cheers
Answers
-
Hey @Yvette Moreland
It's the order you have the equal and the less than, or greater than signs. The equal sign is always last.
=IF(And(Temperature@row>=40, Temperature@row<=140), "alert")
cheers
-
That worked. Thank you so much.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 472 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!