I have 500 agents trained on a new tool.
I need to create usernames and passwords for them as I am the admin of this tool.
What I need is thus:
column 1 contains first name space last name.
I want column 2 to format the name to a string in the format first initial last name (ray smith = rsmith).
In the third column I need to generate a random password between 6 and 8 charicters with at least 2 letters in the password.
Any pointers on how to do this?
this project needs to take very little of my time so I do not care what type of solution it is.... VBA or formula
I need to create usernames and passwords for them as I am the admin of this tool.
What I need is thus:
column 1 contains first name space last name.
I want column 2 to format the name to a string in the format first initial last name (ray smith = rsmith).
In the third column I need to generate a random password between 6 and 8 charicters with at least 2 letters in the password.
Any pointers on how to do this?
this project needs to take very little of my time so I do not care what type of solution it is.... VBA or formula