Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
before i have used the {sum(if(a=b)*(c=d),a:z,false)}
I know the formula says if a=b AND c=d then sum a:z Is it possible to do a=b OR c=d then sum a:z? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=IF(OR(A=B,C=D),SUM(A:Z),FALSE)
-- John C "mdbuege" wrote: before i have used the {sum(if(a=b)*(c=d),a:z,false)} I know the formula says if a=b AND c=d then sum a:z Is it possible to do a=b OR c=d then sum a:z? |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Try changing * to +
-- David Biddulph "mdbuege" wrote in message ... before i have used the {sum(if(a=b)*(c=d),a:z,false)} I know the formula says if a=b AND c=d then sum a:z Is it possible to do a=b OR c=d then sum a:z? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
SUMIF ?! .... not quite enough.... | Excel Worksheet Functions | |||
sumif for multi conditions. i.e sumif(A1:A10,"Jon" and B1:B10,"A" | 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 |