Skip to main content

How to sort rows by upper lower case in Excel?

Is it possible for us to sort the text content by case sensitive which means to sort the upper case first, proper case followed and last the lower case or vice versa? For example, I have a list of names which mixed with upper case, proper case and lower case as following screenshot shown, is there any good methods to sort the list by case sensitive in Excel?

doc-sort-by-case-1

Sort rows by upper lower case with a helper column


arrow blue right bubble Sort rows by upper lower case with a helper column

In Excel, you can apply a formula to identify the case of the text, and then sort them by your need. Please do with following steps:

1. Enter the following formula into a blank cell next to the data, cell B2, in this example:

=IF(EXACT(A2,UPPER(A2)),"Upper Case",IF(EXACT(A2,LOWER(A2)),"Lower Case",IF(EXACT(A2,PROPER(A2)),"Proper Case","Other"))), see screenshot:

doc-sort-by-case-1

2. Then drag the fill handle over to the data range that you want to apply this formula, and the text case has been displayed as following screenshot shown:

doc-sort-by-case-1

3. And next, you can sort the data based on Column B. Select the data range A1:B11, and click Data > Sort, in the Sort dialog box, specify the column name which you want to sort by under Column section, and choose Values from the Sort On section, finally, select the sort order as you want, see screenshot:

doc-sort-by-case-1

Note: If your data has headers, please check My data has headers option.

4. Then click OK to close the dialog, and your cell content has been sorted by the text case which lower case first then proper case followed and last the uppercase if you sort them by A to Z, see screenshot:

doc-sort-by-case-1

Notes:

1. After finishing sort the data you need, you can delete the cell content in the helper column B as you like.

2. If you want to sort the rows to put the upper case first then proper case and last lower case, you just need to choose the sort order as Z to A in the Sort dialog box.


Related articles:

How to sort by file extension in Excel?

How to sort a list of column by character length in Excel?

How to sort data by the most frequent value in Excel?

Best Office Productivity Tools

🤖 Kutools AI Aide: Revolutionize data analysis based on: Intelligent Execution   |  Generate Code  |  Create Custom Formulas  |  Analyze Data and Generate Charts  |  Invoke Kutools Functions…
Popular Features: Find, Highlight or Identify Duplicates   |  Delete Blank Rows   |  Combine Columns or Cells without Losing Data   |   Round without Formula ...
Super Lookup: Multiple Criteria VLookup    Multiple Value VLookup  |   VLookup Across Multiple Sheets   |   Fuzzy Lookup ....
Advanced Drop-down List: Quickly Create Drop Down List   |  Dependent Drop Down List   |  Multi-select Drop Down List ....
Column Manager: Add a Specific Number of Columns  |  Move Columns  |  Toggle Visibility Status of Hidden Columns  |  Compare Ranges & Columns ...
Featured Features: Grid Focus   |  Design View   |   Big Formula Bar    Workbook & Sheet Manager   |  Resource Library (Auto Text)   |  Date Picker   |  Combine Worksheets   |  Encrypt/Decrypt Cells    Send Emails by List   |  Super Filter   |   Special Filter (filter bold/italic/strikethrough...) ...
Top 15 Toolsets12 Text Tools (Add Text, Remove Characters, ...)   |   50+ Chart Types (Gantt Chart, ...)   |   40+ Practical Formulas (Calculate age based on birthday, ...)   |   19 Insertion Tools (Insert QR Code, Insert Picture from Path, ...)   |   12 Conversion Tools (Numbers to Words, Currency Conversion, ...)   |   7 Merge & Split Tools (Advanced Combine Rows, Split Cells, ...)   |   ... and more

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...

Description


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!
Comments (4)
No ratings yet. Be the first to rate!
This comment was minimized by the moderator on the site
You can also try this...1. Select the column you need to sort by2. Click 'Sort & Filter' on the 'Home' tab3. Make your selections in 'Sort by,' 'Sort On,' and 'Order'4. Click the 'Options' button5. Check the box next to 'Case sensitive,' and click 'OK'6. Click 'OK,' and the column you selected will sort by case sensitivity
This comment was minimized by the moderator on the site
I've tried running the formula listed, and it does not apply the logic tags properly. in some instances, it will give a different logic tag to multiple instances of the same data. example: SMITH, John "other" SMITH, John "upper" i have no idea on how to fix this. please advise.
This comment was minimized by the moderator on the site
If you have headings start with row 2 then A2 if you don't have headings then you are starting with row 1 so it will be A1 and so on...
This comment was minimized by the moderator on the site
Hey Danny, you will need to replace all A2 with A1 and enter the formula in the very first row, basically replace the number with the row number you are entering the formula in :)
There are no comments posted here yet
Please leave your comments in English
Posting as Guest
Rate this post:
0   Characters
Suggested Locations