Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]() Hi. I want to use an array command that will evaluate a column of text entries; identify the numeric portion, and finally determine the single largest number of the array. Here is a sample/illustration of what I am talking about: | A | B | C | ---|--------+----------------------------------------------+----------------+ 1 |ID Nos. | Formula to Get Numeric from End of "ID Nos." | Formula Result | ---|--------+----------------------------------------------+----------------+ 2 | t-199 | =VALUE(MID(A7,FIND("-",A7)+1,3)) | 199 | ---|--------+----------------------------------------------+----------------+ 3 | t-204 | =VALUE(MID(A7,FIND("-",A7)+1,3)) | 204 | ---|--------+----------------------------------------------+----------------+ 4 | t-382 | =VALUE(MID(A7,FIND("-",A7)+1,3)) | 382 | ---|--------+----------------------------------------------+----------------+ 5 | | | | ---|--------+----------------------------------------------+----------------+ 6 | | Formula to Get Largest Value C2:C4 | Formula Result | ---|--------+----------------------------------------------+----------------+ 7 | | =LARGE(C2:C4,1) | 382 | ---|--------+----------------------------------------------+----------------+ Thanks for the help. --Rich K. ps if the text representation of excel (above) is misaligned I'll try again. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Match / Vlookup within an Array formula | Excel Discussion (Misc queries) | |||
Where is the bug in my array? | Excel Discussion (Misc queries) | |||
Formula to list unique values | Excel Worksheet Functions | |||
Previous Post - Correct Syntax Query | Excel Worksheet Functions | |||
VBA Import of text file & Array parsing of that data | Excel Discussion (Misc queries) |