Best formula to find value based on multiple conditions?
Hi, I am trying to add a column that will populate the appropriate website link based on an employee's state and license type.
I've created a reference spreadsheet (attached image) with all of the license types, states, and licensing site links, but now am not sure what type of formula to use that will look at both conditions (column A & B) to return to the correct link.
Any help would be greatly appreciated!
Answers
-
Hi @Jalen P,
I would recommend using the IF with AND nested as the IF's logical expression.
For example:
=IF(AND(x@row = 1, y@row = 2), "True", "False")
All the best,
-Ray
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 66K Get Help
- 429 Global Discussions
- 149 Industry Talk
- 488 Announcements
- 5.2K Ideas & Feature Requests
- 85 Brandfolder
- 152 Just for fun
- 74 Community Job Board
- 499 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 305 Events
- 36 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!