Hi there, I am trying to output text that is taking the text from the lookup field "Name" and taking it away from a field called "Conversations"
Currently, I am trying to do this in a formula but for some reason it keeps saying #ERROR!


Hi there, I am trying to output text that is taking the text from the lookup field "Name" and taking it away from a field called "Conversations"
Currently, I am trying to do this in a formula but for some reason it keeps saying #ERROR!
Best answer by mtrebinonixon
Try this formula:
SUBSTITUTE({Conversations}, {Name}&"", "")
By applyting the &”” you transform the lookup column from an Array to a String, and then it is usable by the Substitute formula.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.