how to shuffle all cells values from a column ?

how to shuffle all cells values from a column ?

hi, i want to shuffle the cells from a column , let's say i have from A1 to A5 this numbers : 1,2,3,4,5 and i want in the next column a list with this numbers shuffled into a set of five , for ex : 1,2,4,3,5 first set , 1,5,2,3,4 second set , 1,3,2,5,4 and so on until every combination is done  . it should be 120 sets ( i use permut(5,5) formula ). Anyone knows what can i do to resolve this ?