Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi Folks!
This is extremely difficult to try to explain, so ........ I have this portion of an array formula: SMALL(IF(OFFSET(INDEX($A$2:$A$10,MATCH($A13,$A$2:$ A$10,0)),,4,,-4)=MAX($B$2:$E$10),COLUMN($B1:$E1)-COLUMN($B1)+1) For each element of:: OFFSET(INDEX($A$2:$A$10,MATCH($A13,$A$2:$A$10,0)), ,4,,-4) The formula returns an array like: 1,1,FALSE,1 Does anybody know a way to count the nth SMALL value generated in that array? Something like: SMALL({1,1,FALSE,1},1) = 3 Biff |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Ooops!
Disregard, I posted the wrong formula! Biff "Biff" wrote in message ... Hi Folks! This is extremely difficult to try to explain, so ........ I have this portion of an array formula: SMALL(IF(OFFSET(INDEX($A$2:$A$10,MATCH($A13,$A$2:$ A$10,0)),,4,,-4)=MAX($B$2:$E$10),COLUMN($B1:$E1)-COLUMN($B1)+1) For each element of:: OFFSET(INDEX($A$2:$A$10,MATCH($A13,$A$2:$A$10,0)), ,4,,-4) The formula returns an array like: 1,1,FALSE,1 Does anybody know a way to count the nth SMALL value generated in that array? Something like: SMALL({1,1,FALSE,1},1) = 3 Biff |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
An array and countif based on criteria in each column | Excel Worksheet Functions | |||
Importing XML containing Complex Elements | Excel Discussion (Misc queries) | |||
Non-unique elements in an array | Excel Discussion (Misc queries) | |||
How to do matrix operation with complex number elements in Excel | Excel Worksheet Functions | |||
What is the maximum allowed number of data elements in a data array? | Excel Discussion (Misc queries) |