J
jpr.charron
I have a range starting in Row 4, made of one row of values followed by one row of codes.
This pattern repeats itself in the following rows. Last filled Row # is not known
In Row # 1 thru 3 I am trying to sum each Colum values by Code
At this point I am searching how I could use a combination of INDIRECT, MATCH & OFFSET.
A sample of the range B4:E9 I have to sum is displayed below.
Help appreciated.
Celeste
Col A Col B Col C Col D Col E
Row 1 e 0 650 400 200
Row 2 k 600 0 100 300
Row 3 m 500 100 100 200
..............................................
Row 4 Value 200 150 100 300
Row 5 Code m e k k
.... Value 600 500 100 200
Code k e m m
Value 300 100 400 200
Code m m e e
This pattern repeats itself in the following rows. Last filled Row # is not known
In Row # 1 thru 3 I am trying to sum each Colum values by Code
At this point I am searching how I could use a combination of INDIRECT, MATCH & OFFSET.
A sample of the range B4:E9 I have to sum is displayed below.
Help appreciated.
Celeste
Col A Col B Col C Col D Col E
Row 1 e 0 650 400 200
Row 2 k 600 0 100 300
Row 3 m 500 100 100 200
..............................................
Row 4 Value 200 150 100 300
Row 5 Code m e k k
.... Value 600 500 100 200
Code k e m m
Value 300 100 400 200
Code m m e e