Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
Here is an array function to do this: =INDEX(A1:A5,MATCH(0,COUNTIF(A1:A5,"<"&A1:A5),)) To make it an array press Shift+Ctrl+Enter to enter it. Since the same range is used 3 times a range name like R would simplify this to =INDEX(R,MATCH(0,COUNTIF(R,"<"&R),)) -- If this helps, please click the Yes button. Cheers, Shane Devenshire "Jeff Kantner" wrote: Suppose I've got 5 cells, containing values 'b', 'd', 'a', 'e', 'c' ... if asked to pick the minimum value, you'd say 'a' (setting aside collating sequence issues). How do I create an Excel formula to figure out the answer is 'a'? All the min/max functions I can find expect numbers, not text. And I'm not in a situation where I can sort and pick top/bottom. Ideas? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Find and Replace only the end of a cells text | Excel Discussion (Misc queries) | |||
Find / Compare Text in 2 different cells | Excel Discussion (Misc queries) | |||
Find Text in cells | Excel Discussion (Misc queries) | |||
how can i find cells which contain certain text? | Excel Worksheet Functions | |||
Find/Replace Text In Cells | Excel Discussion (Misc queries) |