Hi,
I made a formula to sum values in different columns on each row, based on number of days past today which is stored in c:4:c9 and the following works:
=SUM(INDIRECT(ADDRESS(ROW(C4:C9),C4:C9+MATCH(TODAY(),2:2,0),4)))
I now want to duplicate this to sum all the values in this array multiplied by a value in e:4:e9 but
=SUMPRODUCT(INDIRECT(ADDRESS(ROW(C4:C9),C4:C9+MATCH(TODAY(),2:2,0),4))E4:E9)
Is coming out zero no matter what the values in the target cells.
Any advice greatly appreciated
I made a formula to sum values in different columns on each row, based on number of days past today which is stored in c:4:c9 and the following works:
=SUM(INDIRECT(ADDRESS(ROW(C4:C9),C4:C9+MATCH(TODAY(),2:2,0),4)))
I now want to duplicate this to sum all the values in this array multiplied by a value in e:4:e9 but
=SUMPRODUCT(INDIRECT(ADDRESS(ROW(C4:C9),C4:C9+MATCH(TODAY(),2:2,0),4))E4:E9)
Is coming out zero no matter what the values in the target cells.
Any advice greatly appreciated