Skip to content

Instantly share code, notes, and snippets.

@0mj
Created November 14, 2023 14:16
Show Gist options
  • Select an option

  • Save 0mj/ded1f401ab23e14d642321701f74aa0e to your computer and use it in GitHub Desktop.

Select an option

Save 0mj/ded1f401ab23e14d642321701f74aa0e to your computer and use it in GitHub Desktop.
CHATGPT Creating 100 random names in Excel
Creating 100 random names in Excel can be done using formulas or by using some online tools. Here's a simple way to generate random names using formulas in Excel:
Open Excel.
In cell A1, enter the formula to generate a random first name. Assuming you want to generate names in the format "First Last," use the following formula:
excel
Copy code
=INDEX({"John","Jane","Bob","Alice","Charlie","Emma","David","Olivia","Michael","Sophia"}, RANDBETWEEN(1,10))
Replace the names inside the curly braces with a list of first names you want to include.
In cell B1, enter the formula to generate a random last name:
excel
Copy code
=INDEX({"Smith","Johnson","Williams","Jones","Brown","Davis","Miller","Wilson","Moore","Taylor"}, RANDBETWEEN(1,10))
Replace the names inside the curly braces with a list of last names you want to include.
In cell C1, combine the first and last names:
excel
Copy code
=A1 & " " & B1
Copy the formulas in cells A1, B1, and C1 down to fill the desired number of rows (up to 100).
This will give you a list of 100 random names in column C.
Keep in mind that this method is based on predefined lists of names. If you want truly random names, you might need to resort to using an external tool or script to generate the names and then import them into Excel.
=INDEX({"John","Jane","Bob","Alice","Charlie","Emma","David","Olivia","Michael","Sophia"}, RANDBETWEEN(1,10))
=INDEX({"Smith","Johnson","Williams","Jones","Brown","Davis","Miller","Wilson","Moore","Taylor"}, RANDBETWEEN(1,10))
=A1 & " " & B1
"Emma"
"Liam"
"Olivia"
"Noah"
"Ava"
"Sophia"
"Jackson"
"Isabella"
"Lucas"
"Mia"
"Aiden"
"Amelia"
"Ethan"
"Harper"
"Elijah"
"Abigail"
"Oliver"
"Charlotte"
"Daniel"
"Emily"
"Sebastian"
"Scarlett"
"Carter"
"Chloe"
"Matthew"
"Grace"
"Henry"
"Avery"
"Alexander"
"Evelyn"
"Benjamin"
"Zoey"
"James"
"Ella"
"Joseph"
"Lily"
"Samuel"
"Aria"
"David"
"Scarlett"
"William"
"Victoria"
"Michael"
"Madison"
"Sophia"
"Daniel"
"Grace"
"Joseph"
"Zoe"
"Benjamin"
"Penelope"
"Christopher"
"Layla"
"Andrew"
"Riley"
"Ethan"
"Lily"
"Jack"
"Hannah"
"Ryan"
"Lillian"
"Isaac"
"Addison"
"Nathan"
"Aubrey"
"Caleb"
"Eleanor"
"Owen"
"Natalie"
"Julian"
"Sofia"
"Wyatt"
"Zoey"
"Levi"
"Brooklyn"
"Mateo"
"Scarlett"
"Anthony"
"Amelia"
"Josiah"
"Aurora"
"Isaiah"
"Emery"
"Eli"
"Stella"
"Aaron"
"Ellie"
"Lincoln"
"Claire"
"Adam"
"Audrey"
"Charles"
"Maya"
"Zachary"
"Violet"
"Caleb"
"Skylar"
"Thomas"
"Lucy"
"Evan"
You can easily copy and paste this list into an Excel spreadsheet.
"Smith"
"Johnson"
"Williams"
"Jones"
"Brown"
"Davis"
"Miller"
"Wilson"
"Moore"
"Taylor"
"Anderson"
"Thomas"
"Jackson"
"White"
"Harris"
"Martin"
"Thompson"
"Garcia"
"Martinez"
"Robinson"
"Clark"
"Rodriguez"
"Lewis"
"Lee"
"Walker"
"Hall"
"Allen"
"Young"
"Hernandez"
"King"
"Wright"
"Lopez"
"Hill"
"Scott"
"Green"
"Adams"
"Baker"
"Gonzalez"
"Nelson"
"Carter"
"Mitchell"
"Perez"
"Roberts"
"Turner"
"Phillips"
"Campbell"
"Parker"
"Evans"
"Edwards"
"Collins"
"Stewart"
"Sanchez"
"Morris"
"Rogers"
"Reed"
"Cook"
"Morgan"
"Bell"
"Murphy"
"Bailey"
"Rivera"
"Cooper"
"Richardson"
"Cox"
"Howard"
"Ward"
"Torres"
"Peterson"
"Gray"
"Ramirez"
"James"
"Watson"
"Brooks"
"Kelly"
"Sanders"
"Price"
"Bennett"
"Wood"
"Barnes"
"Ross"
"Henderson"
"Coleman"
"Jenkins"
"Perry"
"Powell"
"Long"
"Patterson"
"Hughes"
"Flores"
"Washington"
"Butler"
"Simmons"
"Foster"
"Gonzales"
"Bryant"
"Alexander"
"Russell"
"Griffin"
"Diaz"
"Hayes"
@Ezernex369
Copy link

