PC Review


Reply
Thread Tools Rate Thread

Re: Need formula to randomize employee numbers for history audits

 
 
zvkmpw
Guest
Posts: n/a
 
      23rd Mar 2012
> I'm an IT Director and I'm working on a spreadsheet that will randomize
> employee numbers (1 through 29) so that I can do truly random audits.
>
> Basically, I'm going to hit F9 three times per month to generate
> employee numbers to audit and then I'll enter those results in a "Done"
> column listed for each month (J16 through J27) and I want those excluded
> from future random results.
>
> Any help would be greatly appreaciated.


It sounds like you need to go through the employee list in random order without duplication.

If that’s the objective, I’d suggest a different approach. Make a randomly sorted list once-and-for-all at the outset. Then freeze the list and take the numbers one by one, each time an audit is scheduled.

Here’s one way to make the list.

First, put the employee numbers in A1:A29.

Then put
=RAND()
in B1 and copy down to B29.

Then select columns A:B and sort by column B.

Then delete column B -- it served its purpose.

Remaining in column A is the employee list in random order. You can check off the numbers as they are used to keep track of which was chosen when.

After a list is used up, start over to get a new list randomized differently.

Hope this helps getting started.
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
how do i add a employee picture to an employee table? =?Utf-8?B?Um9iZXJ0?= Microsoft Access 3 18th May 2006 07:59 AM
Calculate employee hours for employee evaluation? Triesha Microsoft Excel Worksheet Functions 3 9th Feb 2006 03:52 PM
Return employee name when the employee's number is entered =?Utf-8?B?TWlrZQ==?= Microsoft Excel Worksheet Functions 1 16th Sep 2005 07:28 PM
Fromula to take employee # out of employee name field mikeburg Microsoft Excel Misc 9 12th Sep 2005 03:41 AM
I need to randomize a column of alphanumeric employee ID's for a . =?Utf-8?B?dG9wa2ljaw==?= Microsoft Excel Worksheet Functions 9 9th Nov 2004 03:38 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 12:40 PM.