Best formula to find value based on multiple conditions?

Jalen P
ββ
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
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!