Hello,
I really thought I could start out simple with this one and then build on it but I can't even get the first piece without an #UNPARSEABLE error.
Here's a snip of the smartsheet columns I am comparing and the need is to return what Template to use. There's 10 different "Practice Group or Division" options but the logic focuses on only 2 Divisions and whether there is a value in "California License" or it's blank.
Here is the logic I have been asked to craft a formula from to return what Template to use:
So I started with line one in a formula and build from there:
=IF(AND([Practice Group or Division]@row = "Asset Management"), (ISBLANK([California License]@row), "MMAEAST-ASSET-RET", " ")
I get an #UNPARSEABLE error right from the jump, very discouraging to even continue.
Any help or direction is greatly appreciated. Thank you.