hi all,
with the help of this forum, i have pieced a formula together which does exactly what i need, but as its being placed in around 10,000 rows and appears 10 times in each row, the volatile formula as you can imagine is taking its toll on my mediocre pc lol, can anyone recommend an alternative formula which could speed up the calculation on my sheets? any help appreciated as im very new to this excel, but im learning it quite quickly thanks to you all![]()
the formula is:
=IFERROR(INDEX(INDIRECT("'["&Variables!$A$2&"]"&Variables!$B$2&"'!"&Variables!$C$2), SMALL(IF($A9959=INDIRECT("'["&Variables!$A$2&"]"&Variables!$B$2&"'!"&Variables!$D$2), ROW(INDIRECT("'["&Variables!$A$2&"]"&Variables!$B$2&"'!"&Variables!$C$2))-1,""), COLUMN()-7)),"")
this is finished in an array, it basically looks at another sheet and splits the data from X amount of rows into one row accross 10 cells.
thankss all
Bookmarks