Hello,
I am having a table in Airtable with Subscriptions. Each subscription record has its subscriber data containing the following fields:
- First Name
- Last Name
- Address
- Zip Code
- City
But each subscription can be assigned to a person more than once. So persons can have several subscriptions at the same time.
I want to create unique IDs based on the subscriber fields from above (first name, last name, address, zip code, city). If there are subscriptions with the same person, the Unique ID (of the subscriber) should be the same.
So basically I want to avoid duplicate people having a different ID. They should have the same ID.
How can I do this with a formula?
Thanks a lot for your help,
Michael