Transpose and order array numbers

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

Guest

I have in B1:C1 three number non-ordered
Like this:
B1:101
C1:103
D1.102

I want
In only one function transpose and order them to A2:A4
Like this:
A2:101
A3:102
A4:103

Can anybody help me?
Best regards
Cradino
 
Is this a real live problem or a simplified version? Try something like:

=SMALL($B$1:$D$1,ROW(B2)-ROW(B$2)+1)

in cell A2 and then copy down.
 
Try this:

=SMALL($1:$1,ROW(1:1))

--

HTH,

RD
=====================================================
Please keep all correspondence within the Group, so all may benefit!
=====================================================

I have in B1:C1 three number non-ordered
Like this:
B1:101
C1:103
D1.102

I want
In only one function transpose and order them to A2:A4
Like this:
A2:101
A3:102
A4:103

Can anybody help me?
Best regards
Cradino
 

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


Back
Top