Hello All,
I have the name of a dynamic range (D_Conv3) in one cell (A7)
the formula for the range is as follows :OFFSET(Data!$N$7;0;0;COUNTA(Data!$N:$N)-5;1)
the range contains only numbers
I'm trying to find a sumproduct formula which would fetch and use that range name
So the natural way for me to go would be to build something like:
=SUMPRODUCT((INDIRECT(A7))
but since i'm only getting a #REF error with this method, I'm guessing the SUMPRODUCT won't work as long as you're mixing it with the INDIRECT on a dynamic range
is there a way to bypass the problem?
either with the sumproduct or by using something else?
thanks in advance
I have the name of a dynamic range (D_Conv3) in one cell (A7)
the formula for the range is as follows :OFFSET(Data!$N$7;0;0;COUNTA(Data!$N:$N)-5;1)
the range contains only numbers
I'm trying to find a sumproduct formula which would fetch and use that range name
So the natural way for me to go would be to build something like:
=SUMPRODUCT((INDIRECT(A7))
but since i'm only getting a #REF error with this method, I'm guessing the SUMPRODUCT won't work as long as you're mixing it with the INDIRECT on a dynamic range
is there a way to bypass the problem?
either with the sumproduct or by using something else?
thanks in advance