Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 27,285
Default How do I set up a random name generator in excel (school use)

Here is a modification of that approach. Just as Dave advised:
One way is to put the names in column A (say A1:A30) and put =rand() in
B1:B30.


But Rather than sorting, you could put a formula in column C

In C1 put:

=INDEX($A$1:$A$30,RANK(B1,$B$1:$B$30),1)

then drag fill it down to row 30. Now you will have a random list of
students. You hit F9 to get a new list

So you could hit F9 each time you want to ask a question and use the top
name (hit it again if it duplicates the last value)

or hit it once and work your way through that list. Note that if the sheet
calculates, the list will be changed, so you might want to Set Calculation
to manual (in tools=Options) if you will be working through the list.

--
Regards,
Tom Ogilvy


"Dave Peterson" wrote in message
...
One way is to put the names in column A (say A1:A30) and put =rand() in
B1:B30.

Then sort those two columns using column B as the primary key.

And pick off the top x number of names.

If you want, you can resort again to randomize the list.

mochapo wrote:

I am a high school teacher and would like to use a random name generator
for
calling on students. Any guidance on how to set one up? I read an
article in
which the author stated a friend wrote an excel formula for doing this -
but
no further info.
Any help would be greatly appreciated.


--

Dave Peterson



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
Excel 2003 FAILS, but Excel 2000 SUCCEEDS ??? Richard Excel Discussion (Misc queries) 2 May 13th 23 11:46 AM
How to setup a random matrix in Excel without repeating numbers? Kat Excel Worksheet Functions 1 August 7th 06 03:31 AM
How do I create a random number generator in excel? Katie Excel Worksheet Functions 2 July 20th 06 01:50 AM
How can I generate random characters in Excel Tayo Excel Discussion (Misc queries) 5 April 7th 06 02:07 PM
School assignment: Excel worksheets. Mike U. Excel Worksheet Functions 3 August 23rd 05 05:28 PM


All times are GMT +1. The time now is 10:41 PM.

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"