Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
On Wed, 4 Jan 2006 11:59:02 -0800, "Nick Krill"
wrote: How can I find the location of the first incidence of a threshold amount being exceeded in a row of unsorted data: threshold: 45.52 44.63, 45.27, 44.98, 45.61, 45.25, 44.87, 45.63, 45.45 the answer would be 4 (45.61) If rng is your range containing your unsorted data, and TH is the threshold amount, then the **array** formula: =MATCH(TRUE,rngTH,0) will give you the first incidence where the range exceeds the threshold amount. To enter an **array** function, after typing the function, hold down <ctrl<shift while hitting <enter. Excel will place braces {...} around the formula. --ron |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Find and Replace | Excel Worksheet Functions | |||
Code needed to find records from bottom up | Excel Discussion (Misc queries) | |||
find a cells from a range of cell | Excel Worksheet Functions | |||
How do I find a column entry closest to a particular value | Excel Worksheet Functions | |||
Excel has a "Find Next" command but no "Find Previous" command. | Excel Discussion (Misc queries) |