One way:
=SUMPRODUCT((A2:A6="Germany")*(B2:B6="Bike"),C2:C6)
Should there be more than 1 instance of Germany & Bike in the same row
within the range, the expression will return the sum of values.

Signature
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
> Hi
>
[quoted text clipped - 10 lines]
>
> regards
AFA - 19 Sep 2007 03:42 GMT
Hi Max,
thanks for the answer.
> One way:
> =SUMPRODUCT((A2:A6="Germany")*(B2:B6="Bike"),C2:C6)
[quoted text clipped - 15 lines]
> >
> > regards
Max - 19 Sep 2007 03:53 GMT
welcome, AFA.

Signature
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
> Hi Max,
> thanks for the answer.