LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #3   Report Post  
Jay
 
Posts: n/a
Default

I would like to convert high frequency (such as monthly) time series
data to lower frequency (such as quarterly) data.


One way is illustrated by the example in the CSV file below.

If that doesn't suit your needs, more details about your requirements might
help.

------------- cut here ---------------
,,Quarter
Jan,57,=INT((ROW()+1)/3)
Feb,232,=INT((ROW()+1)/3)
Mar,76,=INT((ROW()+1)/3)
Apr,90,=INT((ROW()+1)/3)
May,32,=INT((ROW()+1)/3)
Jun,6,=INT((ROW()+1)/3)
Jul,98,=INT((ROW()+1)/3)
Aug,34,=INT((ROW()+1)/3)
Sep,21,=INT((ROW()+1)/3)
Oct,56,=INT((ROW()+1)/3)
Nov,89,=INT((ROW()+1)/3)
Dec,90,=INT((ROW()+1)/3)


Quarter,Sum,
1,"=SUMIF(C2:C13,A17,B2:B13)"
2,"=SUMIF(C2:C13,A18,B2:B13)"
3,"=SUMIF(C2:C13,A19,B2:B13)"
4,"=SUMIF(C2:C13,A20,B2:B13)"

 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Help PLEASE! Not sure what answer is: Match? Index? Other? baz Excel Worksheet Functions 7 September 3rd 05 03:47 PM
Monthly Summary of Data proshail Excel Discussion (Misc queries) 1 July 8th 05 09:43 PM
Convert PivotTable data into a worksheet list sansk_23 Excel Worksheet Functions 3 May 2nd 05 09:51 AM
Line Graph Data Recognition Nat Charts and Charting in Excel 2 April 30th 05 02:07 PM
convert column data into text Charlie Excel Discussion (Misc queries) 1 January 30th 05 12:47 AM


All times are GMT +1. The time now is 05:03 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"