Excel - Pivot table where multiple fields are seen as a single field
up vote
1
down vote
favorite
I have data similar to the below
Forename | Surname | ID | Role
-------------------------------
Jo | Bloggs | 1 | A
Jo | Bloggs | 1 | B
Jo | Bloggs | 1 | C
Mary | Bloggs | 2 | A
Mary | Bloggs | 2 | B
Mary | Bloggs | 2 | C
Mary | Bloggs | 2 | D
Mary | Bloggs | 2 | E
The pivot would result in the below
Details | A | B | C | D | E
1 Jo Bloggs | X | X | X | |
1 Mary Bloggs | X | X | X | X | X
microsoft-excel pivot-table
add a comment |
up vote
1
down vote
favorite
I have data similar to the below
Forename | Surname | ID | Role
-------------------------------
Jo | Bloggs | 1 | A
Jo | Bloggs | 1 | B
Jo | Bloggs | 1 | C
Mary | Bloggs | 2 | A
Mary | Bloggs | 2 | B
Mary | Bloggs | 2 | C
Mary | Bloggs | 2 | D
Mary | Bloggs | 2 | E
The pivot would result in the below
Details | A | B | C | D | E
1 Jo Bloggs | X | X | X | |
1 Mary Bloggs | X | X | X | X | X
microsoft-excel pivot-table
Could you add a helper column concatating ID, Forename and Surname then pivot on that?
– Mark Fitzgerald
Nov 28 at 14:06
In hindsight yes but I might need to expand my answer. Would there be no opportunity to have the columns separated out?
– pee2pee
Nov 28 at 14:49
add a comment |
up vote
1
down vote
favorite
up vote
1
down vote
favorite
I have data similar to the below
Forename | Surname | ID | Role
-------------------------------
Jo | Bloggs | 1 | A
Jo | Bloggs | 1 | B
Jo | Bloggs | 1 | C
Mary | Bloggs | 2 | A
Mary | Bloggs | 2 | B
Mary | Bloggs | 2 | C
Mary | Bloggs | 2 | D
Mary | Bloggs | 2 | E
The pivot would result in the below
Details | A | B | C | D | E
1 Jo Bloggs | X | X | X | |
1 Mary Bloggs | X | X | X | X | X
microsoft-excel pivot-table
I have data similar to the below
Forename | Surname | ID | Role
-------------------------------
Jo | Bloggs | 1 | A
Jo | Bloggs | 1 | B
Jo | Bloggs | 1 | C
Mary | Bloggs | 2 | A
Mary | Bloggs | 2 | B
Mary | Bloggs | 2 | C
Mary | Bloggs | 2 | D
Mary | Bloggs | 2 | E
The pivot would result in the below
Details | A | B | C | D | E
1 Jo Bloggs | X | X | X | |
1 Mary Bloggs | X | X | X | X | X
microsoft-excel pivot-table
microsoft-excel pivot-table
edited Nov 28 at 16:29
Mureinik
2,25151525
2,25151525
asked Nov 28 at 11:36
pee2pee
1215
1215
Could you add a helper column concatating ID, Forename and Surname then pivot on that?
– Mark Fitzgerald
Nov 28 at 14:06
In hindsight yes but I might need to expand my answer. Would there be no opportunity to have the columns separated out?
– pee2pee
Nov 28 at 14:49
add a comment |
Could you add a helper column concatating ID, Forename and Surname then pivot on that?
– Mark Fitzgerald
Nov 28 at 14:06
In hindsight yes but I might need to expand my answer. Would there be no opportunity to have the columns separated out?
– pee2pee
Nov 28 at 14:49
Could you add a helper column concatating ID, Forename and Surname then pivot on that?
– Mark Fitzgerald
Nov 28 at 14:06
Could you add a helper column concatating ID, Forename and Surname then pivot on that?
– Mark Fitzgerald
Nov 28 at 14:06
In hindsight yes but I might need to expand my answer. Would there be no opportunity to have the columns separated out?
– pee2pee
Nov 28 at 14:49
In hindsight yes but I might need to expand my answer. Would there be no opportunity to have the columns separated out?
– pee2pee
Nov 28 at 14:49
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1379060%2fexcel-pivot-table-where-multiple-fields-are-seen-as-a-single-field%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Could you add a helper column concatating ID, Forename and Surname then pivot on that?
– Mark Fitzgerald
Nov 28 at 14:06
In hindsight yes but I might need to expand my answer. Would there be no opportunity to have the columns separated out?
– pee2pee
Nov 28 at 14:49