Jennifer, try this
=SUMPRODUCT(--('Sales record'!$A$2:$A$30='Paddle owners'!A2)*('Sales
record'!$D$2:$D$30))
enter this on the paddle owners sheet in row 2 and copy down. Change the
range to suit just make sure that the both columns, A & D have the same
number of rows.
Regards
Peter
> I posted this in the general questions but it's better suited for here:
>
[quoted text clipped - 15 lines]
>
> Thanks
Jennifer - 10 May 2008 23:55 GMT
This is PERFECT! Thank you!
> Jennifer, try this
>
[quoted text clipped - 27 lines]
> >
> > Thanks
Bob Phillips - 11 May 2008 00:55 GMT
No need for -- and *, you are doing the same job twice.
Either
=SUMPRODUCT(--('Sales record'!$A$2:$A$30='Paddle owners'!A2),--('Sales
record'!$D$2:$D$30))
or
=SUMPRODUCT(('Sales record'!$A$2:$A$30='Paddle owners'!A2)*('Sales
record'!$D$2:$D$30))
is sufficient

Signature
HTH
Bob
(there's no email, no snail mail, but somewhere should be gmail in my addy)
> Jennifer, try this
>
[quoted text clipped - 33 lines]
>>
>> Thanks