Sort cells with same text descending

  • Thread starter Thread starter T-DHM
  • Start date Start date
T

T-DHM

hi,

Need some help with a spreadsheet which has the following setup

aaa 111
bbb 223
ccc 345
ddd 564
ddd 123

Now what i need to do is have the highest similar text cells
descending.
i.e
ddd 123
ddd 564
aaa 111
bbb 223
ccc 345

I would like the individual rows to be shifted in this order also, not
just column A and B.
Any guidance in the right direction would help!
Thanks,
T-DHM =)
 
I do not know whether I do understand your problem correctly, but would it
solve your problem when sorting column A ascending and column B descending....
 
Back
Top