Selecting evaluating people using excel

abhishekesharma

New Member
Joined
Jul 8, 2016
Messages
1
Hi
I have 100 students in my class and there's an article that I want them to submit. Also I want 5 of the students to evaluate each other's articles. All the students have a unique number. Can someone please suggest a formula for the same?

PS I don't want any student to evaluate his or her own article.
Also each student gets 5 articles to evaluate which are random.

I tried using the if statements and index formula somehow something was missing.

Kindly help. A little confused.:confused:

Basically a list of 5 students selected at random in front of a student's name and uniqueID who ll evaluate his or her own article.

Thanks in advace.:)
 

Excel Facts

Lock one reference in a formula
Need 1 part of a formula to always point to the same range? use $ signs: $V$2:$Z$99 will always point to V2:Z99, even after copying
ABCDEF
1Student#Eval1Eval2Eval3Eval4Eval5
21234
35555
49999

<tbody>
</tbody>

In B2 enter
Code:
=INDEX($A$2:$A$101,RANDBETWEEN(1,100))

and copy this to all cells in B2:F101.

Edit:
This will not prevent them from getting their own number, will work on a fix.
 
Last edited:
Upvote 0

Forum statistics

Threads
1,214,643
Messages
6,120,702
Members
448,980
Latest member
CarlosWin

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top