purplesamcat
New Member
- Joined
- Feb 8, 2013
- Messages
- 15
I have a spreadsheet with:
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Tier[/TD]
[TD]Company Name[/TD]
[TD]Company Revenue[/TD]
[TD]Product Line[/TD]
[TD]Product $[/TD]
[/TR]
[TR]
[TD]Top[/TD]
[TD]ABC[/TD]
[TD]$15,000,000[/TD]
[TD]Product 1[/TD]
[TD]$45[/TD]
[/TR]
[TR]
[TD]SMB[/TD]
[TD]DEF[/TD]
[TD]$7,000,000[/TD]
[TD]Product 2[/TD]
[TD]$50[/TD]
[/TR]
[TR]
[TD]Regional[/TD]
[TD]GHI[/TD]
[TD]$27,000,000[/TD]
[TD]Product 1[/TD]
[TD]$100[/TD]
[/TR]
[TR]
[TD]Top[/TD]
[TD]ABC[/TD]
[TD]$15,000,000[/TD]
[TD]Product 2[/TD]
[TD]$100[/TD]
[/TR]
[TR]
[TD]Top[/TD]
[TD]ABC[/TD]
[TD]$15,000,000[/TD]
[TD]Product 1[/TD]
[TD]$75[/TD]
[/TR]
[TR]
[TD]Top[/TD]
[TD]JKL[/TD]
[TD]$25,000,000[/TD]
[TD]Product 1[/TD]
[TD]$25[/TD]
[/TR]
[TR]
[TD]etc.[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I want a report that shows Total Company Revenue by Tier without duplicate counting (I have 6,000 lines)
When I run a pivot report.... it sums the Company Revenue..... I could do Averages but then the total is the average too.... Like to End up with a report that shows
[TABLE="width: 500"]
<tbody>[TR]
[TD]Tier[/TD]
[TD]Company Revenue[/TD]
[TD]Total Product $[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Top[/TD]
[TD]$40,000,000[/TD]
[TD]$245[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Regional[/TD]
[TD]$27,000,000[/TD]
[TD]$100[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]etc[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Tier[/TD]
[TD]Company Name[/TD]
[TD]Company Revenue[/TD]
[TD]Product Line[/TD]
[TD]Product $[/TD]
[/TR]
[TR]
[TD]Top[/TD]
[TD]ABC[/TD]
[TD]$15,000,000[/TD]
[TD]Product 1[/TD]
[TD]$45[/TD]
[/TR]
[TR]
[TD]SMB[/TD]
[TD]DEF[/TD]
[TD]$7,000,000[/TD]
[TD]Product 2[/TD]
[TD]$50[/TD]
[/TR]
[TR]
[TD]Regional[/TD]
[TD]GHI[/TD]
[TD]$27,000,000[/TD]
[TD]Product 1[/TD]
[TD]$100[/TD]
[/TR]
[TR]
[TD]Top[/TD]
[TD]ABC[/TD]
[TD]$15,000,000[/TD]
[TD]Product 2[/TD]
[TD]$100[/TD]
[/TR]
[TR]
[TD]Top[/TD]
[TD]ABC[/TD]
[TD]$15,000,000[/TD]
[TD]Product 1[/TD]
[TD]$75[/TD]
[/TR]
[TR]
[TD]Top[/TD]
[TD]JKL[/TD]
[TD]$25,000,000[/TD]
[TD]Product 1[/TD]
[TD]$25[/TD]
[/TR]
[TR]
[TD]etc.[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I want a report that shows Total Company Revenue by Tier without duplicate counting (I have 6,000 lines)
When I run a pivot report.... it sums the Company Revenue..... I could do Averages but then the total is the average too.... Like to End up with a report that shows
[TABLE="width: 500"]
<tbody>[TR]
[TD]Tier[/TD]
[TD]Company Revenue[/TD]
[TD]Total Product $[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Top[/TD]
[TD]$40,000,000[/TD]
[TD]$245[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Regional[/TD]
[TD]$27,000,000[/TD]
[TD]$100[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]etc[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]