I have a table showing test scores and I want to do a summary of the scores on the bottom. I want it to take each row one at a time and show the results from all the columns in that row:
[TYPE FIRST ROW] score of [SCORE FIRST ROW] which is [DESCRIPTIVE RANGE FIRST ROW]
[TYPE SECOND ROW] score of [SCORE SECOND ROW] which is [DESCRIPTIVE RANGE SECOND ROW]
Right now, I can only get it to do this
[TYPE FIRST ROW, SECOND ROW] score of [SCORE FIRST ROW, SECOND ROW] which is [DESCRIPTIVE RANGE FIRST ROW, SECOND ROW]