Formula Question
Hello,
I have a scenario where I want to build in an If AND formula and just am not too familiar with how to set it up.
I want to set it up as follow:
If someone's age is >= 55 AND their tenure is >=10, I want the column to state yes. If it does not meet this criteria, I would like it to say No.
Could someone help me set this up?
Thank you!
Tags:
Best Answer
-
Try an =IF(AND()) formula:
=IF(AND([Age]@row>= 55, [Tenure]@row >=10), "Yes", "No")
https://help.smartsheet.com/function/and
Answers
-
Try an =IF(AND()) formula:
=IF(AND([Age]@row>= 55, [Tenure]@row >=10), "Yes", "No")
https://help.smartsheet.com/function/and
-
Thank you Will, this worked perfectly.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.3K Get Help
- 423 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 143 Just for fun
- 59 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!