Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hello. I am trying to use a formula that will sum a colum if the
criteria in one column equals a cell and the criteria in another column equals another cell. Example: =SUMIF($A$11:$A$10000,$A$1,SUMIF($B$11:$B$10000,A3 ,$O$10000)) This funtion does not work, but it gives an idea of what I need to do. Any idea how to make this happen? Thanks |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Sorry, I missed an element of the final string of the formula. It
would read like below: =SUMIF($A$11:$A$10000,$A$1,SUMIF($B$11:$B$10000,A3 ,$O$11:$O$10000)) Thanks again |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
Depending on exactly what you are trying to do you probably can't do a multi-condition SUMIF unless you are using Excel 2007, in which case look at the SUMIFS function. In 2003 and earlier we would use an array SUM or SUMPRODUCT function to do this: =SUMPRODUCT(($A$11:$A$10000=$A$1)*($B$11:$B$10000= A3)*($O$11:$O$10000)) There are other variations of this, but this is a start. -- Cheers, Shane Devenshire " wrote: Sorry, I missed an element of the final string of the formula. It would read like below: =SUMIF($A$11:$A$10000,$A$1,SUMIF($B$11:$B$10000,A3 ,$O$11:$O$10000)) Thanks again |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thank you
|
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to nest a left function within a sumif function? | Excel Worksheet Functions | |||
How to nest functions with SUMIF function in excel | Excel Worksheet Functions | |||
Nest IF....maybe? IF/AND?? | Excel Discussion (Misc queries) | |||
NEST A IF WITHIN A IF | Excel Worksheet Functions | |||
can you nest sumif functions ? | Excel Worksheet Functions |