Sum values
I have a column that has 3000 values. I'd like to use a script to create another table that has values 1-5 from the original table summed and then 6-10 summed and so on. So the new table would have 600 values since each value is the summation of 5 values from the original table. Any ideas?
vince_faller