
Signature
Don Guillett
Microsoft MVP Excel
SalesAid Software
dguillett1@austin.rr.com
I am inserting this formula in p17. In my original formula I have
bjh, but I need to change this somehow to o17 in order to drag down.
Do I just substitute bjh for o17? I tried it and it didn't work.
I appreciate your help.
>I just re-read and it does work and you can certainly copy down where cell
>o17 contains bjh
>If o18=sam then it would look for sam in col K. If you want it to look for
>bjh for 50 use $o$17 to make the reference absolute or just name it and use
>that. BTW, * or , both seem to work.
Don Guillett - 21 Nov 2007 22:42 GMT
Post YOUR formula efforts
Both do the same
=SUMPRODUCT(--($C$1:$C$200<>"")*--($K$1:$K$200=O2))
=SUMPRODUCT(--($C$1:$C$200<>"")*--($K$1:$K$200="bjh"))

Signature
Don Guillett
Microsoft MVP Excel
SalesAid Software
dguillett1@austin.rr.com
>I am inserting this formula in p17. In my original formula I have
> bjh, but I need to change this somehow to o17 in order to drag down.
[quoted text clipped - 8 lines]
>>use
>>that. BTW, * or , both seem to work.
Peter - 23 Nov 2007 10:05 GMT
Thank you for your patience. I found my error. I was putting
quotation marks around the o2 and getting a zero value. Now it works
fine.
Thanks again.
>Post YOUR formula efforts
>Both do the same
>=SUMPRODUCT(--($C$1:$C$200<>"")*--($K$1:$K$200=O2))
>=SUMPRODUCT(--($C$1:$C$200<>"")*--($K$1:$K$200="bjh"))
Don Guillett - 23 Nov 2007 14:40 GMT
Glad you finally got it sorted.

Signature
Don Guillett
Microsoft MVP Excel
SalesAid Software
dguillett1@austin.rr.com
> Thank you for your patience. I found my error. I was putting
> quotation marks around the o2 and getting a zero value. Now it works
[quoted text clipped - 6 lines]
>>=SUMPRODUCT(--($C$1:$C$200<>"")*--($K$1:$K$200=O2))
>>=SUMPRODUCT(--($C$1:$C$200<>"")*--($K$1:$K$200="bjh"))