How can I do a SUMIFS (or similar) where columns/rows are transposed and columns have the same label (like B&D below). In my data sheet data is organised like:
[TABLE="class: cms_table_grid, width: 200"]
<tbody>[TR]
[TD][/TD]
[TD]3100[/TD]
[TD]3587[/TD]
[TD]3100[/TD]
[TD]3800[/TD]
[/TR]
[TR]
[TD]Talent[/TD]
[TD]200[/TD]
[TD]320[/TD]
[TD]124[/TD]
[TD]256[/TD]
[/TR]
[TR]
[TD]Sourcing[/TD]
[TD]90[/TD]
[TD]77[/TD]
[TD]85[/TD]
[TD]784[/TD]
[/TR]
[TR]
[TD]Media[/TD]
[TD]45[/TD]
[TD]69[/TD]
[TD]30[/TD]
[TD]941[/TD]
[/TR]
[TR]
[TD]Talent[/TD]
[TD]426[/TD]
[TD]25[/TD]
[TD]24[/TD]
[TD]4256[/TD]
[/TR]
[TR]
[TD]Sourcing[/TD]
[TD]497[/TD]
[TD]74[/TD]
[TD]85[/TD]
[TD]287[/TD]
[/TR]
[TR]
[TD]Media[/TD]
[TD]569[/TD]
[TD]36[/TD]
[TD]26[/TD]
[TD]365[/TD]
[/TR]
</tbody>[/TABLE]
In my 2nd worksheet the columns/rows are transposed but I need to be able to sum the total of all columns including combining col B & D (3100) for Sourcing etc. without the need to change/add anything to the datasheet. Eg the total for Sourcing/3100 = 757
[TABLE="class: cms_table_grid, width: 200"]
<tbody>[TR]
[TD][/TD]
[TD]Talent[/TD]
[TD]Sourcing[/TD]
[/TR]
[TR]
[TD]3100[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]3587[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Any advise much appreciated.
[TABLE="class: cms_table_grid, width: 200"]
<tbody>[TR]
[TD][/TD]
[TD]3100[/TD]
[TD]3587[/TD]
[TD]3100[/TD]
[TD]3800[/TD]
[/TR]
[TR]
[TD]Talent[/TD]
[TD]200[/TD]
[TD]320[/TD]
[TD]124[/TD]
[TD]256[/TD]
[/TR]
[TR]
[TD]Sourcing[/TD]
[TD]90[/TD]
[TD]77[/TD]
[TD]85[/TD]
[TD]784[/TD]
[/TR]
[TR]
[TD]Media[/TD]
[TD]45[/TD]
[TD]69[/TD]
[TD]30[/TD]
[TD]941[/TD]
[/TR]
[TR]
[TD]Talent[/TD]
[TD]426[/TD]
[TD]25[/TD]
[TD]24[/TD]
[TD]4256[/TD]
[/TR]
[TR]
[TD]Sourcing[/TD]
[TD]497[/TD]
[TD]74[/TD]
[TD]85[/TD]
[TD]287[/TD]
[/TR]
[TR]
[TD]Media[/TD]
[TD]569[/TD]
[TD]36[/TD]
[TD]26[/TD]
[TD]365[/TD]
[/TR]
</tbody>[/TABLE]
In my 2nd worksheet the columns/rows are transposed but I need to be able to sum the total of all columns including combining col B & D (3100) for Sourcing etc. without the need to change/add anything to the datasheet. Eg the total for Sourcing/3100 = 757
[TABLE="class: cms_table_grid, width: 200"]
<tbody>[TR]
[TD][/TD]
[TD]Talent[/TD]
[TD]Sourcing[/TD]
[/TR]
[TR]
[TD]3100[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]3587[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Any advise much appreciated.