![]() |
![]() |
|
|||||||
| 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 find the minimum and maximum value of a rolling number set consisting of 10 numbers.
example: give me the minimum value for set 1-10 next give me the minimum value for set 2-11 next give me the minimum value for set 3-12 and so on. Any ideas? I am going to build a loop but I just don't know how to create the set of numbers to analyze. Lino |
|
|
|
|
|
#2 | |
|
MrExcel MVP
Join Date: Feb 2002
Location: Austin, Texas USA
Posts: 11,654
|
Quote:
|
|
|
|
|
|
|
#3 |
|
Board Regular
Join Date: Feb 2002
Posts: 429
|
It is not an infinite data set
1,2,3,4,5,6,7,8,9,5,2,3,4,5,6,7,8,9 analyzing the above for lowest value would result in: The first 10 (1-10) numbers = 1 The second 10 (2-11) numbers = 2 hope this helps |
|
|
|
|
|
#4 | |
|
MrExcel MVP
Join Date: Feb 2002
Location: The Hague
Posts: 50,317
|
Quote:
=MIN(A1:A10) In C1 enter: =MAX(A1:A10 and drag down both. |
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|