Skip to main content

For every column in my airtable I want to randomly move the elements in it. The elements are words and I have tried sorting and that obviously sorts and moves the whole row, which is not what I want. I want to disaffiliate the values within rows (so that the whole row doesn’t move) and randomly change their place within the column. How would i do this? Thanks!

ex.

  A  D
  B  E
  C  F

should look like

C E
B F
A D

Be the first to reply!