![]() |
![]() |
|
|||||||
| 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 |
|
Board Regular
Join Date: Feb 2002
Posts: 429
|
I am trying to programatically find the minimum and maximum values in a rolling array of data.
Example: let's say the first range is A1:A10 the second A2:A11 and so on... For Each Array of 10 values find Maximum value Next Array Thanks |
|
|
|
|
|
#2 | |
|
MrExcel MVP
Join Date: Feb 2002
Location: The Hague
Posts: 50,317
|
Quote:
=IF(ROW()>$E$1,MAX(OFFSET(A1,0,0,-$E$1,1)),"") where E1 houses the condition, that is, your 10. Aladin |
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|