Hi
I have a cell A1= AVERAGE(D1:D100) how can i auto fill the A2 to be A2=AVERAGE(D101:D200) and A3=AVERAGE(D201:300)
Thanks a lot
Hi
I have a cell A1= AVERAGE(D1:D100) how can i auto fill the A2 to be A2=AVERAGE(D101:D200) and A3=AVERAGE(D201:300)
Thanks a lot
You can use either:
or![]()
A1 =AVERAGE(INDEX(D:D,1+100*(ROWS(A$1:A1)-1)):INDEX(D:D,100*ROWS(A$1:A1)))
the latter though shorter in syntax terms is volatile (see link in sig. for more info. if interested)![]()
A1 =AVERAGE(OFFSET($D$1:$D$100,100*(ROWS(A$1:A1)-1),0))
My Recommended Reading:
Volatility
Sumproduct & Arrays
Pivot Intro
Email from XL - VBA & Outlook VBA
Function Dictionary & Function Translations
Dynamic Named Ranges
No - Fill Series relates to Constants.
(please don't quote entire posts in your reply - clutters your thread and board in general)
Really appreciate your help. Its a great:D
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks