Hi all,
Is there any way to sum a certain column in another sheet based on the column position?
I think of having a reference like {another sheet range} with a range of e.g. 4 columns.
I would like to sum the values of the second column, but do not know how to make this.
SUM(INDEX({another sheet range}, 2)) will not work, because it returns a cell and not a column, isn't it?
Thank you, Joachim