Hi,
I've been trying to do this for a day now and have searched the boards, but couldn't find a satisfactory solution. I'm hoping someone can help.
I have daily sales information going back several years. The data is organized as follows:
Date Sales
11/4/08 $aaa
11/3/08 $bbb
10/31/08 $xxx
10/30/08 $yyy
:
:
:
6/12/02 $zzz
I need to summarize this as follows:
Month Average Sales
Nov-08
Oct-08
Sep-08
:
:
:
Dec-07
The data keeps getting updated daily, but the summary should be for the last 12 months, including the current (partial) month. There is no data for weekends and holidays. I can do this manually and update the sum() range daily for the past 12 months, but is there an easier way to do this?
Appreciate any suggestions.
I've been trying to do this for a day now and have searched the boards, but couldn't find a satisfactory solution. I'm hoping someone can help.
I have daily sales information going back several years. The data is organized as follows:
Date Sales
11/4/08 $aaa
11/3/08 $bbb
10/31/08 $xxx
10/30/08 $yyy
:
:
:
6/12/02 $zzz
I need to summarize this as follows:
Month Average Sales
Nov-08
Oct-08
Sep-08
:
:
:
Dec-07
The data keeps getting updated daily, but the summary should be for the last 12 months, including the current (partial) month. There is no data for weekends and holidays. I can do this manually and update the sum() range daily for the past 12 months, but is there an easier way to do this?
Appreciate any suggestions.