HI Forum
I've got a question on how to create a summary workbook
Here is what I have.
- about 15 files, all with 20 sheets
- all with different content, but exactly the same structure
Here is what I need:
- 1 file with the same 20 sheets and the same structure but all the cells are summarized
example
file1.xlsx - sheet1
[TABLE="width: 500"]
<tbody>[TR]
[TD]2[/TD]
[TD]3[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]5[/TD]
[/TR]
</tbody>[/TABLE]
file2.xlsx - sheet1
[TABLE="width: 500"]
<tbody>[TR]
[TD]6[/TD]
[TD]7[/TD]
[/TR]
[TR]
[TD]8[/TD]
[TD]9[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
The result shoul be
result.xlsx - sheet1
[TABLE="width: 500"]
<tbody>[TR]
[TD]8[/TD]
[TD]10[/TD]
[/TR]
[TR]
[TD]12[/TD]
[TD]14[/TD]
[/TR]
</tbody>[/TABLE]
just i a very bigger picture of 20 sheets
the rage of value is roughly A2:G35 and I've got 15 files
Can anyboby help me with that?
Thanks a lot
I've got a question on how to create a summary workbook
Here is what I have.
- about 15 files, all with 20 sheets
- all with different content, but exactly the same structure
Here is what I need:
- 1 file with the same 20 sheets and the same structure but all the cells are summarized
example
file1.xlsx - sheet1
[TABLE="width: 500"]
<tbody>[TR]
[TD]2[/TD]
[TD]3[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]5[/TD]
[/TR]
</tbody>[/TABLE]
file2.xlsx - sheet1
[TABLE="width: 500"]
<tbody>[TR]
[TD]6[/TD]
[TD]7[/TD]
[/TR]
[TR]
[TD]8[/TD]
[TD]9[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
The result shoul be
result.xlsx - sheet1
[TABLE="width: 500"]
<tbody>[TR]
[TD]8[/TD]
[TD]10[/TD]
[/TR]
[TR]
[TD]12[/TD]
[TD]14[/TD]
[/TR]
</tbody>[/TABLE]
just i a very bigger picture of 20 sheets
the rage of value is roughly A2:G35 and I've got 15 files
Can anyboby help me with that?
Thanks a lot