Forum Discussion
Text not sorting correctly
- Nov 20, 2018
I played with the text in your post. Without Excel file not definitely sure, but most probably you have Unicode symbol Zero Width Space https://www.fileformat.info/info/unicode/char/200b/index.htm at the front of some of your strings.
How to fix without formulas
Your source text sorted ascending looks like
In any empty cell, let say in D2, make reference on any cell with text in question, here is =A2. Next cell shows that string has 2 symbol length, even if we see only one. In F2 enter the formula =LEFT(D2,1) which extracts that Unicode symbol. Enter and Ctrl+C (copy) the cell.
After that press Ctrl+F to open Find window, click on Find what bar and paste the symbol by Ctrl+V. After that click Replace tab
and in it Replace All
(Please note, if you start with Ctrl+H, Find & Replace window, above doesn't work).
That removes Zero Width symbol in your sheet and in particular in D2 you see "normal text" with length as expected
Re-sort your table - it shall be in right order now.
Again, that's probable scenario, but I'm not sure without the Excel file.
Good luck
Not sure I understand your instructions -- unfamiliar with what LEN() is. Are you saying I must do this in every cell?
Nope, just one cell to test if it is really some invisible character here. If so, you may CLEAN() all cells into new column and sort on it. Or Ctrl+H such character if you find what is it.
Perhaps you may attach some sample file to test.
- whooooop84Nov 20, 2018Copper Contributor
I tried it on a row that I had moved from the lower half to the upper half and then sorted -- it moved it back to the lower half. Sigh. Here is a small sample -from the bottom of the top section and the top of the bottom section.....
This post gave me an error when first posted: "Your post has been changed because invalid HTML was found....." -- could this mean it has hidden code?
Weighted Shortest Job First (Agile) Weighted Shortest Job First (WSJF) is an economic model for prioritizing “jobs” based on product development flow. WSJF is calculated as the cost of delay divided by job duration. In SAFe, “jobs” are the epics, features, and capabilities that are developed by ARTs. There are three primary elements to the cost of delay: 1) user-business value, 2) time criticality, and 3) risk-reduction opportunity enablement value. X Presale - X=New Business Y Off-Y Renewal= Division Add/Product Add on Existing Business YTD Year to Date ZCD Zero Critical Defects ZR Renwal - ZR= Existing Business Renewal Adj Adjustment AFIT After Federal Income Tax Agile A development methodology that centers around the need to think fast, be flexible, innovate, and bring products and services to market quickly. – At its heart, Agile is about responsiveness to change, continuous learning, collaboration, and doing the most valuable thing first. Agile is a highly disciplined, iterative methodology, which divides the product being developed into small units of work. For teams developing software, it can help teams respond to the unpredictability of building software through incremental, iterative work cadences known as iterations. AIMS Accelerated Integrated Market Solutions. AM Agile Modeling - SergeiBaklanNov 20, 2018MVP
That won't help - could you please attach Excel file with few rows which not sorting
- whooooop84Nov 20, 2018Copper Contributor
Sorry - due to security settings unable to do that. Guess I'd better just start retyping the whole thing.