Need help in creating a Script for Users

G

Guest

Hi!

I have this routinary task that I really want to speed up. We usually have
users coming in at around every 2 weeks. The HR department gives us a list of
users in an Excel Sheet arranged like this:

Column 1 Column 2 Column 3
Username First Name Last Name

We usually follow a template for this said accounts so I usually end up
copying around 20 accounts for every batch that the HR sends us.

Can someone please teach me how to create a script so that I it fetches the
columns for their corresponding tabs? Like Username is for Username First
Name is for first name, Last name, etc. and with an addition of Display Name,
Description, Password (we give them the default password first), and the
default groups in accordance with the template account.

Thanks!
 
G

Guest

Thanks for the reply!

Well, what I have is this:

First column Second column Third column Fourth Column
5th

Logon Name First Name Last Name Groups Membership
Password


What I need is a script that will fetch all of the data, (let's say users 1
to 20) so I can just run a script then have the users created instantly.

Thanks!
 
D

Dave Peterson

Did the =vlookup() or =index(match()) solution work for you when you tried it?

If it did, then maybe it could be automated. If it didn't, then I think more
info is required.
 

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

Top