Sorting a column with numbers into descending order

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I try and do it but the cells then just cpme up with #ref! in them, why is it
doing this?
 
How did you try? Manually or with VBA?

It sounds as though the numbers in your column are results of a
formula.
 
This happens a lot if there is a column in the sort area that
references another row and the row does not exist after the sort is
completed. For example, if one column contains an accumulating
amount, like a value in that row plus the total form the row above.
After the sort the new top row will reference the row above it, but if
that is the top row of the worksheet a row above will not exist and
you will get that error in the top row, and it will propogate
throughout. You could make the make the formulas a little more
robust, or you can recreate them after the sort.

Good luck.

Ken
Norfolk, Va
 

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

Back
Top