How many in column

  • Thread starter Thread starter Guest
  • Start date Start date
I have a column of colors:

White
Red
Yellow
Yellow
Black
Red
White
Red
Red
Black
Black
Black
White
White
White

Is there a formula for determining how many of each color appear in
the column?

Thanks in advance.
 
Thank-you. I have two worksheets, "Data" and "Summary" the "Data"
sheet contains all the colors information. I would like to place this
formula in the "Summary" sheet.

How do I modify this formula so that it can show up in the summary
sheet?

Thanks again. I am very new to all this.
 
Just add the name of the sheet

=COUNTIF(Data!A2:A2000,"White")

Alok Joshi
 

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