Consolication of data

  • Thread starter Thread starter mluetkem
  • Start date Start date
M

mluetkem

Anyone have a quick way of taking a set of data (x value of time) tha
is presented in 10-minute bins (data point every 10-minutes) an
consolidate to 30-minute binned data sets (essentially sum every
10-minute bins to each 30-minute bin).

Thanks.

Mik
 
My data actually starts in B9, does that changes how things are done i
the formula?

Mik
 
My data actually starts in B9, does that changes how things are done i
the formula?

Mik
 
Hi Mike
Using the second fromula I provided you can set it up for any starting cell. For B9 the formula will be

=SUM(OFFSET($B$9,(ROW()-9)*3,0,1,1):OFFSET($B$9,(ROW()-9)*3+2,0,1,1)

Enter this on row 9 and then copy down. I made a slight change in the second OFFSET formula. The row offset is now set up to be the same value as the starting cell plus 2

After you have created the new table you can Copy and Paste_Special>Values to convert the formulas into hard numbers

Good Luck
Mark Graesse
(e-mail address removed)
Boston M

----- mluetkem > wrote: ----

My data actually starts in B9, does that changes how things are done i
the formula

Mik
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

SUM Bins of Data 1
Assigning Bin to Value 2
merging data sets using dates 1
SUM Bins of Data 1
Minute Formulas 2
Excel MS Excel - MS Office 2010 0
skewness issue 2
Working with duration data 3

Back
Top