Hold a cell range for an "average formula"

W

Wendy Akers

I add a column every week to my work sheet and want the formula to always
calculate the current 5 column range.
 
G

Glenn

Wendy said:
I add a column every week to my work sheet and want the formula to always
calculate the current 5 column range.

Add a column WHERE?

What "formula"?

Where is the "current 5 column range"?
 
A

Ashish Mathur

Hi,

Let's say your data is in range C3:H3. In cell K3, enter the following
array formula (Ctrl+Shift+Enter) to get the average

=AVERAGE(OFFSET(INDIRECT(ADDRESS(3,MAX(ISNUMBER(C3:J3)*COLUMN(C3:J3))+1)),0,-5,1,5))

--
Regards,

Ashish Mathur
Microsoft Excel MVP
www.ashishmathur.com
 

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

Top