Forum Discussion
nir_g
Apr 20, 2020Copper Contributor
Creating a smaller array from a large one
Hi, this question might have a simple answer, I hope it does. Perhaps you can help? I have a pretty large data array (say 10,000 rows and 80 columns) and would like to create a smaller array from it ...
DhaniCole
Apr 20, 2020Brass Contributor
You could add a column with the formula =IF(MOD(ROW()-1,10)=0,"Yes",""), then filter down to the "Yes" and you have your smaller dataset.