B
BillE
I want to create a pivot table with a string value in the data portion.
In my case, I am presenting test results in the spreadsheet.
The row headers are the student name and test date/time.
The column headers are the questions in the test.
The data should display the character response to the question referenced in
the column header.
For example, a test might have the question "where do you live" (a column
header), and the answer is "USA" (the data).
The spreadsheet contains four columns: Name, TestDate, Question, Answer
I want to create a pivot table with the student name and test date in the
row header; the question ("where do you live") as the column header; and the
answer ("USA") in the data cell.
It seems that I am only permitted to use aggregate functions for the data
portion, like COUNT of Answer.
Can I do this?
Thanks
bill
In my case, I am presenting test results in the spreadsheet.
The row headers are the student name and test date/time.
The column headers are the questions in the test.
The data should display the character response to the question referenced in
the column header.
For example, a test might have the question "where do you live" (a column
header), and the answer is "USA" (the data).
The spreadsheet contains four columns: Name, TestDate, Question, Answer
I want to create a pivot table with the student name and test date in the
row header; the question ("where do you live") as the column header; and the
answer ("USA") in the data cell.
It seems that I am only permitted to use aggregate functions for the data
portion, like COUNT of Answer.
Can I do this?
Thanks
bill