Hi,
I have created a sumproduct that works for a single sheet:
=SUMPRODUCT(--(A4:A30="Clouds EASY"), C4:C30)
However, I have 40 plus sheets that I need to apply this function to (and over 200 effects). Currently the formula for three sheets (760, 236 and 980) is:
=SUM(SUMPRODUCT(--('760'!A4:A30="Clouds EASY"), '760'!C4:C30), SUMPRODUCT(--('980'!A4:A30="Clouds EASY"), '980'!C4:C30),SUMPRODUCT(--('236'!A4:A30="Clouds EASY"), '236'!C4:C30))
This works fine but is incredibly time consuming, especially since I have to do this for EVERY sheet and every effect in my document. Any recommendations on a solution?
Thanks!!
Nikki
I have created a sumproduct that works for a single sheet:
=SUMPRODUCT(--(A4:A30="Clouds EASY"), C4:C30)
However, I have 40 plus sheets that I need to apply this function to (and over 200 effects). Currently the formula for three sheets (760, 236 and 980) is:
=SUM(SUMPRODUCT(--('760'!A4:A30="Clouds EASY"), '760'!C4:C30), SUMPRODUCT(--('980'!A4:A30="Clouds EASY"), '980'!C4:C30),SUMPRODUCT(--('236'!A4:A30="Clouds EASY"), '236'!C4:C30))
This works fine but is incredibly time consuming, especially since I have to do this for EVERY sheet and every effect in my document. Any recommendations on a solution?
Thanks!!
Nikki