A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data
It's not that hard:
- Make sure that the sheet containing the list of names is the active sheet.
- Press Alt+F11 to activate the Visual Basic Editor.
- Select Insert > Module.
- Copy/Paste the code from my reply into the module window.
- Change the range A2:A26 as needed.
- With the insertion point anywhere in the code, press F5 to run it.
- Switch back to Excel to inspect the result.
Otherwise, creating 25 sheets manually should take only a few minutes...