=SUMPRODUCT((D2

6={"paid","cheque"})*C2:C6)
--
Don Guillett
Microsoft MVP Excel
SalesAid Software
(E-Mail Removed)
"Wincleaner" <(E-Mail Removed)> wrote in message
news:A5AE0180-2D79-4B6E-9790-(E-Mail Removed)...
> Hello,
>
> All I want to do is
>
> Column C is an amount
> Column D is a drop down list of Paid, Unpaid, Cheque
>
> If Column D = Paid or Cheque I want to calc the sum of the corresponding C
> amounts
>
> C D
> 5 Paid
> 5 Cheque
> 5 Unpaid
> 5 Unpaid
> 10 Paid
>
> total = £20
>
> Thanks