Hello Everybody,
Firstly thank you so much for any help in advance.
I am trying to mimic a formula that we have in G Sheets where we highlight any new instances of an email address (customer) in a list (but only the first & not any repeating instances) so we can see if the customer is a new customer or if the customer is a repeat customer.
I have hit a wall with trying to figure it out myself. With my current formula, a “new” customer record will switch to an “existing” customer row when the customer buys from us again (as it is no longer unique & has more than one instance in the column)
My current AT formula (totally incorrect I know)
IF(ARRAYUNIQUE({Renter Email (ROOT - LINK)}), “NEW”, “Existing”)
My GSheets formula that I am trying to replicate in AT.
=if(isna(match(E3787,$E$1:$E3786,0)),“New”,“Existing”)
Thank you so much for any help again.
Cheers
Harry