Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have several columns of numerical values, but over 1000 rows.
Within the 1000+ rows, there is about 800 consecutive rows that I am interested in. I am interested in the values between when the numerical value goes below (starting row) a certain threshold and then go back above (ending row) this threshold (lets just say 5 for example). However, this changes with each column, but the threshold value remains the same. Therefore, I would like to find the starting row and ending row of the values of interest. So if I have the following: 7 9 6 3 4 1 8 I would like to find row4 (where 3 value is located) and row6 (where 1 value is located). Is this possible in Excel? I was thinking of an if statement, but don't think that would work here. Anything to return the actual row value? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
finding numbers | Excel Programming | |||
finding common numbers | Excel Discussion (Misc queries) | |||
Finding Duplicate Numbers | Excel Discussion (Misc queries) | |||
Finding numbers or numbers and dashes in text | Excel Programming | |||
finding numbers | New Users to Excel |