=INDEX({"Emma", "Liam", "Olivian", "Noah", "Ava", "Sophia", "Jackson", "Isabella", "Lucas", "Mia", "Aiden", "Amelia", "Ethan", "Harper", "Elijah", "Abigail", "Oliver", "Charlotte", "Daniel", "Emily", "Sebastian", "Scarlett", "Carter", "Chloe", "Matthew", "Grace", "Henry", "Avery", "Alexander", "Evelyn", "Benjamin", "Zoey", "James", "Ella", "Joseph", "Lily", "Samuel", "Aria", "David", "Scarlett", "William", "Victoria", "Michael", "Madison", "Sophia", "Daniel", "Grace", "Joseph", "Zoe", "Benjamin", "Penelope", "Christopher", "Layla", "Andrew", "Riley", "Ethan", "Lily", "Jack", "Hannah", "Ryan", "Lillian", "Isaac", "Addison", "Nathan", "Aubrey", "Caleb", "Eleanor", "Owen", "Natalie", "Julian", "Sofia", "Wyatt", "Zoey", "Levi", "Brooklyn", "Mateo", "Scarlett", "Anthony", "Amelia", "Josiah", "Aurora", "Isaiah", "Emery", "Eli", "Stella", "Aaron", "Ellie", "Lincoln", "Claire", "Adam", "Audrey", "Charles", "Maya", "Zachary", "Violet", "Caleb", "Skylar", "Thomas", "Lucy", "Evan", "Smith", "Johnson", "Williams", "Jones", "Brown", "Davis", "Miller", "Wilson", "Moore", "Taylor", "Anderson", "Thomas", "Jackson", "White", "Harris", "Martin", "Thompson", "Garcia", "Martinez", "Robinson", "Clark", "Rodriguez", "Lewis", "Lee", "Walker", "Hall", "Allen", "Young", "Hernandez", "King", "Wright", "Lopez", "Hill", "Scott", "Green", "Adams", "Baker", "Gonzalez", "Nelson", "Carter", "Mitchell", "Perez", "Roberts", "Turner", "Phillips", "Campbell", "Parker", "Evans", "Edwards", "Collins", "Steward", "Sanchez", "Morris", "Rogers", "Reed", "Cook", "Morgan", "Bell", "Murphy", "Bailey", "Rivera", "Cooper", "Richardson", "Cox", "Howard", "Ward", "Torres", "Peterson", "Gray", "Ramirez", "James", "Watson", "Brooks", "Kelly", "Sanders", "Price", "Bennett", "Wood", "Barnes", "Ross", "Henderson", "Coleman", "Jenkins", "Perry", "Powell", "Long", "Patterson", "Hughes", "Flores", "Washington", "Butler", "Simmons", "Foster", "Gonzales", "Bryant", "Alexander", "Russell", "Griffin", "Diaz", "Hayes"}, RANDBETWEEN(1, 100))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment