Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I am trying to use the max function but on a series of text values ie. a, f,
h, k - to return K as max value |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
One way (array-entered: CTRL-SHIFT-ENTER or CMD-RETURN):
=CHAR(MAX(CODE(A1:A10))) Adjust the range as required. In article , Phoebe wrote: I am trying to use the max function but on a series of text values ie. a, f, h, k - to return K as max value |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
One way would be this *array* formula:
=CHAR(MAX(CODE(A1:A5))) -- Array formulas are entered using CSE, <Ctrl <Shift <Enter, instead of the regular <Enter, which will *automatically* enclose the formula in curly brackets, which *cannot* be done manually. -- HTH, RD ================================================== === Please keep all correspondence within the Group, so all may benefit! ================================================== === "Phoebe" wrote in message ... I am trying to use the max function but on a series of text values ie. a, f, h, k - to return K as max value |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Find Matching Text In Col A move to Col B | Excel Worksheet Functions | |||
Find text in cell, copy row to new sheet | Excel Discussion (Misc queries) | |||
Formulas dealing with text data | Excel Worksheet Functions | |||
Sort or Filter option? | Excel Worksheet Functions | |||
Read Text File into Excel Using VBA | Excel Discussion (Misc queries) |