uncledewey Posted June 9, 2010 Posted June 9, 2010 (edited) I have a document that each line starts with about ten characters and then tab to alphabetic characters. I wish to sort using the characters after the tab, but can't seem to figure out how to do it. Any help would be greatly appreciated.Thanks, Dewey Edited June 9, 2010 by uncledewey
iamtheky Posted June 9, 2010 Posted June 9, 2010 1) Highlight all your text2) Select insert --> table3) Select Convert text to table4) Under Table Tools --> Layout: Select 'Sort'5) Sort column 26) convert that table back to text
uncledewey Posted June 9, 2010 Author Posted June 9, 2010 (edited) With just a little change it worked great. Never would have gotten there without your help!!!! Thanks a bunch. Dewey1) Highlight all your text2) Select insert --> table3) Select Convert text to table4) Under Table Tools --> Layout: Select 'Sort'5) Sort column 26) convert that table back to text Edited June 9, 2010 by uncledewey
uncledewey Posted June 9, 2010 Author Posted June 9, 2010 (edited) With just a little change it worked great. Never would have gotten there without your help!!!! Thanks a bunch. Dewey1) Highlight all your text2) Select insert --> table3) Select Convert text to table4) Under Table Tools --> Layout: Select 'Sort'5) Sort column 26) convert that table back to text Edited June 9, 2010 by uncledewey
jilsurya Posted June 14, 2010 Posted June 14, 2010 In computer science and mathematics, a sorting algorithm is an algorithm that puts elements of a list in a certain order. The most-used orders are numerical order and lexicographical order. Efficient sorting is important to optimizing the use of other algorithms (such as search and merge algorithms) that require sorted lists to work correctly; it is also often useful for canonicalizing data and for producing human-readable output. More formally, the output must satisfy two conditions: 1. The output is in nondecreasing order (each element is no smaller than the previous element according to the desired total order); 2. The output is a permutation, or reordering, of the input.Since the dawn of computing, the sorting problem has attracted a great deal of research, perhaps due to the complexity of solving it efficiently despite its simple, familiar statement.================================================ Composite Doors | Composite Front Doors
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now