I'm creating an import file for some test data. I have a list of certificates that are required for a particular job - typically 8 or 10 certificates for each position. I need to create an import file that contains a row for each certificate. The row includes the name of the certificate holder.
I have a list of 100 test users in a spreadsheet and the list of required certificates. I've been manually copying the name of the first test user beside the set of required certificates, then repeating the process on subsequent rows with a new name. This is a lot of copy and paste. Is there a way to pick a random name from the list of test users and repeat it until the list of required certificates comes around again? This is how the data should look:
[pre]
[/pre]
Is there a way to do this in an Excel formula? Thanks.
- Jim
I have a list of 100 test users in a spreadsheet and the list of required certificates. I've been manually copying the name of the first test user beside the set of required certificates, then repeating the process on subsequent rows with a new name. This is a lot of copy and paste. Is there a way to pick a random name from the list of test users and repeat it until the list of required certificates comes around again? This is how the data should look:
[pre]
Code:
George Harris Certificate 1
George Harris Certificate 2
George Harris Certificate 3
Angel Garcia Certificate 1
Angel Garcia Certificate 2
Angel Garcia Certificate 3
Susan Dennis Certificate 1
Susan Dennis Certificate 2
Susan Dennis Certificate 3
Is there a way to do this in an Excel formula? Thanks.
- Jim