help evaluating arguments using functions

  • Thread starter Thread starter dave
  • Start date Start date
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
 
=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
 
Back
Top