help evaluating arguments using functions

D

dave

I have two columns that contain a limited set of text
variables, e.g., col 1 contains A,B,C; col 2 contains
D,E,F.

I want to count the number of times, for example, that D
in col 2 occurs,

given that A but not B or C in col 1 also occurs.

I can't seem to find a formula or combination of formulas
to do this.

Thanks for any help...

Dave
 
M

Mark Graesser

=SUMPRODUCT(--(A2:A20="A"),--(B2:B20="D")

Update references for your sheet

Good Luck
Mark Graesse
(e-mail address removed)

----- dave wrote: ----

I have two columns that contain a limited set of text
variables, e.g., col 1 contains A,B,C; col 2 contains
D,E,F

I want to count the number of times, for example, that D
in col 2 occurs

given that A but not B or C in col 1 also occurs

I can't seem to find a formula or combination of formulas
to do this

Thanks for any help..

Dav
 

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