Sorting numbers

P

Pedro

Hi

Hi have a column with negative numbers, zeros and positive numbers.
How can I sort it in a way that sort it in the following way, positive
negative and then zeros

regards,
Pedro
 
G

Gary''s Student

Use a helper column. If your data is in column A, then in B1 enter:
=ABS(A1) and copy down
then sort cols A & B by B and then by A
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top