Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
All,
Currently I'm trying to calculate values based on the following (and having zero luck): I have a sheet with multiple part numbers and global locations, and the associated quantities. So it might read: Zimbabwe | 95-049563-01 | 3 Taiwan | 95-049563-01 | 2 The last thing I was able to find online was an array formula using sums, which looked like so: {=SUM((A2:A7807="Zimbabwe")*(C2:C7807="95-049563-01")*G2:G7807)} I don't get an error when I complete this, but it always tallies to zero. I'd appreciate any help anyone can give at all. Thanks! Sincerely, Bob |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Just did it, based on your data, but in the array formula i referenced a cell
with the part # and location in and it worked. {=SUM((A1:A2=A1)*(B1:B2=B1)*(C1:C2))} a = location, b = part#, c= qty hope this helps. "Bob" wrote: All, Currently I'm trying to calculate values based on the following (and having zero luck): I have a sheet with multiple part numbers and global locations, and the associated quantities. So it might read: Zimbabwe | 95-049563-01 | 3 Taiwan | 95-049563-01 | 2 The last thing I was able to find online was an array formula using sums, which looked like so: {=SUM((A2:A7807="Zimbabwe")*(C2:C7807="95-049563-01")*G2:G7807)} I don't get an error when I complete this, but it always tallies to zero. I'd appreciate any help anyone can give at all. Thanks! Sincerely, Bob |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Need help with a multiple criteria formula | Excel Worksheet Functions | |||
Formula to sum multiple columns on multiple criteria | Excel Discussion (Misc queries) | |||
sumproduct formula (multiple criteria) | Excel Discussion (Misc queries) | |||
multiple criteria formula | Excel Worksheet Functions | |||
How do I set up a formula with multiple criteria? | Excel Worksheet Functions |