I'm trying to use Index Function to locate column from one sheet to another. The index function returns a cell only and the equation is INDEX({Test Range 2}, 1) (Row 1). INDEX({Test Range 2}, 2) (Row 2),...
All I need is to generalize the equation for the entire column INDEX({Test Range 2}, n (entire column)).
Is there certain syntax to write for the entire column. (Without any helper columns)
Thanks