Turn the data upside down

  • Thread starter Thread starter Gizmo
  • Start date Start date
G

Gizmo

Hi guys,

I'm wondering if there is an easy way to put upside down the data that is
not arranged in an ascending/descending order, for exemple:

intitial situation is:
A
1 Apple
2 Orange
3 Banana
4 Strawberry
5 Peach

and what I would like to make is to get this:

A
1 Peach
2 Strawberry
3 Banana
4 Orange
5 Apple

Naturally, in this case it's easy to get it done manually, but with large
data it becomes more complicated...
Thanks a lot for any ideas...

Gizmo
 
how about sorting it by col A that holds the serial number in descending
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

Similar Threads

Paste with Blank Rows? 2
vlookup 3 sheets 1
sumif 1
CountIf Formula 1
"Grouping" based on value in a column 3
Line numbers in a transaction 9
Sequence Numbering 2
Stripe out duplicate data 5

Back
Top