Hi
Please can I get some help with a formula for this query:
On my Sheet I have in Row3 ( from A3 ), headings for months and weeks - so in A3 I have "January" and in B3 I have - week1, in c3 - week2, . . . in f3 - February, g3 -week1 etc
I row 4, I have values in the week columns adding up the month columns.
In A1 I have a number = 8
see example:
I B6 I want to sum the next 8 ( value in A1 ) weeks data from C6
something like Sumproduct(--(left(C3:dd3)="w")*(c4:dd4)) but only for the next 8 instances of "weeks"
If the value in A1 changes to 5 the it must sum the next 5 weeks data etc
I hope that makes sense
Thank you
JVN
Please can I get some help with a formula for this query:
On my Sheet I have in Row3 ( from A3 ), headings for months and weeks - so in A3 I have "January" and in B3 I have - week1, in c3 - week2, . . . in f3 - February, g3 -week1 etc
I row 4, I have values in the week columns adding up the month columns.
In A1 I have a number = 8
see example:
I B6 I want to sum the next 8 ( value in A1 ) weeks data from C6
something like Sumproduct(--(left(C3:dd3)="w")*(c4:dd4)) but only for the next 8 instances of "weeks"
If the value in A1 changes to 5 the it must sum the next 5 weeks data etc
I hope that makes sense
Thank you
JVN