Hi,
I am brand new to posting on the forum but have hit a brick wall and can't get any futher with this. If I fall down on forum etiquete please put me right.
I need to shorten this formula so that I can ctrl+R the worksheet reference and to neaten it up.
It is designed to sum the visible results in a filtered list on worksheet "rev" where the value in column E on rev matches the value in cell B13 on the front page. It is a long repitition of the same clause as it is summing the values from mutliple columns on worksheet rev.
=SUMPRODUCT(SUBTOTAL(109,OFFSET(rev!$M$3:$M$248,ROW(rev!$M$3:$M$248)-MIN(ROW(rev!$M$3:$M$248)),,1,1))*(rev!$E$3:$E$248=B13))+SUMPRODUCT(SUBTOTAL(109,OFFSET(rev!$P$3:$P$248,ROW(rev!$P$3:$P$248)-MIN(ROW(rev!$P$3:$P$248)),,1,1))*(rev!$E$3:$E$248=B13))+SUMPRODUCT(SUBTOTAL(109,OFFSET(rev!$S$3:$S$248,ROW(rev!$S$3:$S$248)-MIN(ROW(rev!$S$3:$S$248)),,1,1))*(rev!$E$3:$E$248=B13))+SUMPRODUCT(SUBTOTAL(109,OFFSET(rev!$V$3:$V$248,ROW(rev!$V$3:$V$248)-MIN(ROW(rev!$V$3:$V$248)),,1,1))*(rev!$E$3:$E$248=B13))+SUMPRODUCT(SUBTOTAL(109,OFFSET(rev!$Y$3:$Y$248,ROW(rev!$Y$3:$Y$248)-MIN(ROW(rev!$Y$3:$Y$248)),,1,1))*(rev!$E$3:$E$248=B13))+SUMPRODUCT(SUBTOTAL(109,OFFSET(rev!$AB$3:$AB$248,ROW(rev!$AB$3:$AB$248)-MIN(ROW(rev!$AB$3:$AB$248)),,1,1))*(rev!$E$3:$E$248=B13))+SUMPRODUCT(SUBTOTAL(109,OFFSET(rev!$AE$3:$AE$248,ROW(rev!$AE$3:$AE$248)-MIN(ROW(rev!$AE$3:$AE$248)),,1,1))*(rev!$E$3:$E$248=B13))+SUMPRODUCT(SUBTOTAL(109,OFFSET(rev!$AH$3:$AH$248,ROW(rev!$AH$3:$AH$248)-MIN(ROW(rev!$AH$3:$AH$248)),,1,1))*(rev!$E$3:$E$248=B13))
This is the function I used previously however I am attempting to add the subtotal function to account for a filtered list.
=SUMPRODUCT(--(wk26!$E$3:$E$249=B13),wk26!$N$3:$N$249+wk26!$Q$3:$Q$249+wk26!$T$3:$T$249+wk26!$W$3:$W$249+wk26!$Z$3:$Z$249+wk26!$AC$3:$AC$249+wk26!$AF$3:$AF$249+wk26!$AI$3:$AI$249)
Any help you could offer would be greatly appreciated. In return I'm off to see if there is anyone I could help out with their issue.
I am brand new to posting on the forum but have hit a brick wall and can't get any futher with this. If I fall down on forum etiquete please put me right.
I need to shorten this formula so that I can ctrl+R the worksheet reference and to neaten it up.
It is designed to sum the visible results in a filtered list on worksheet "rev" where the value in column E on rev matches the value in cell B13 on the front page. It is a long repitition of the same clause as it is summing the values from mutliple columns on worksheet rev.
=SUMPRODUCT(SUBTOTAL(109,OFFSET(rev!$M$3:$M$248,ROW(rev!$M$3:$M$248)-MIN(ROW(rev!$M$3:$M$248)),,1,1))*(rev!$E$3:$E$248=B13))+SUMPRODUCT(SUBTOTAL(109,OFFSET(rev!$P$3:$P$248,ROW(rev!$P$3:$P$248)-MIN(ROW(rev!$P$3:$P$248)),,1,1))*(rev!$E$3:$E$248=B13))+SUMPRODUCT(SUBTOTAL(109,OFFSET(rev!$S$3:$S$248,ROW(rev!$S$3:$S$248)-MIN(ROW(rev!$S$3:$S$248)),,1,1))*(rev!$E$3:$E$248=B13))+SUMPRODUCT(SUBTOTAL(109,OFFSET(rev!$V$3:$V$248,ROW(rev!$V$3:$V$248)-MIN(ROW(rev!$V$3:$V$248)),,1,1))*(rev!$E$3:$E$248=B13))+SUMPRODUCT(SUBTOTAL(109,OFFSET(rev!$Y$3:$Y$248,ROW(rev!$Y$3:$Y$248)-MIN(ROW(rev!$Y$3:$Y$248)),,1,1))*(rev!$E$3:$E$248=B13))+SUMPRODUCT(SUBTOTAL(109,OFFSET(rev!$AB$3:$AB$248,ROW(rev!$AB$3:$AB$248)-MIN(ROW(rev!$AB$3:$AB$248)),,1,1))*(rev!$E$3:$E$248=B13))+SUMPRODUCT(SUBTOTAL(109,OFFSET(rev!$AE$3:$AE$248,ROW(rev!$AE$3:$AE$248)-MIN(ROW(rev!$AE$3:$AE$248)),,1,1))*(rev!$E$3:$E$248=B13))+SUMPRODUCT(SUBTOTAL(109,OFFSET(rev!$AH$3:$AH$248,ROW(rev!$AH$3:$AH$248)-MIN(ROW(rev!$AH$3:$AH$248)),,1,1))*(rev!$E$3:$E$248=B13))
This is the function I used previously however I am attempting to add the subtotal function to account for a filtered list.
=SUMPRODUCT(--(wk26!$E$3:$E$249=B13),wk26!$N$3:$N$249+wk26!$Q$3:$Q$249+wk26!$T$3:$T$249+wk26!$W$3:$W$249+wk26!$Z$3:$Z$249+wk26!$AC$3:$AC$249+wk26!$AF$3:$AF$249+wk26!$AI$3:$AI$249)
Any help you could offer would be greatly appreciated. In return I'm off to see if there is anyone I could help out with their issue.