ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   SUMIF WITH MULTIPLE CRITERIA (https://www.excelbanter.com/excel-discussion-misc-queries/123716-sumif-multiple-criteria.html)

Franko

SUMIF WITH MULTIPLE CRITERIA
 
Can anyone help??

I am trying to get sales data for each month from a worksheet and total it.

e.g I have ColumnA=Month, ColumnB=Transaction type, ColumnC= Amount

What i am trying to do is sum the values of column C but only if column A=
"JANUARY" ...... but ..... i also do not want the total if Column B =
"invoice", regardless of it being in Jan

i.e. the totals for jan and not invoice.

Any ideas on how to expand the criteria cus it seems beyond me!!

So far i have:

=SUMIF(Worksheet!$A$6:$A$1000,"JANUARY",Worksheet! $C$6:$C$1000)

I hope it is possible and thanks for trying

Bob Phillips

SUMIF WITH MULTIPLE CRITERIA
 

=SUMPRODUCT(--(Worksheet!$A$6:$A$1000="JANUARY"),--(Worksheet!$B$6:$B$1000<"Invoice"),Worksheet!$C$6 :$C$1000)

--
---
HTH

Bob

(change the xxxx to gmail if mailing direct)


"franko" wrote in message
...
Can anyone help??

I am trying to get sales data for each month from a worksheet and total
it.

e.g I have ColumnA=Month, ColumnB=Transaction type, ColumnC= Amount

What i am trying to do is sum the values of column C but only if column A=
"JANUARY" ...... but ..... i also do not want the total if Column B =
"invoice", regardless of it being in Jan

i.e. the totals for jan and not invoice.

Any ideas on how to expand the criteria cus it seems beyond me!!

So far i have:

=SUMIF(Worksheet!$A$6:$A$1000,"JANUARY",Worksheet! $C$6:$C$1000)

I hope it is possible and thanks for trying




Muhammed Rafeek M

SUMIF WITH MULTIPLE CRITERIA
 
Try this one
=SUMPRODUCT((A2:A100="JANUARY")*(B2:B100<"invoice "),C2:C100)

pls do rate

"franko" wrote:

Can anyone help??

I am trying to get sales data for each month from a worksheet and total it.

e.g I have ColumnA=Month, ColumnB=Transaction type, ColumnC= Amount

What i am trying to do is sum the values of column C but only if column A=
"JANUARY" ...... but ..... i also do not want the total if Column B =
"invoice", regardless of it being in Jan

i.e. the totals for jan and not invoice.

Any ideas on how to expand the criteria cus it seems beyond me!!

So far i have:

=SUMIF(Worksheet!$A$6:$A$1000,"JANUARY",Worksheet! $C$6:$C$1000)

I hope it is possible and thanks for trying


Franko

SUMIF WITH MULTIPLE CRITERIA
 


Sumproduct..... Thanks guys that works perfectly.



"Bob Phillips" wrote:


=SUMPRODUCT(--(Worksheet!$A$6:$A$1000="JANUARY"),--(Worksheet!$B$6:$B$1000<"Invoice"),Worksheet!$C$6 :$C$1000)

--
---
HTH

Bob

(change the xxxx to gmail if mailing direct)


"franko" wrote in message
...
Can anyone help??

I am trying to get sales data for each month from a worksheet and total
it.

e.g I have ColumnA=Month, ColumnB=Transaction type, ColumnC= Amount

What i am trying to do is sum the values of column C but only if column A=
"JANUARY" ...... but ..... i also do not want the total if Column B =
"invoice", regardless of it being in Jan

i.e. the totals for jan and not invoice.

Any ideas on how to expand the criteria cus it seems beyond me!!

So far i have:

=SUMIF(Worksheet!$A$6:$A$1000,"JANUARY",Worksheet! $C$6:$C$1000)

I hope it is possible and thanks for trying






All times are GMT +1. The time now is 12:34 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com