Hello,
I have a table with values and creates a subtotal of each. For example, column A is for fruits, column B is quantity, column C is unit, column D is date.
On the succeeding rows, these are the following:
apple 5 pieces jan 1
apple 6 pieces jan 2
apple 7 pieces jan 3
apple 8 pieces jan 4
and on the next row
Total apple (which is a merged cell from A to C and column D is for the quantity 26 pieces
The next rows are for a different fruit, basically tabulating the same. And showing the subtotal of the next fruit at the end.
what I would like to do is to capture the sub total of each fruits by rows
so i would have
Total apple 26 pieces
Total banana 20 pieces
Total orange 13 pieces
since this will read a dynamic value so the rows for each fruits may vary, it can be 3 rows or even 10 rows depending on the dates
pivot table is not possible since there are merged cells.
so basically I would like to extract the subtotal of each fruits.
hope somebody can assist.
thank you.
michael
I have a table with values and creates a subtotal of each. For example, column A is for fruits, column B is quantity, column C is unit, column D is date.
On the succeeding rows, these are the following:
apple 5 pieces jan 1
apple 6 pieces jan 2
apple 7 pieces jan 3
apple 8 pieces jan 4
and on the next row
Total apple (which is a merged cell from A to C and column D is for the quantity 26 pieces
The next rows are for a different fruit, basically tabulating the same. And showing the subtotal of the next fruit at the end.
what I would like to do is to capture the sub total of each fruits by rows
so i would have
Total apple 26 pieces
Total banana 20 pieces
Total orange 13 pieces
since this will read a dynamic value so the rows for each fruits may vary, it can be 3 rows or even 10 rows depending on the dates
pivot table is not possible since there are merged cells.
so basically I would like to extract the subtotal of each fruits.
hope somebody can assist.
thank you.
michael