andyporter1975
New Member
- Joined
- Feb 3, 2014
- Messages
- 27
Hi,
I need a solution to the following scenario please.
I have 2 worksheets which contains different data around a consistent template. I need to be able to automatically combine these worksheets so that they create a Summary sheet. Examples of what I want to try and achieve is below:
Worksheet 1
<tbody>
</tbody>
Worksheet 2
<tbody>
</tbody>
Summary (a combination of worksheets 1 and 2)
<tbody>
</tbody>
Any help will be greatly appreciated.
I need a solution to the following scenario please.
I have 2 worksheets which contains different data around a consistent template. I need to be able to automatically combine these worksheets so that they create a Summary sheet. Examples of what I want to try and achieve is below:
Worksheet 1
A | B | C | D | ||
1 | Registrations | Q1 | Q2 | Q3 | Q4 |
2 | AB65 123 | Yes | No | No | Yes |
3 | AB65 124 | No | Yes | Yes | No |
4 | AB65 125 | ||||
5 | AB65 126 |
<tbody>
</tbody>
Worksheet 2
A | B | C | D | ||
1 | Registrations | Q1 | Q2 | Q3 | Q4 |
2 | AB65 123 | ||||
3 | AB65 124 | ||||
4 | AB65 125 | No | No | No | No |
5 | AB65 126 | Yes | Yes | Yes | Yes |
<tbody>
</tbody>
Summary (a combination of worksheets 1 and 2)
A | B | C | D | E | |
1 | Registrations | Q1 | Q2 | Q3 | Q4 |
2 | AB65 123 | Yes | No | No | Yes |
3 | AB65 124 | No | Yes | Yes | No |
4 | AB65 125 | No | No | No | No |
5 | AB65 126 | Yes | Yes | Yes | Yes |
<tbody>
</tbody>
Any help will be greatly appreciated.