I've got about 100 rows of data, with 100 columns across. I want to use the below formula to give me one random output from the columns in each row. The formula gives me a #REF if I plug in columns instead of rows:
=INDEX($C:$C,RANDBETWEEN(1,COUNTA($C:$C)),1)
=INDEX($C:$C,RANDBETWEEN(1,COUNTA($C:$C)),1)