Creating a pie chart in Excel

  • Thread starter Thread starter Kelly Wagner
  • Start date Start date
K

Kelly Wagner

Hi,

I have an excel sheet with 1 column.

Fields in this column can have either a "Yes" value or a "No" value.

I would like to make a pie chart where all the "Yes" would be in 1
color and the "No" in another color.

Is this possible with Excel?

Thanks,
Jeremy Pullicino
 
Kelly

If your column is A, then in B2 enter

=COUNTIF(A:A,"Yes")

and in B3 enter

=COUNTIF(A:A,"No")

and chart that

HTH

Nick Hodge
 

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