• 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,
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
 
Back
Top