excel formula

D

D

Scenario is this: have excel table with multiple columns
and several hundred records. Each individual column may
have repeated value (Text, no numbers. Say column A
contains text values of "A, B, C, D, E, etc., (duplicates
allowed) and column B contains a list of names (duplicates
allowed).

What I want to be able to do is find the total number of
value "C" in Column A that is associated with the city in
column B. I assume it may require a count, countif, and
or andif command. I just can't combine the search on two
columns to get the result.
 
B

Bob Tulk

Insert a third column with a formula like =A1&B1. Then
do a sumif on these values.
 
D

D

Didn't seem to work. I don't think I explained what I am
trying to do very well. So, what I want to do is
something like:

Count(A:A) if (A:A = "xx") and (B:B = "yy")

I'm just starting to work with multiple expressions in
formulas and don't know the proper use of operators. Any
suggestions are appreciated.

D
 
D

D

Thanks. Worked fine on the real worksheet.
D
-----Original Message-----
Thanks. It seems to work on a dummy worksheet. I'll have
to try it on the real one.

D column search
.
 

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