I know this has been answered but I did not understand what to do.
I need to create usernames from another column.
Column A will be the username.
Column C is where the data is, which is the companies actual name.
I need to pull the first 8 digits in the company name and have it go to Column A, whatever row.
Some Companies have multiple words in their name, but I just need the first 6, and then a random 3 digits (numbers/symbols combination) to allow for Companies with the same name or that have multiple locations.
I have thousands of companies so need this to be done automatically.
They will not be logging into the spreadsheet, I am creating users for a website and will be doing a CSV import from this sheet.
I wanted to thank you for this forum, I found the VBA code to create password and it works like a charm.
I need to create usernames from another column.
Column A will be the username.
Column C is where the data is, which is the companies actual name.
I need to pull the first 8 digits in the company name and have it go to Column A, whatever row.
Some Companies have multiple words in their name, but I just need the first 6, and then a random 3 digits (numbers/symbols combination) to allow for Companies with the same name or that have multiple locations.
I have thousands of companies so need this to be done automatically.
They will not be logging into the spreadsheet, I am creating users for a website and will be doing a CSV import from this sheet.
I wanted to thank you for this forum, I found the VBA code to create password and it works like a charm.
Last edited: