SUMIFS-time criteria/month
You could try:
=SUMPRODUCT(--(MONTH(B2:B100)=1),--(C2:C100="xD"),(D2:D100))
Feel free to replace the hard callouts (1, "xD") with cell references. Just
make sure the array sizes are the same size throughout the function.
--
Best Regards,
Luke M
*Remember to click "yes" if this post helped you!*
"Petran" wrote:
Hi all!
I have a sheet where i have
Column A: orders
Column B: date of the order
Column C:Type of product
Column D:Amount
I want to SUM the amount (D) of some of the type of products (xD) per month
(B).
My collumn B has dates in the following format : DD-MM-YYYY
Could anyone help me how to write the function? how should i write it in
SUMIFS function in order to calculate only the orders i got for the product
type X per months?
Any idea? Any other function maybe??
Thanks in advance
|