How do I exclude a column from being sorted?

D

Dave Peterson

I think I'd move it out of the range (far right), do the sort (and don't include
it in the range to sort), then move it back when I was done with the sort.
 
Top