I have a sheet like that:
There's repetition in columns A rows, and in columns B-H. row 1.
I need to consolidate thist something like that:
Which formula can I use to totalize in the table above??
* Columns and rows are not fixed position, may repeat n times (lookup? match? sumifs?)
The result will consolidate the values from the 1st table in the second table, that does not have repetition of FOOD/WATER/TOOLS/BOOKS or CL1...CL3
Thanks
FOOD | WATER | TOOLS | FOOD | BOOKS | BOOKS | WATER | |
CL1 | 10 | 15 | |||||
CL3 | |||||||
CL1 | 30 | 45 | |||||
CL2 |
There's repetition in columns A rows, and in columns B-H. row 1.
I need to consolidate thist something like that:
FOOD | WATER | TOOLS | BOOKS | |
CL1 | formula? =10+15+30+45=100 | |||
CL2 | ||||
CL3 |
Which formula can I use to totalize in the table above??
* Columns and rows are not fixed position, may repeat n times (lookup? match? sumifs?)
The result will consolidate the values from the 1st table in the second table, that does not have repetition of FOOD/WATER/TOOLS/BOOKS or CL1...CL3
Thanks
Last edited: