excel - Randomize the order of rows -


I am making a quiz in Excel. The structure is:

 serial number question select the correct option true / wrong digit  

I have a list of some questions and the options for the answer are in the dropdown list. I want to randomize the questions with my answer choices [I mean I want to make the whole line random].

Is there a build in Excel function?

You can get a substantial result with the addition of one column containing `= RANDBETWEEN (x, Y) and the entire row on that column can be sorted. Here X might be your lowest serial number and y can be the highest. Can be changed with F9 .

The underlying (minor) is not really random due to shortcomings, how RANDBETWEEN works and when it is able to build duplicate values, supports the status quo. / P>

Comments

Popular posts from this blog

excel vba - How to delete Solver(SOLVER.XLAM) code -

github - Teamcity & Git - PR merge builds - anyway to get HEAD commit hash? -

ios - Replace text in UITextView run slowly -