A
andrez
Hello everyone
Please help me to find a way to calculate for each 'id1' interval su
of each 'id2' intervals' for data1, data2 etc.
Length of id1 and id2 columns is variable.
Source data looks like this:
A B C D etc
1 id1 id2 data1 data2 etc
2 a 1 x x
3 a 1 x x
4 a 1 x x
5 a 2 x x
6 a 2 x x
7 a 3 x x
8 a 3 x x
9 a 3 x x
10 c 2 x x
11 c 2 x x
12 c 3 x x
13 c 3 x x
...etc ...etc.
999
without 'id1' it would be just sumif(b2:b999,1,c2:c999)
but now I need to separate this datas per 'id1' intervals
Thanks forwar
Please help me to find a way to calculate for each 'id1' interval su
of each 'id2' intervals' for data1, data2 etc.
Length of id1 and id2 columns is variable.
Source data looks like this:
A B C D etc
1 id1 id2 data1 data2 etc
2 a 1 x x
3 a 1 x x
4 a 1 x x
5 a 2 x x
6 a 2 x x
7 a 3 x x
8 a 3 x x
9 a 3 x x
10 c 2 x x
11 c 2 x x
12 c 3 x x
13 c 3 x x
...etc ...etc.
999
without 'id1' it would be just sumif(b2:b999,1,c2:c999)
but now I need to separate this datas per 'id1' intervals
Thanks forwar