Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I need to randomly select two lines per person listed on my report. How can
I do this? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Jeremy wrote:
I need to randomly select two lines per person listed on my report. How can I do this? Without seeing what you are working with I cannot say exactly. =INT(1+RND()*x) will generate a random number between 1 and x. If you are using Excel 2007 (or prior version with analysis toolpack) you can use =RANDBETWEEN(1,x) Use such random numbers to pick the lines you want to inspect. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how to return random non zero value to a particular cell? | Excel Discussion (Misc queries) | |||
Need macro for copying random lines of data | Excel Discussion (Misc queries) | |||
Random Selection of Some Lines in Excel Worksheet | Excel Worksheet Functions | |||
can you assign random numbers to many different lines of row? | Excel Worksheet Functions | |||
Getting rid of random white lines in Excel | Excel Discussion (Misc queries) |