Mark Richman provides expert advice, strategy, and software solutions to businesses worldwide. His clients range from the Fortune 500 to small businesses to startups seeking dramatic results. Mark creates and improves business-critical web applications, increasing productivity and maximizing profits.

Posts Tagged ‘data’

Generating Random Names as Test Data

Ever need to generate thousands of names to use as test data?
I just created an Excel sheet that uses the 1990 US census data to generate random male and female names.
Columns:
A: Male First Name
B: Female First Name
C: Last Name
E: Male Full Name (Proper Case)
F: Female Full (Proper Case)
Columns A,B,C are ordered by descending popularity. It’s [...]