count unique fields

M

megz12

In a row I have 4 to 5 unique fields, that can appear in more than 1 column.
I have a function to count all the text fields but I would like them
separated into unique counts.

Exp: blue red green red red blue green green = how many red, how many
green, etc. I would like each result in a different cell.

Thanks I am sure this is simple, but it doesn't seem to be working out.
 
F

FSt1

hi
countif....
=countif(A1:G1,"red")

you will need a countif forumula for each unique value.

Regards
FSt1
 

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

Top