Calculating 6 month average from dataset

A

Alex

I am calculating the previous six month average for
drought regions of different states.
Here is an example dataset:

No. ST Year AUG SEPT OCT NOV DEC JAN FEB
1 AZ 1989 1 3.4 3 0.2 3 3 4.4
1 AZ 1990 1 3.4 3 3 3 3 4.4
1 AZ 1991 1 3.4 -3 3 3 3 4.4
1 AZ 1992 1 3.4 3 3 3 3 4.4
2 AZ 1989 1 3.4 3 3 3 3 4.4
2 AZ 1990 1 3.4 3 3 3 3 4.4
2 AZ 1991 1 3.4 3 3 3 3 4.4
2 AZ 1992 1 3.4 3 3 3 3 4.4
1 NM 1989 1 3.4 3 3 3 3 4.4
1 NM 1990 1 3.4 3 3 3 3 4.4
1 NM 1991 1 3.4 3 3 3 3 4.4
1 NM 1992 1 3.4 3 3 3 3 4.4
2 NM 1989 1 3.4 3 3 3 3 4.4
2 NM 1990 1 3.4 3 3 3 3 4.4


How would I do this?
 
P

Paul Corrado

If you want the 6 month average for each row (state & year in your table)

then

=AVERAGE(E1:J1) where E1:J1 is the range of monthly data.

HTH

PC
 
A

Alex

I want the 6 month average for each row (state & year &
DROUGHT DIVISION). I am sorry that simple function does
not incorporate the division.

More Help needed. I can repost this.

Thanks for the attempt.
Alex
 

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

League age chart 4
Formula 1
DATES AND VALUE 3
Summary of shipments by month 5
Find the position of a date 6
Formula 2
Finding Duplicate Values 5
How to get YTD Summary 4

Top