Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 49
Default Random numbers of 1-9 using only 4 numbers in each column

I have divided 36 numbers (1-9) into groups of 4. I need to randomly pick 1
number from each group. How do I do that?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,081
Default Random numbers of 1-9 using only 4 numbers in each column

Use Index() with Randbetween()


"Janet" wrote:

I have divided 36 numbers (1-9) into groups of 4. I need to randomly pick 1
number from each group. How do I do that?

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 49
Default Random numbers of 1-9 using only 4 numbers in each column



"Janet" wrote:

I have divided 36 numbers (1-9) into groups of 4. I need to randomly pick 1
number from each group. How do I do that?


I need the answer to be one of the 4 that is in each group, please.
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,081
Default Random numbers of 1-9 using only 4 numbers in each column

When you write a question in vague terms, you cannot expect explicit
instructions. None of us is a mindreader

At the least you should let us know:
Are your groups in ranges on the spreadsheet, or are they just logical
groups within the numbers 1-36, i.e., 1-9, 10-18, etc?
Do you want the 4 results to appear in a single cell, or in 4 separate cells?



"Janet" wrote:



"Janet" wrote:

I have divided 36 numbers (1-9) into groups of 4. I need to randomly pick 1
number from each group. How do I do that?


I need the answer to be one of the 4 that is in each group, please.

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
bj bj is offline
external usenet poster
 
Posts: 1,397
Default Random numbers of 1-9 using only 4 numbers in each column

one way to do it would be to use two helper columns (or rows)besides the data
in one enter a designator for each group of four (1,1,1,1,2,2,2,2... 9,9,9,9)
in the other enter =rand() and copy down the column
select all three columns and user <data<sort) first be designator and
second be the rand column
each time you sort you will get a different combination of the top in each
designated set.


"Janet" wrote:

I have divided 36 numbers (1-9) into groups of 4. I need to randomly pick 1
number from each group. How do I do that?



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 to select top six numbers from a of range of random numbers Jack M Taylor Excel Worksheet Functions 4 January 30th 07 09:18 PM
I want random numbers generated without repeating numbers Johncobb Excel Worksheet Functions 2 September 7th 06 04:52 PM
Can Excel pick random numbers from 1-300 and not repeat numbers? Julian Excel Discussion (Misc queries) 1 June 7th 06 07:17 AM
Non-random numbers generated by excel's data analysis random gener Allie Excel Worksheet Functions 10 September 17th 05 06:19 AM
How do I split a column having numbers and text in a random order rana8689 Excel Worksheet Functions 2 December 17th 04 09:14 PM


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