How to find and extract maximal / minimal string based on alphabetic order in Excel?
Normally, we always find and extract the largest or smallest number in a list of numbers, but, have you ever tried to get the largest or smallest string based on alphabetic order in Excel? This article, I will introduce some formulas for dealing with this job.
Find and extract maximal or minimal string based on alphabetic order with formulas
Find and extract maximal or minimal string based on alphabetic order with formulas
The following formulas can help you to get the largest or smallest alphabetic string, please do as this:
Find the maximal string based on alphabetic order:
Please enter this formula: =INDEX(A2:A15,MATCH(0,COUNTIF(A2:A15,">"&A2:A15),)) into a blank cell where you want to get the largest string, and then press Ctrl + Shift + Enter keys together, and you will get the maximal alphabetic string as following screenshot shown:
Find the minimal string based on alphabetic order:
In this section, please enter this formula: =INDEX(A2:A15,MATCH(0,COUNTIF(A2:A15,"<"&A2:A15),)) into a blank cell where you need to locate the result, and then press Ctrl + Shift + Enter keys together, now, the smallest value based on alphabetic order has been displayed at once, see screenshot:
Note: In the above formulas, A2:A15 is the data list that you want to use.
Best Office Productivity Tools
Supercharge Your Excel Skills with Kutools for Excel, and Experience Efficiency Like Never Before. Kutools for Excel Offers Over 300 Advanced Features to Boost Productivity and Save Time. Click Here to Get The Feature You Need The Most...
Office Tab Brings Tabbed interface to Office, and Make Your Work Much Easier
- Enable tabbed editing and reading in Word, Excel, PowerPoint, Publisher, Access, Visio and Project.
- Open and create multiple documents in new tabs of the same window, rather than in new windows.
- Increases your productivity by 50%, and reduces hundreds of mouse clicks for you every day!