Hi everyone,
I have about 30 sheets that contain tables like below
[TABLE="width: 500"]
<tbody>[TR]
[TD]Code[/TD]
[TD]Value[/TD]
[/TR]
[TR]
[TD]0201[/TD]
[TD]12000[/TD]
[/TR]
[TR]
[TD]0201[/TD]
[TD]21400[/TD]
[/TR]
[TR]
[TD]0202[/TD]
[TD]14000[/TD]
[/TR]
</tbody>[/TABLE]
...
I have a summary table containing all codes in a different workbook .what I want to have is the sum of values of each code in the summary table.
please bear in mind that they are on several sheets and I want the sum of them.(All codes are in column a and all values are in column E)
for example
[TABLE="width: 500"]
<tbody>[TR]
[TD]Code[/TD]
[TD]Value[/TD]
[/TR]
[TR]
[TD]0201[/TD]
[TD]33400[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Thanks a lot in advance
I have about 30 sheets that contain tables like below
[TABLE="width: 500"]
<tbody>[TR]
[TD]Code[/TD]
[TD]Value[/TD]
[/TR]
[TR]
[TD]0201[/TD]
[TD]12000[/TD]
[/TR]
[TR]
[TD]0201[/TD]
[TD]21400[/TD]
[/TR]
[TR]
[TD]0202[/TD]
[TD]14000[/TD]
[/TR]
</tbody>[/TABLE]
...
I have a summary table containing all codes in a different workbook .what I want to have is the sum of values of each code in the summary table.
please bear in mind that they are on several sheets and I want the sum of them.(All codes are in column a and all values are in column E)
for example
[TABLE="width: 500"]
<tbody>[TR]
[TD]Code[/TD]
[TD]Value[/TD]
[/TR]
[TR]
[TD]0201[/TD]
[TD]33400[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Thanks a lot in advance