View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
paula k paula k is offline
external usenet poster
 
Posts: 9
Default sum multiple lookups?

Here is an example of my data:


Org criticality
score
Corporate Marketing critical 100
Human Resources critical 100
Corporate Security non-critical 75
Finance non-critical 100
Corporate Marketing critical 50

I need to search column A for a specific org & B for "critical" and sum
their values column C.

Example lookup corporate marketing & critical would add 100+50 = 150

how would I do this??

THANKS!!