Prev Previous Post   Next Post Next
  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4,624
Default Formula

So do you need a random selection:


http://www.mcgimpsey.com/excel/udfs/...noreplace.html

or a sample every seventy rows? Or a random selection from each 70 rows.

J1: =INDEX($A:$A,(ROW()-1)*70+1)

copy down as far as necessary...

or one sample from each 70 rows:

J1: =INDEX($A:$A,(ROW()-1)*70 + INT(RAND()*70)+1)
copy down...




In article ,
Noelline wrote:

Hello all, I need your help, I am working with large excel data and I need a
formula so that I can generate a random selection every 70 rows, what kind of
formula do I need and how do I integrate it in my worksheet? All answers are
welcome.

 
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



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