Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
How can I select the top x number of values in a range of numerical data? For
example a row contains 2,5,10,4,20,10 and I want to know the 4 highest values (20, 10, 10 and 5 in this example). Alternatively, is it possible to sort letters in one cell in alphabetical order? Eg cell contains EBACDABE to be sorted as AABBCDEE... |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
--If you have the numbers 2,5,10,4,20,10 in cell A1:F1 try the below formula
and copy down to 4 cells to return the best values... =LARGE($A$1:$F$1,ROW(A1)) --You will need to write a user defined function to sort individual characters of that cell... -- Jacob "doctorhappy" wrote: How can I select the top x number of values in a range of numerical data? For example a row contains 2,5,10,4,20,10 and I want to know the 4 highest values (20, 10, 10 and 5 in this example). Alternatively, is it possible to sort letters in one cell in alphabetical order? Eg cell contains EBACDABE to be sorted as AABBCDEE... |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Drop down List w/ Values Pop Automacailly when choose entry from l | Excel Discussion (Misc queries) | |||
HLOOKUP with 2 values and choose 1 value | Excel Worksheet Functions | |||
HLOOKUP and choose one value among 2 values | Excel Worksheet Functions | |||
Choose from a list | Excel Worksheet Functions | |||
CHOOSE function - Possible with 100 values??? | Excel Discussion (Misc queries) |