Forum Discussion
Deel_Engineering
Jan 10, 2023Copper Contributor
Cell References: How can I use a formula to tell excel what cell to reference?
Cell References: How can I use a formula to tell excel what cell to reference? I am trying to compile a list of results from repeating processes w/in a long sheet. The results I want to referen...
OliverScheurich
Jan 10, 2023Gold Contributor
An alternative could be this formula if you don't want VBA code.
=INDEX(A:A,51+(ROW(B1)-1)*36)