Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
How do i create a SUMIF formula for two variables in two columns?
I have a finance spreasheet and i want to add the cost of all of a certain type of item from a certain week. Do I use the AND function and SUMIF? How do I fit the AND formula in? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
I posted a similar question and went for Sumproduct, have a look at my posting and replies of yesterday. "luciemaxine" wrote in message ... How do i create a SUMIF formula for two variables in two columns? I have a finance spreasheet and i want to add the cost of all of a certain type of item from a certain week. Do I use the AND function and SUMIF? How do I fit the AND formula in? |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Here's a response to a similar question:
=sumproduct(--(a1:a100="UO"),--(b1:b100="Creative Technology")) Adjust the ranges to match--but you can't use whole columns. =sumproduct() likes to work with numbers. The -- stuff changes trues and falses to 1's and 0's. Bob Phillips explains =sumproduct() in much more detail he http://www.xldynamic.com/source/xld.SUMPRODUCT.html And J.E. McGimpsey has some notes at: http://mcgimpsey.com/excel/formulae/doubleneg.html luciemaxine wrote: How do i create a SUMIF formula for two variables in two columns? I have a finance spreasheet and i want to add the cost of all of a certain type of item from a certain week. Do I use the AND function and SUMIF? How do I fit the AND formula in? -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Find value in array | Excel Worksheet Functions | |||
formula to stay fixed on two columns as you add more columns | Excel Discussion (Misc queries) | |||
SUMIF where values to be summed are formula | Excel Worksheet Functions | |||
sumif formula returns incorrect value | Excel Worksheet Functions | |||
Formula checking multiple worksheets | Excel Worksheet Functions |