Thread: Aggregate query
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Hilton Hilton is offline
external usenet poster
 
Posts: 35
Default Aggregate query

I have 2 columns of numbers i.e delay and count
Delay Count
0.01 10
0.03 11
0.81 8
1,01 12
1,08 9
2.1 11

I would like to sum 2nd column according to the ranges eg
0 -.0.99 29
1 - 1.99 21
2.- 2.99 11

Is there a way to do this without highlighting the range and summing
manually?