Sorting

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

Guest

I would like to sort record A1that has A2,A3 ,A4 rows attached . How do I do
this and keep the records together if I have 50+ record to sort
 
XL's sort feature sorts by rows, not colums. Is it possible to arrange your
data in columns, not rows? Then you could just use the standard sort
feature. If not, then to do what you're looking to do would require some
custom VBA code.

Dave
 
It,s wouldn,t be agood idea to put it into colums. is it possible to write a
VBA code to keep it all together while sorting
 

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

Excel =SUM(A1=A1+B1) 0
I have a pairs of numbers 1
how to sort column with cell pairs 5
Sorting and maintaining formula integrity 5
Sort by Every Other Row? 0
Help Creating Excel Formula 4
SORT/FILTER ISSUE 4
Unique value list 3

Back
Top