Forum Discussion
KarenHenke
6 years agoQrew Cadet
Thank you Mark!
When I try this formula, the first comma after "Dog" is highlighted with an error that says "Expecting )"
Would love your thoughts on how to fix that.
------------------------------
Karen Henke
------------------------------
When I try this formula, the first comma after "Dog" is highlighted with an error that says "Expecting )"
Would love your thoughts on how to fix that.
------------------------------
Karen Henke
------------------------------
MarkShnier__You
Qrew Legend
6 years agoRight, it was expecting more brackets
fix fix this part here to add three missing ), one on each line
List(";",
IF(Contains($MultiInTextFormat, "Dog"), "Poodle;Yorkie;Doberman"),
IF(Contains($MultiInTextFormat, "Cat"), "Tabby;Siamese"),
IF(Contains($MultiInTextFormat, "Turtle"), "Box"))
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------
fix fix this part here to add three missing ), one on each line
List(";",
IF(Contains($MultiInTextFormat, "Dog"), "Poodle;Yorkie;Doberman"),
IF(Contains($MultiInTextFormat, "Cat"), "Tabby;Siamese"),
IF(Contains($MultiInTextFormat, "Turtle"), "Box"))
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------