I was wondering if it would be possible to parse out an individuals first name & surname from their Windows logon name.
Obtaining the Windows logon name is easily done () so the only real difficulty is:![]()
Please Login or Register to view this content.
- Correctly parse names from as many variations of a user name as possible (i.e. names separated with a full stop, names separated with an underscore etcetcera) and
- Ignore most standard non-individual names (e.g. Administrator, Admin, Accounts, Sales etcetcera)
A quick google search throws up many results on parsing names from cells but these don't have a good success rate on actual user name formats. Below is what I have so far.
![]()
Please Login or Register to view this content.
Bookmarks