Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default How do I randomly choose cells from a range to reproduce elsewhere

I want to generate a random list each day of sums from a list I have created.
Can anyone help? Thanks
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 229
Default How do I randomly choose cells from a range to reproduceelsewhere

On Jan 10, 1:17 pm, TU340 wrote:
I want to generate a random list each day of sums from a list I have created.
Can anyone help? Thanks


What does your list look like?
  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default How do I randomly choose cells from a range to reproduce elsew

Each sum is written in text based form in a cell and the sums are input in a
column 200 odd cells long. The sums are things like "4 x 5=" or "3/4 of 20=".
I just want to be able to randomly extract something like 40 of the cells a
day to produce a mental arithmetic worksheet.

"iliace" wrote:

On Jan 10, 1:17 pm, TU340 wrote:
I want to generate a random list each day of sums from a list I have created.
Can anyone help? Thanks


What does your list look like?

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,572
Default How do I randomly choose cells from a range to reproduce elsew

I assume you're looking for a random list - without replacement -,
meaning - no duplication within the random selection.

Place your datalist of text values in an out-of-the-way location, say Z1 to
Z200.

In Y1 enter the rand function:
=Rand()
And copy down to Y200.

Now, in A1, enter this formula:

=INDEX(Z$1:Z$200,RANK(Y1,Y$1:Y$200))

And copy down as many rows as you need.

You will generate a *new* random list with each hit of <F9.

With this type of formula, it might pay to place your sheet in "Manual Calc"
mode, so that you don't inadvertently refresh your list by accident.

--

HTH,

RD
================================================== ===
Please keep all correspondence within the Group, so all may benefit!
================================================== ===


"TU340" wrote in message
...
Each sum is written in text based form in a cell and the sums are input in a
column 200 odd cells long. The sums are things like "4 x 5=" or "3/4 of
20=".
I just want to be able to randomly extract something like 40 of the cells a
day to produce a mental arithmetic worksheet.

"iliace" wrote:

On Jan 10, 1:17 pm, TU340 wrote:
I want to generate a random list each day of sums from a list I have
created.
Can anyone help? Thanks


What does your list look like?



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
copy and paste cells non-randomly form range saman110 via OfficeKB.com Excel Discussion (Misc queries) 3 August 6th 07 06:14 PM
Randomly select numbers from a range Fred Smith Excel Discussion (Misc queries) 15 October 3rd 06 02:01 AM
Randomly Choose Two Numbers dennis Excel Discussion (Misc queries) 2 September 7th 06 04:43 AM
Randomly Choose Cells from Colum/Row J New Users to Excel 2 November 19th 05 02:22 AM
How do you randomly sort a RANGE latturne Excel Worksheet Functions 4 September 29th 05 09:40 PM


All times are GMT +1. The time now is 01:18 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"