We receive a spreadsheet of at least 60 people on a daily basis that contains the first name and last name of a person, each in its own cell. We have to manually generate IDs for all of these people. The requirements for these IDs are:
- Must be preceded with "g4a"
- Must not be longer than 8 characters in total
- Must be random characters from the first and last name.
An example would be if the person's name is John Doe their ID could be g4aeodjo (or any random characters found in their first and last name).
Is there formula that can just generate these random IDs with the above requirements?
Thank you in advance!!
Bookmarks