Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 130
Default Automatically generate next available user ID?

Hello folks-

I'm going to be trying to perform a task that I'm not sure if it's possible,
so i'm not looking for someone to write it for me, I just wanted to know if
something similar had already been written that I could get some perspective
from. Thank you in advance if you can point me to this!

I have a list of existing users (20,000+) in our application - and when new
users come in, we have to see if they already exist in the system by matching
name and 'group' - and if they do, we would assign them their existing id, if
we don't, we would assign them a new id.

The ids are generated simply by using first initial and last name, (I.E.
JSmith for John Smith) and if there is already a "jsmith" then we would
append with a 1 to make it "jsmith1" and so on. (jsmith2, jsmith3, etc.)

Does anyone know of any existing code written to perform this task that I
could user for inspiration?

Thank you!
  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 130
Default Automatically generate next available user ID?

I'm not sure I understand your question - if you're asking what we do if we
get another duplicate, we just +1 to the number.

If you're asking where the ids go after we get the id, we have to give these
ids to other groups prior to creating the names. This is a manual process now
that takes a lot of time - but we figure there has to be a way it could be
automated.

"Don Guillett" wrote:

and what do you do with jim smith and joe smith and jill smith?

--
Don Guillett
SalesAid Software

"Katie" wrote in message
...
Hello folks-

I'm going to be trying to perform a task that I'm not sure if it's
possible,
so i'm not looking for someone to write it for me, I just wanted to know
if
something similar had already been written that I could get some
perspective
from. Thank you in advance if you can point me to this!

I have a list of existing users (20,000+) in our application - and when
new
users come in, we have to see if they already exist in the system by
matching
name and 'group' - and if they do, we would assign them their existing id,
if
we don't, we would assign them a new id.

The ids are generated simply by using first initial and last name, (I.E.
JSmith for John Smith) and if there is already a "jsmith" then we would
append with a 1 to make it "jsmith1" and so on. (jsmith2, jsmith3, etc.)

Does anyone know of any existing code written to perform this task that I
could user for inspiration?

Thank you!



  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Automatically generate next available user ID?

On May 25, 9:43 am, Katie wrote:
I have a list of existing users (20,000+) in our application - and when new


What application? Excel? If so, how do you have the sheet setup?

ID, Last Name, First Name, etc?

You could add the new mnemonic and apply the Data-Filter-Autofilter to
find a duplicate.


  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 130
Default Automatically generate next available user ID?

I use an excel extract from the actual application that is set up with the
column headers -
Group Id # / First Name / Last Name / User ID

I'm not sure how to use the auto-filter in an automated process for more
then 1,000 rows... What I'm looking to do is 'feed' in 400 names, have those
compared to the existing list automatically and have it spit out the new
names.. this is what I do manually now.

"David Sisson" wrote:

On May 25, 9:43 am, Katie wrote:
I have a list of existing users (20,000+) in our application - and when new


What application? Excel? If so, how do you have the sheet setup?

ID, Last Name, First Name, etc?

You could add the new mnemonic and apply the Data-Filter-Autofilter to
find a duplicate.




  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Automatically generate next available user ID?

I still think that a manual auto filter will serve you well.

If your application will allow you to d/l the entire databse into Excel
(either through the clipboard, or CSV), you can filter on the USERID column
that STARTS WITH new user's ID. Any matches, including incremental userids
will be displayed.

I use the filter regularly on a list of about 5300 items and the filter
handles it with no trouble.
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I automatically generate a worksheet. genesis1923 Excel Discussion (Misc queries) 1 July 27th 09 12:14 PM
generate automatically sum Luchian Excel Worksheet Functions 6 October 8th 08 05:31 PM
Automatically generate letter svavp Excel Discussion (Misc queries) 1 July 28th 08 10:48 PM
Automatically generate user forms Rominall Excel Programming 1 March 21st 06 01:18 AM
How do I automatically generate dates? alvoons28 Excel Discussion (Misc queries) 1 June 24th 05 03:27 PM


All times are GMT +1. The time now is 10:32 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"