Hi,
I wonder if this is possible.
For instance I have a formula such as =sum(A1:A9). But imagine that the range is not always till row 9 but depends on the total number of rows that are in the table. How can I change that 9 so that it takes a number equal to the total rows in the table?
N.B.: Please note that the final formula I want is not that simple one. It is actually =INDEX($F$1:$F$1047,MATCH(1,INDEX(($G$1:$G$1047=G2)*($L$1:$L$1047<>"47200")*($L$1:$L$1047<>"47700"),0),0)). I want to change 1047 by the relevant number of rows. Also, I do know how to do it in VBA, but I have a problem with the lenght of the formula there (not that one, but other bigger than that)
Bookmarks