Hi everyone,
I have a Table that has two Email columns.
One which the Email provided by the person at signup (Email), and one that tracks every Email provided at a signup for an Event (Email copy).
The Email copy column is a rollup with arrayunique and gives back every unique Email.
Now since most give the same Email at general signup and at Event signup, I’d like to have an Arrayunique on both columns, yet when I do this it gives me:
The Formula in the Final Email column is
ARRAYUNIQUE(Email & ", " & {Email copy})
Is there any way to make this work?
Any Idea appreciated.
Thank You