I have a table of customer data with a million rows. I also have a excel table of 1000 first names. I'd like to replace all 1 million first names of in the customer table with a name from the excel table. I guess a loop to replace the first thousand names, then go back to the beginning of the spreadsheet and replace the second thousand names... etc. I having trouble coming up with a way to do this? Thanks.