Skip to main content

Randomizing location of data in a column

  • November 15, 2020
  • 0 replies
  • 4 views

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