+ Reply to Thread
Results 1 to 3 of 3

Transpose and order array numbers

Hybrid View

  1. #1
    cradino
    Guest

    Transpose and order array numbers

    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

  2. #2
    Vasant Nanavati
    Guest

    Re: Transpose and order array numbers

    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.

    --

    Vasant



    "cradino" <arcindo@debates.microsoft.com> wrote in message
    news:217AAB23-DCEA-4917-B5CD-11F58695112A@microsoft.com...
    >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




  3. #3
    RagDyeR
    Guest

    Re: Transpose and order array numbers

    Try this:

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

    --

    HTH,

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

    "cradino" <arcindo@debates.microsoft.com> wrote in message
    news:217AAB23-DCEA-4917-B5CD-11F58695112A@microsoft.com...
    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



+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1