Sheet Reference Formula Unparseable Error

I'm using the following formula, which references another sheet to pull in definitions/text:
=IF([Job Family Recommendation]@row = "Accounting Operations", {Job Family Definitions Range 5}), IF([Job Family Recommendation]@row = "Billing", {Job Family Definitions Range 2})
The first leg of the formula works, but when I add the second, I receive a UNPARSEABLE error. I would love to know why this isn't working and if it's possible to have multiple references
Best Answer
-
Drop the ) after the Job Family Definitions Range 5. You don't need it there when nesting IF statements.
Jonathan Sanders, CSM
"Change is always scary because it is unknown, but facing the unknown is what makes us stronger."
Answers
-
Drop the ) after the Job Family Definitions Range 5. You don't need it there when nesting IF statements.
Jonathan Sanders, CSM
"Change is always scary because it is unknown, but facing the unknown is what makes us stronger."
-
Thanks, @Kleerfyre ! That worked.
Help Article Resources
Categories
Check out the Formula Handbook template!