sorting out data based on 3 alpha characters followed by a comma

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

The report I download has a column heading "Name" and is in column D. The
name is last name then a comma then a space then the first name, for example
SMITH, FRED.

I would like to write a macro that would generate a report to pull only the
last names with 3 characters or less. That new report would be on a sheet
titled, "Short Names". Any ideas on how to accomplish this? Thanks
 
SITCFanTN said:
that would generate a report to pull only the
last names with 3 characters or less.

What do you mean? What happens if you have
SMITH, FRED.
SMITHSON, SARAH

Do you want SMI for both?

Mat
 
What I want to accomplish is having a sheet that lists all the 3 character
last names or less from the main report called "All Records". Names like
"Ray", "Fox", "Lee" or " Hu". I hope that helps.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top