I try to sort the data in Excel 2010 The blank character always comes at the end of the result. I sorted A-Z order an in Z-A Order. No effect by blank rows..?
Any idea how i can do that?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There’s no way to do that without a helper column that would have values in it. In the column next to all of this put the formula
=A1=""this will return afalsefor non-blanks and atruefor blanks. Then do custom sort, first by the true/false then ascending for the other value