Hi Dewayne
I feel as though I am having to tease each little piece of information
from you one step at a time.
Could you provide the broader picture.
Why are the monthly cells in 2 different columns?
What is the full range of cells that can hold data in column F and
column G?
Does it start at F5:F16 for the first 12 months, then go on to G5:G16
for the next 12 months, and will it go on to H5:H16 for the following 12
months?
If so, then the following should work
=AVERAGE(
OFFSET($F$16,0,0,-(12-COUNT($G$5:$G$16)),1),
OFFSET($G$16,0,0,-(12-COUNT($H$5:$H$16)),1),
$H$5:$H$16)

Signature
Regards
Roger Govier
> Roger -
> The next month I would like the range to average (F15:F16,G5:G14), the
[quoted text clipped - 40 lines]
>> >> > cell?
>> >> > Thanks for any suggestions.
Dewayne - 06 Nov 2006 04:24 GMT
Hi Roger -
Sorry! Let me try to broaden the picture for you to help you if I can.
Column B lists all 12 months January -December in rows 5 - 16.
Column C is 2002 sales vaules for each month (row 5-16 with yearly average
in row 17.
Column D is 2003 sales vaules for each month (row 5-16 with yearly average
in row 17).
Column E is 2004 sales vaules for each month (row 5-16 with yearly average
in row 17).
Column F is 2005 sales vaules for each month (row 5-16 with yearly average
in row 17.
Column G is 2006 sales values in January - October (Nov & Dec will be added
in rows 15&16 when it becomes available. YTD average is in row 17.
Currently G19 is the last 12 months sales average.
I need to keep a running average of the sales values for the most recent 12
months thus the need for the forumla that transends 2 columns that will
adjust as I add sales values for the new month, each month.
Yes you are correct that the most recent 12 months starts in Column F
(2005), goes on to G (2006) and will go H as I move on to 2007. By that time
however, there will be no need to reference F any longer as it (2005) will be
out of the range of the most recent 12 months.
Per your request, the full range of cells that can hold data in F & G is
F5:G16.
Don't know if this helps. Sorry I have been so narrow in my discription. I
do appreciate your help, time & effort!
Thanks again,
Dewayne

Signature
Dewayne
> Hi Dewayne
>
[quoted text clipped - 58 lines]
> >> >> > cell?
> >> >> > Thanks for any suggestions.
Roger Govier - 06 Nov 2006 16:56 GMT
Hi Dewayne
Then my guess was almost correct.
The formula I gave you will work for columns F, G and H i.e for the
whole of 2005, 2006 and 2007 provided the cells in the months that have
not yet been completed are empty.
The formula is counting how many cells have values in each column, and
deducting that value from 12.
If then takes that number of rows before row 16, plus any rows that have
been completed in the next column.
You should be able to adjust it for future years by changing the
appropriate column references.

Signature
Regards
Roger Govier
> Hi Roger -
> Sorry! Let me try to broaden the picture for you to help you if I
[quoted text clipped - 106 lines]
>> >> >> > cell?
>> >> >> > Thanks for any suggestions.
Dewayne - 06 Nov 2006 19:27 GMT
Roger -
Thank you for all the help and your time.
Dewayne

Signature
Dewayne
> Hi Dewayne
>
[quoted text clipped - 120 lines]
> >> >> >> > cell?
> >> >> >> > Thanks for any suggestions.
Roger Govier - 06 Nov 2006 21:18 GMT
Hi
You're very welcome. Thanks for the feedback. Glad to know it worked for
you.

Signature
Regards
Roger Govier
> Roger -
> Thank you for all the help and your time.
[quoted text clipped - 139 lines]
>> >> >> >> > cell?
>> >> >> >> > Thanks for any suggestions.