Excel will not sort column

S

Steve

I have copied columns from one excel sheet to another and when i go to sort
my one column that i moved it will not sort. All other columns that were
there originally will sort but not the numbers that i moved. Any ideas?
 
R

ryguy7272

Whether the data is text or numbers, it should sort. Maybe, what you think
you are looking at is not actually what you are looking at. Try to find out
what kind of data you are working with:

=ISNUMBER(A1)
will show you whether the data is numeric or something else

=ISTEXT(A2)
will show you whether the data is text or something else

=TRIM(A3)
will delete any spaces in front of your data


Hope some of this helps.

Regards,
Ryan---
 
S

Stephen

Well, which did you do - copy the column, or move it? Was it a complete
column, or a range of cells? Did you insert it, or paste into an existing
column/range? If the latter, how were the cells formatted before pasting?
How are the cells formatted now? Do you have formulas in the cells, or
values? When you say "will not sort", what happens - nothing at all, or it
sorts in an unexpected order?
 

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

Top