countif

M

mikesteven

I have first names listed is column "A" and last names listed in column "B".
I have a counif statement in column "C" giving me a total count of each name
using last name. Example-countif(B2:B300,"jones"). I have run into a problem
where people have the same last name and now I need to use the first name
with the last name to get the count. How can I set up my counif statement to
use the first and last name and then give me a count total. I tried
countif(B2:B300,"jones")+ countif(a2:a300,"steve"). This did not work. Any
help would be appreciated.

Thanks,
 

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