This seems like a simple task, but I haven’t been able to find a solution. In the following example, there is redundant text (“2000 Universal Music (Denmark) A/S” appears twice):
℗ 2000 Universal Music (Denmark) A/S © 2000 Universal Music (Denmark) A/S. A Universal Music Company
I would like to automatically condense this to:
℗ & © 2000 Universal Music (Denmark) A/S. A Universal Music Company
I feel like the following formulas would be involved, but I’m not sure if they could be combined to accomplish it, or if there’s another solution:
-
$regexp(x,e,r,c)
-
$eql(x,y)
-
$if(x,y,z)
Thanks!