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
- 66.7K Get Help
- 436 Global Discussions
- 152 Industry Talk
- 497 Announcements
- 5.3K Ideas & Feature Requests
- 85 Brandfolder
- 155 Just for fun
- 77 Community Job Board
- 508 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!