Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.charting
Pip Pip is offline
external usenet poster
 
Posts: 1
Default Customer Feedback chart

I need to create a customer feedback chart. They have had to complete a
comment card by answering excellent, good, average, poor and bad for a series
of items. How can I input this data into excel and then show the results in a
pie chart?
  #2   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 6,582
Default Customer Feedback chart

The pie chart needs this data:

Excellent XXX
Good XXX
Average XXX
Poor XXX
Bad XXX

Select the data and use the Chart Wizard (chart-like button on the standard
toolbar, or use Insert menu Chart) to create a pie chart.

If your data is like:

CUSTOMER RATING
Customer A Excellent
Customer B Average
Customer C Poor
Customer D Average
Customer E Good
etc.

you can get it into the required format using a pivot table (Data menu),
putting the Rating field into both the row and data areas of the pivot
table, or using formulas:

Put the ratings into a range, say E1:E5, then in F1 enter this formula:

=COUNTIF($B$1:$B$100,E1)

where B1:B100 is the range containing the ratings. Fill this formula down to
F5, and you have a table like that at the top of this reply.

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
http://PeltierTech.com
_______


"Pip" wrote in message
...
I need to create a customer feedback chart. They have had to complete a
comment card by answering excellent, good, average, poor and bad for a
series
of items. How can I input this data into excel and then show the results
in a
pie chart?



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Multiple Excel Charts to PowerPoint mustang25 Charts and Charting in Excel 22 September 2nd 08 05:10 AM
Chart Property Confusion Arturo Charts and Charting in Excel 4 December 16th 05 05:13 AM
Activating a Chart object Hari Prasadh Charts and Charting in Excel 6 August 2nd 05 07:22 PM
I want the bar chart with customer selected colors, green color f. junminliu Charts and Charting in Excel 2 March 20th 05 03:12 PM
Text manipulaion (summarizing customer records) Index function probably not good choice Paul Buob Excel Discussion (Misc queries) 1 February 1st 05 06:41 AM


All times are GMT +1. The time now is 07:07 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"