VLookup in 2 different sheets based on a property code

Hi,

I am running a Vlookup on one sheet from 2 different reference sheets depending on the property code. If the data is missing in those sheets it should return a NO. I have done this formula but I am still getting an #unparseable error...

=IF(ISERROR(VLOOKUP([Position ID - DO NOT LEAVE BLANK]@row, {IF(Property@row="SDI", {FS SDI - Labour Manning List 2024 Bu Range 1}, IF(Property@row="SEY", {SEY Manning Budget 2024 Range 1}, ""))}, 8, false)), "NO", VLOOKUP([Position ID - DO NOT LEAVE BLANK]@row, {IF(Property@row="SDI", {FS SDI- Labour Manning List 2024 Bu Range 1}, IF(Property@row="SEY",{SEY Manning Budget 2024 Range 1}, ""))}, 8, false))

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!