View Single Post
  #3   Report Post  
ark
 
Posts: n/a
Default

fantastic, it works great. thanks.

"Duke Carey" wrote:

=sumproduct(--(lookup_range="a"),value_range)

lookup_range MUST be the same size as value_range or this won't work. Thus
it needs to be something like

=sumproduct(--(A2:A200="a"),B2:B200)



"ark" wrote:

I want to find the sum of a range of values in a table, but I want this range
to be set by a lookup function. My data table has numerous entries for each
value I want to lookup (say there are 21 matches of value "a", and then I
want to sum up what corresponds to all those "a" values.).

Any help? Let me know if you need more info. Thanks!