Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Summing only distinct deals

Suppose my table lists some deals multiple times. In the example below Deal B is listed twice.

  

  

Deal  ID Deal $ Total
A5000
B7000
B7000
C2000

I want my pivot to sum only distinct deal IDs. In other words I want deal B to count only once so the total $ of all deals combined is 5k+7k+2k=14k vs. 21k. Is there an easy way to do this in a pivot?  thank you.

1 Reply
vishsaggi
Champion III
Champion III

Just use Sum(DISTINCT Deal$)