Thread
:
need a formula to get the total $ amount
View Single Post
#
2
Posted to microsoft.public.excel.misc
Don Guillett
external usenet poster
Posts: 10,124
need a formula to get the total $ amount
=sumproduct((month(a2:a22)=1)*(b2:b22="Vendor")*c2 :c22)
--
Don Guillett
SalesAid Software
"FPJ" wrote in message
...
Hi,
I have a worksheet that look like this:
A B C
1/2/2006 Vendor $150
1/5/2006 Tooling $210
1/28/2006 Vendor $60
2/12/2006 Vendor $190
2/22/2006 Tooling $200
3/14/2006 Vendor $153
I'd like to get the total $ cost of vendor in the month of Jan.
Please help on how to write the formula.
Thanks in advance.
Reply With Quote
Don Guillett
View Public Profile
Find all posts by Don Guillett