Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I am trying to figure out how to LOOKUP (or MATCH or INDEX or whatever) and
SUM all area values belonging to a certain location value. Excel data information stored in one worksheet as location, area, other stuff . More than one area is recorded for any given location. Other worksheet should show desired location value and summation. Thank you. MaryB XL2003 |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Either,
=SUMIF(rng1,"value",rng2) or maybe =SUMPRODUCT(--(rng1="value1"),--(rng2=number2),rng3) -- HTH Bob Phillips (replace xxxx in the email address with gmail if mailing direct) "Minx" wrote in message ... I am trying to figure out how to LOOKUP (or MATCH or INDEX or whatever) and SUM all area values belonging to a certain location value. Excel data information stored in one worksheet as location, area, other stuff . More than one area is recorded for any given location. Other worksheet should show desired location value and summation. Thank you. MaryB XL2003 |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
You need to provide more details.
Biff "Minx" wrote in message ... I am trying to figure out how to LOOKUP (or MATCH or INDEX or whatever) and SUM all area values belonging to a certain location value. Excel data information stored in one worksheet as location, area, other stuff . More than one area is recorded for any given location. Other worksheet should show desired location value and summation. Thank you. MaryB XL2003 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|