Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
The SUMIF formula works fine if I have only one criteria.
Is it possible to have 2 or more? For a Sales Statistik I have in one column the months and in another the code for an article. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Look at SUMPRODUCT:
=SUMPRODUCT((A1:A100=month)*(B1:B100=code)*(C1:C10 0)) HTH "Tatebana" wrote: The SUMIF formula works fine if I have only one criteria. Is it possible to have 2 or more? For a Sales Statistik I have in one column the months and in another the code for an article. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Sumif() help | Excel Worksheet Functions | |||
sumif with or | Excel Worksheet Functions | |||
Embedding a Sumif in a sumif | Excel Worksheet Functions | |||
nested sumif or sumif with two criteria | Excel Worksheet Functions | |||
SUMIF - Range name to used for the "sum_range" portion of a SUMIF function | Excel Worksheet Functions |