Hi,
Getting all confused with MATCH, INDEX, SUMIFS, COUNTIFS, etc...
A B C
1 Ref Sub-Ref Total
2 P001 00 16 <---- Looking to calculate this figure
3 P001 01 2
4 P001 02 4
5 P001 03 2 …based on the sum of these figures
6 P001 04 1 /
7 P001 05 5 /
8 P001 06 2 /
9 P002 00 22 <---- Looking to calculate this figure
10 P002 01 8
11 P002 02 5 …based on the sum of these figures
12 P002 03 9 /
13 P003 00 18 <---- Looking to calculate this figure
14 P003 01 3
15 P003 02 6 …based on the sum of these figures
16 P003 03 4 /
17 P003 04 5 /
The awkward bit is that the number of line entries varies per REF value... and trying desperately to avoid the OFFSET function due to performance issues and OFFSET being a volatile function...
Any help gratefully received...
Many thanks in advance
Jabba
Getting all confused with MATCH, INDEX, SUMIFS, COUNTIFS, etc...
A B C
1 Ref Sub-Ref Total
2 P001 00 16 <---- Looking to calculate this figure
3 P001 01 2
4 P001 02 4
5 P001 03 2 …based on the sum of these figures
6 P001 04 1 /
7 P001 05 5 /
8 P001 06 2 /
9 P002 00 22 <---- Looking to calculate this figure
10 P002 01 8
11 P002 02 5 …based on the sum of these figures
12 P002 03 9 /
13 P003 00 18 <---- Looking to calculate this figure
14 P003 01 3
15 P003 02 6 …based on the sum of these figures
16 P003 03 4 /
17 P003 04 5 /
The awkward bit is that the number of line entries varies per REF value... and trying desperately to avoid the OFFSET function due to performance issues and OFFSET being a volatile function...
Any help gratefully received...
Many thanks in advance
Jabba