View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Matti Koski Matti Koski is offline
external usenet poster
 
Posts: 3
Default Pick up function

Hi,

Column 1 contains group numbers and column 2 contains values for groups.For
example

Group Value
1 124
2 23
5 256
1 11
10 33
2 245
3 11
2 10

What kind of function should I use to pick up e.g. a sum of group 2 values
(278)?

Matti