Pivot Tables

  • Thread starter Thread starter Red Lorakeet
  • Start date Start date
R

Red Lorakeet

Before i post my question am I on the correct board to answer my question?
I've a question on pivot tables and want to make sure I'm in the correct
place.

Thanks
 
Here is my question.

I have a pivot table that does what I want it to except the category field
that is a column field shows two different figures and I would like the
final column to calculate the percentage of one against the other.

For example extract of pivot table is like this:

Calls answered Calls resolved

100 50
100 100

I would like it to do a percentage calc in the final column

Like this:

Calls answered Calls resolved %

100 50 50%
100 100 100%

I've torn my hair out but can't get there.

Any pivot table experts out there please?
 
If both items are in the same field, you can create a calculated item to
show the percentage.

Select the Category field button
On the pivottable toolbar, choose PivotTable >Formulas>Calculated Item
Type a name for the formula, e.g. %Resolved
In the formula box, type your formula, e.g.
='Calls resolved'/ 'Calls answered'
Click OK
Format the new item that appears in the pivot table, to display as percent.
 
Brilliant, brilliant

Been struggling with this all this morning - nearly got there before but
this is the perfect solution.

Thanks so much.
 
You're welcome! Thanks for letting me know that you got it working.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top