Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Is there any function available that works similar to the MAX function for
alpha characters? Thanks Irie |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Probably
-- Biff Microsoft Excel MVP "Iriemon" wrote in message ... Is there any function available that works similar to the MAX function for alpha characters? Thanks Irie |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
If the data contains no duplicated values:
=INDEX(A1:A100,MATCH(COUNTA(A1:A100)-1,INDEX(COUNTIF(A1:A100,"<"&A1:A100),0),0)Â*) -- Gary''s Student - gsnu201003 "Iriemon" wrote: Is there any function available that works similar to the MAX function for alpha characters? Thanks Irie |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Can you give us just a little more information please? Are we talking about
single characters per cell, multiple characters per cell (what would maximum mean to you for this situation) or max character in a text string within a single cell? -- Rick (MVP - Excel) "Iriemon" wrote in message ... Is there any function available that works similar to the MAX function for alpha characters? Thanks Irie |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel Data Validation/Lookup function does function correcty | Excel Worksheet Functions | |||
copy of excel file not showing formulal/function in the function b | Excel Discussion (Misc queries) | |||
LINKEDRANGE function - a complement to the PULL function (for getting values from a closed workbook) | Excel Worksheet Functions | |||
Offset function with nested match function not finding host ss. | Excel Worksheet Functions | |||
Emulate Index/Match combo function w/ VBA custom function | Excel Worksheet Functions |