Hello
Please could someone help me with the following query:
I have in my worksheet, the following formula in cell C4
=SUMPRODUCT(--(Cluster=Report!C$2)*(Month=Report!$A$1)*(Hierarchy))
in cell A4 - is the name of the range that I want to sum " Hierarchy"
I want to refer to the named range "Hierarchy" in the formula as a cell reference
e.g.
=SUMPRODUCT(--(Cluster=Report!C$2)*(Month=Report!$A$1)*(indirect("range"&A4))
or
=SUMPRODUCT(--(Cluster=Report!C$2)*(Month=Report!$A$1)*(A4))
both these methods give me errors . . . Is there a way to do this ?
Thanks
JVN
Please could someone help me with the following query:
I have in my worksheet, the following formula in cell C4
=SUMPRODUCT(--(Cluster=Report!C$2)*(Month=Report!$A$1)*(Hierarchy))
in cell A4 - is the name of the range that I want to sum " Hierarchy"
I want to refer to the named range "Hierarchy" in the formula as a cell reference
e.g.
=SUMPRODUCT(--(Cluster=Report!C$2)*(Month=Report!$A$1)*(indirect("range"&A4))
or
=SUMPRODUCT(--(Cluster=Report!C$2)*(Month=Report!$A$1)*(A4))
both these methods give me errors . . . Is there a way to do this ?
Thanks
JVN