Hi there,
If I have a static table that I want to create a summary from.
For e.g.
A B C
1 Andy M 23
2 Mary F 46
3 Mike M 17
4 Beck F 35
5 Tom M 29
Column A is static, so I want to create a summary table below it with only entries in column B that match 'M' which also includes column A, B & C data too?
So my table summary should look something like this
A B C
10 Andy M 23
11 Mike M 17
12 Tom M 29
Any ideas?
If I have a static table that I want to create a summary from.
For e.g.
A B C
1 Andy M 23
2 Mary F 46
3 Mike M 17
4 Beck F 35
5 Tom M 29
Column A is static, so I want to create a summary table below it with only entries in column B that match 'M' which also includes column A, B & C data too?
So my table summary should look something like this
A B C
10 Andy M 23
11 Mike M 17
12 Tom M 29
Any ideas?