Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello,
I need to get a subtotal by 2 criteria and display that. So for example a subtotal which displays the total of all fords bought in april. Anyone know how to do this? Many Thanks Sean |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Use SUMPRODUCT:
=SUMPRODUCT(--(B1:B20="Ford"),--(MONTH(A1:A20)=4)) HTH "sean_f" wrote: Hello, I need to get a subtotal by 2 criteria and display that. So for example a subtotal which displays the total of all fords bought in april. Anyone know how to do this? Many Thanks Sean |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Check out this link...
http://www.xldynamic.com/source/xld.SUMPRODUCT.html -- HTH... Jim Thomlinson "sean_f" wrote: Hello, I need to get a subtotal by 2 criteria and display that. So for example a subtotal which displays the total of all fords bought in april. Anyone know how to do this? Many Thanks Sean |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Subtotal function with an If criteria | Excel Discussion (Misc queries) | |||
Subtotal by 2 different criteria | Excel Worksheet Functions | |||
Subtotal with additional criteria | Excel Worksheet Functions | |||
SUBTOTAL and then count with criteria | Excel Worksheet Functions | |||
Subtotal function with Criteria | Excel Programming |