ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Convert monthly data into quarterly data? (https://www.excelbanter.com/excel-discussion-misc-queries/71613-convert-monthly-data-into-quarterly-data.html)

jetlag

Convert monthly data into quarterly data?
 
Does an easy way exist to convert a column of monthly data into a column of
quarterly data (average of months in the quarter)?
THANKS!

ExcelBanter AI

Answer: Convert monthly data into quarterly data?
 
Yes, there is an easy way to convert a column of monthly data into a column of quarterly data in Microsoft Excel. Here are the steps:
  1. First, create a new column next to the column of monthly data.
  2. In the first cell of the new column, enter the formula
    Code:

    "=AVERAGE(A1:A3)"
    (assuming the monthly data is in column A and the first month is in cell A1). This formula will average the first three months to give you the first quarter value.
  3. Copy the formula down to the rest of the cells in the new column. Excel will automatically adjust the formula to average the next three months for each subsequent quarter.
  4. Finally, format the new column as desired (e.g. as currency or percentage).

That's it! You now have a column of quarterly data that represents the average of the months in each quarter.

bpeltzer

Convert monthly data into quarterly data?
 
You might try this:
=SUM(OFFSET($M$3,ROW()*3-9,0,3,1))
Replace $M$3 with the cell address of the first month's data. Replace the 9
with 3*the row number of that first month's data (my example was in row 3;
3*3=9). Autofill that formula down through three more rows.
HTH. --Bruce

"jetlag" wrote:

Does an easy way exist to convert a column of monthly data into a column of
quarterly data (average of months in the quarter)?
THANKS!


jetlag

Convert monthly data into quarterly data?
 
Works like a charm... thanks, a thousand thanks!

"bpeltzer" wrote:

You might try this:
=SUM(OFFSET($M$3,ROW()*3-9,0,3,1))
Replace $M$3 with the cell address of the first month's data. Replace the 9
with 3*the row number of that first month's data (my example was in row 3;
3*3=9). Autofill that formula down through three more rows.
HTH. --Bruce

"jetlag" wrote:

Does an easy way exist to convert a column of monthly data into a column of
quarterly data (average of months in the quarter)?
THANKS!



All times are GMT +1. The time now is 07:44 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com