How do I create a Pie Chart from a LIST of Data?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a list of Data:

DATA
a
b
b
c
c

How do I create a chart from this data to show:
a 20%
b 40%
C 40%

Do I have to perform separate calculations, or is there a way this will just
work?
Thanks,
Jim
 
Back
Top