I'm trying to forecast for the next month using moving averages. Basically, the information from the last 12 months are averaged out. In my Crystal Report so far I have 13 columns of information. I have 12 columns that hold the qty data for each month of the year. The 13th column shows the year. How do I average the 12 months of data by corresponding year? I tried the formula Average(Array(the field names for the 12 months)), but I think the report was trying to average all the columns of data, not the rows. I need each row of data(from Jan to Dec) to be averaged according to the correct year. I need the average of all the data from each month for the year 2002 and 2003. Below, shows the data I have in my report so far. How do I average each row with a formula? Any help with this would be greatly appreciated. If you need more info, please reply. I thank you so much!!
Year Jan Feb Mar Apr June July Aug Sept Oct Nov Dec
2003 2 3 1 2 1 0 5 10 1 2 2
2003 3 4 5 1 1 2 0 5 2 1 1
2002 1 7 1 1 1 0 2 3 1 5 0
Glendy
Year Jan Feb Mar Apr June July Aug Sept Oct Nov Dec
2003 2 3 1 2 1 0 5 10 1 2 2
2003 3 4 5 1 1 2 0 5 2 1 1
2002 1 7 1 1 1 0 2 3 1 5 0
Glendy