Apple Number: How to dynamically refer to cells?
Hello dear Apple Numbers community,
I really stumbled into a newbie issue it seems: I would like to refer dynamically to cells / arrays in a function, but Numbers doesn't seem to like how I do it.
SUMIFS("A$53:"&ADDRESS(53;SPALTE()−1;2)...
Here I'm trying to compose an array reference for the SUMIFS function: from A$53 till the previous column this function is located. It seems the function just considers the first cell A$53, disregarding the rest.
I've also tried the CONCATENATE function but to no avail.
Would you have any pointers for me? Thank you so much in advance.