Thread
:
Formula help for beginner
View Single Post
#
2
Posted to microsoft.public.excel.worksheet.functions
Don Guillett[_2_]
external usenet poster
Posts: 1,522
Formula help for beginner
=SUMPRODUCT((D2:D6={"paid","cheque"})*C2:C6)
--
Don Guillett
Microsoft MVP Excel
SalesAid Software
"Wincleaner" wrote in message
...
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
Reply With Quote
Don Guillett[_2_]
View Public Profile
Find all posts by Don Guillett[_2_]