![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
New Member
Join Date: Apr 2002
Posts: 3
|
Yesterday I posted this question, but today it was gone.
Start with a list of n numbers in column A. Compute the average of the first five numbers and display it in column B; do the same for each successive block of 5 numbers. I don't konw how to do it. John Adans J |
|
|
|
|
|
#2 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Austin, Texas USA
Posts: 11,654
|
Enter...
=IF(MOD(ROW(),5),"",AVERAGE(OFFSET(A1,-4,,5))) ...into B1 and copy down. |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|