[TABLE="class: grid, width: 500, align: center"]
<tbody>[TR]
[TD]sentiment score
[/TD]
[TD]1
[/TD]
[TD]1
[/TD]
[TD]0.9
[/TD]
[TD]0.9
[/TD]
[TD]0.8
[/TD]
[TD]0.8
[/TD]
[/TR]
[TR]
[TD]count
[/TD]
[TD]300
[/TD]
[TD]250
[/TD]
[TD]5
[/TD]
[TD]3
[/TD]
[TD]2
[/TD]
[TD]16
[/TD]
[/TR]
</tbody>[/TABLE]
I have a pivot table here with columns equal to sentiment scores.
I would like to sump up distinct values for each sentiment score to get something like this:
[TABLE="class: grid, width: 500, align: center"]
<tbody>[TR]
[TD]sentiment score
[/TD]
[TD]1
[/TD]
[TD]0.9
[/TD]
[TD]0.8
[/TD]
[/TR]
[TR]
[TD]count
[/TD]
[TD]550
[/TD]
[TD]8
[/TD]
[TD]18
[/TD]
[/TR]
</tbody>[/TABLE]
Is this possible for excel 2011 for Mac?
Thanks!
J
<tbody>[TR]
[TD]sentiment score
[/TD]
[TD]1
[/TD]
[TD]1
[/TD]
[TD]0.9
[/TD]
[TD]0.9
[/TD]
[TD]0.8
[/TD]
[TD]0.8
[/TD]
[/TR]
[TR]
[TD]count
[/TD]
[TD]300
[/TD]
[TD]250
[/TD]
[TD]5
[/TD]
[TD]3
[/TD]
[TD]2
[/TD]
[TD]16
[/TD]
[/TR]
</tbody>[/TABLE]
I have a pivot table here with columns equal to sentiment scores.
I would like to sump up distinct values for each sentiment score to get something like this:
[TABLE="class: grid, width: 500, align: center"]
<tbody>[TR]
[TD]sentiment score
[/TD]
[TD]1
[/TD]
[TD]0.9
[/TD]
[TD]0.8
[/TD]
[/TR]
[TR]
[TD]count
[/TD]
[TD]550
[/TD]
[TD]8
[/TD]
[TD]18
[/TD]
[/TR]
</tbody>[/TABLE]
Is this possible for excel 2011 for Mac?
Thanks!
J