Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Calculate % of Total

Status
Not open for further replies.

pwomack

Technical User
Apr 16, 2005
121
US
Using Actuate e.Spreadsheet Designer 8 Service Pack 1.

I have a pivot table that displays as such:

Code:
[u]Product Status Count[/u]
hammer  new     10
        used    15
        lost    20
hammer total    45

wrench  new      5
        used    10
        lost    20
wrench total    35
I want to show a % of total for each status for each product, such as:
Code:
[u]Product Status Count % Total[/u]
hammer   new    10    [COLOR=red]22.22[/color red]
         used   15    [COLOR=red]33.33[/color red]
         lost   20    [COLOR=red]44.44[/color red]
hammer total 45

wrench   new     5    [COLOR=red]14.28[/color red]
         used   10    [COLOR=red]28.57[/color red]
         lost   20    [COLOR=red]57.14[/color red]
wrench total 35
Can someone tell me what steps I need to do to get the % of total?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top