Sorting in Excel

  • Thread starter Thread starter Joel
  • Start date Start date
J

Joel

How can I sort a column of numbers in Excel, i.e.
rearrange them in ascending order? Data/ Sort Ascending
does nothing. Thanks.
 
Hi
have you checked that your numbers are really stored as
numbers (and not as text values). Try the following
formula:
=ISNUMBER(A1)
 
Back
Top