I modified it a little and it worked GREAT!. Now I wanted to expanded the
second part to
=SUMPRODUCT((C6:C73="U-19")*1,(J6:K73="Elton S")*1) but it won't allow me to
do that. i get a #value error. Is it because i am trying to do 2 columns???
The J6:K73 is the error. can you help??
> > Help
> > Open this screen wide...
[quoted text clipped - 27 lines]
> Regards,
> Per
Dave Peterson - 26 May 2008 22:26 GMT
I'm not sure what happens if J6 and K6 are both "Elton S" (and C6="U-19"), but
maybe one of these:
Counts it twice:
=SUMPRODUCT((C6:C73="U-19")*(J6:K73="Elton S"))
or
Counts it as one:
=SUMPRODUCT((C6:C73="U-19")*(((J6:J73="Elton S")+(K6:K73="Elton S"))>0))
> I modified it a little and it worked GREAT!. Now I wanted to expanded the
> second part to
[quoted text clipped - 33 lines]
> > Regards,
> > Per

Signature
Dave Peterson
Per Jessen - 26 May 2008 22:44 GMT
Hi
You can only use one column.
Try this instead:
=SUMPRODUCT((C6:C73="U-19")*1,(J6:J73="Elton
S")*1)+SUMPRODUCT((C6:C73="U-19")*1,(K6:K73="Elton S")*1)
Regards,
Per
> I modified it a little and it worked GREAT!. Now I wanted to expanded the
> second part to
[quoted text clipped - 35 lines]
>
> - Vis tekst i anførselstegn -
Airchief - 27 May 2008 01:55 GMT
Per
I got the same #value erros mess. I tried several thing but same erro.
> Hi
>
[quoted text clipped - 46 lines]
> >
> > - Vis tekst i anførselstegn -
Dave Peterson - 27 May 2008 02:16 GMT
Do you have any errors in those ranges?
> Per
> I got the same #value erros mess. I tried several thing but same erro.
[quoted text clipped - 49 lines]
> > >
> > > - Vis tekst i anførselstegn -

Signature
Dave Peterson
Airchief - 27 May 2008 03:08 GMT
Dave,
I use this formula you gave me and seems to work..
=SUMPRODUCT((C6:C73="U-19")*1,(J6:J73="Elton
S")*1)+SUMPRODUCT((C6:C73="U-19")*1,(K6:K73="Elton S")*1)
> Do you have any errors in those ranges?
>
[quoted text clipped - 51 lines]
> > > >
> > > > - Vis tekst i anførselstegn -
Dave Peterson - 27 May 2008 03:37 GMT
That wasn't the formula I suggested.
Both the suggestions that I made worked ok for me.
> Dave,
> I use this formula you gave me and seems to work..
[quoted text clipped - 61 lines]
> >
> > Dave Peterson

Signature
Dave Peterson
Airchief - 27 May 2008 04:10 GMT
All I can say is MANY THANK YOUs. I have tried all week to get it to work and
you gave me the formula to make it work. I thank you so MUCH!!!
> That wasn't the formula I suggested.
>
[quoted text clipped - 65 lines]
> > >
> > > Dave Peterson