I'm trying to sum over a range the end of which is defined by some calculation. The problem boils down to using the address function to define the range. For example to sum C2 to C43:
=sum(C2:address(3,43))
But this is not recognised as a range. Why not and what should I use?