Forum Discussion
KarenHenke
5 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
5 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
------------------------------
- KarenHenke5 years agoQrew Cadet
That worked perfectly!!!
I am literally in tears right now - this is such a relief!! I can't thank you enough!!
------------------------------
Karen Henke
------------------------------- MarkShnier__You5 years ago
Qrew Legend
I'm a sucker for QB brainteasers .. glad you are happy.
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------