• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

HOW TO PICK THE 10 DATA FROM LIST

webmax

Member
Hi

I would like to run the quiz for that i have to pick only 5 winners out of the list below.

How to do using excel formula.

In the Below out of 12 we have to pick only 5 Token Nos.

Token No
1
2
3
4
5
6
7
8
9
10
11
12
Regards
Shahul
 
Hi

The Formula is not working i am uploading the excel file

can u help on the same.

Regards
Shahul
 

Attachments

  • random.xlsx
    9.3 KB · Views: 5
Hi,
As to your layout i think this will work:
=LARGE(ROW($1:$12)*NOT(COUNTIF($B$2:B2,ROW($1:$12))),RANDBETWEEN(1,(9+3-1)-ROW(B2)))

Remember to enter with Ctrl+Shift+Enter
 
Ok no problem see your file:
I've checked at my end, and its working fine
 

Attachments

  • random.xlsx
    9 KB · Views: 8
Hi ,

Just for the record , uploaded is a file which has a generic version for any start number and any end number.

Narayan
 

Attachments

  • random.xlsx
    8.4 KB · Views: 11
Back
Top