IF(CONTAINS) #UNPARSEABLE

Hello,

I would like to return vendor details using VLOOKUP function looking up per vendor only if service contact is available. In addition, if there is no vendor found on the reference page, text "Add vendor to Vendor List" should appear.

Tried this formula and received error message #UNPARSEABLE

=IF(CONTAINS(“Yes”, [Service Contract]@row, IFERROR(VLOOKUP(Vendor@row, {Vendor details}, 3, false), "Add vendor to Vendor List"), “”)


I would appreciate any advice.

formula.jpg


Thanks!

Tags:

Best Answer

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!