+ Reply to Thread
Results 1 to 28 of 28

Sort Problem

  1. #1
    Registered User
    Join Date
    07-12-2004
    Posts
    32

    Sort Problem

    Is is possible to sort a table according to the date of say A or B (rather than A then B) so that a table is essentially sorted by the the earliest date in 2 or more columns, e.g. if:

    Column A
    R2: 2/10/05
    R3: 8/10/05
    R4: 9/10/05

    Column B
    R2: 14/10/05
    R3: 01/10/05
    R4: 12/10/05

    I would want the table to be sorted as follows (row numbers in brackets representing former row numbers):

    Column A
    R2 (R3): 08/10/05
    R3 (R2): 02/10/05
    R4 (R4): 09/10/05

    Column B
    R2 (R3): 01/10/05
    R3 (R2): 14/10/05
    R4 (R4): 12/10/05

    Many thanks

  2. #2
    Richard Buttrey
    Guest

    Re: Sort Problem

    On Mon, 5 Sep 2005 04:30:58 -0500, andyp161
    <andyp161.1uvrqd_1125914722.2033@excelforum-nospam.com> wrote:

    >
    >Is is possible to sort a table according to the date of say A or B
    >(rather than A then B) so that a table is essentially sorted by the the
    >earliest date in 2 or more columns, e.g. if:
    >
    >Column A
    >R2: 2/10/05
    >R3: 8/10/05
    >R4: 9/10/05
    >
    >Column B
    >R2: 14/10/05
    >R3: 01/10/05
    >R4: 12/10/05
    >
    >I would want the table to be sorted as follows (row numbers in brackets
    >representing former row numbers):
    >
    >Column A
    >R2 (R3): 08/10/05
    >R3 (R2): 02/10/05
    >R4 (R4): 09/10/05
    >
    >Column B
    >R2 (R3): 01/10/05
    >R3 (R2): 14/10/05
    >R4 (R4): 12/10/05
    >
    >Many thanks


    I'd use a 'helper' formula in Column C.

    i.e in C2 put the formula =Min(A2:B2)

    Copy it down column C and then sort on column C.

    HTH

    __
    Richard Buttrey
    Grappenhall, Cheshire, UK
    __________________________

  3. #3
    Richard Buttrey
    Guest

    Re: Sort Problem

    On Mon, 5 Sep 2005 04:30:58 -0500, andyp161
    <andyp161.1uvrqd_1125914722.2033@excelforum-nospam.com> wrote:

    >
    >Is is possible to sort a table according to the date of say A or B
    >(rather than A then B) so that a table is essentially sorted by the the
    >earliest date in 2 or more columns, e.g. if:
    >
    >Column A
    >R2: 2/10/05
    >R3: 8/10/05
    >R4: 9/10/05
    >
    >Column B
    >R2: 14/10/05
    >R3: 01/10/05
    >R4: 12/10/05
    >
    >I would want the table to be sorted as follows (row numbers in brackets
    >representing former row numbers):
    >
    >Column A
    >R2 (R3): 08/10/05
    >R3 (R2): 02/10/05
    >R4 (R4): 09/10/05
    >
    >Column B
    >R2 (R3): 01/10/05
    >R3 (R2): 14/10/05
    >R4 (R4): 12/10/05
    >
    >Many thanks


    I'd use a 'helper' formula in Column C.

    i.e in C2 put the formula =Min(A2:B2)

    Copy it down column C and then sort on column C.

    HTH

    __
    Richard Buttrey
    Grappenhall, Cheshire, UK
    __________________________

  4. #4
    Richard Buttrey
    Guest

    Re: Sort Problem

    On Mon, 5 Sep 2005 04:30:58 -0500, andyp161
    <andyp161.1uvrqd_1125914722.2033@excelforum-nospam.com> wrote:

    >
    >Is is possible to sort a table according to the date of say A or B
    >(rather than A then B) so that a table is essentially sorted by the the
    >earliest date in 2 or more columns, e.g. if:
    >
    >Column A
    >R2: 2/10/05
    >R3: 8/10/05
    >R4: 9/10/05
    >
    >Column B
    >R2: 14/10/05
    >R3: 01/10/05
    >R4: 12/10/05
    >
    >I would want the table to be sorted as follows (row numbers in brackets
    >representing former row numbers):
    >
    >Column A
    >R2 (R3): 08/10/05
    >R3 (R2): 02/10/05
    >R4 (R4): 09/10/05
    >
    >Column B
    >R2 (R3): 01/10/05
    >R3 (R2): 14/10/05
    >R4 (R4): 12/10/05
    >
    >Many thanks


    I'd use a 'helper' formula in Column C.

    i.e in C2 put the formula =Min(A2:B2)

    Copy it down column C and then sort on column C.

    HTH

    __
    Richard Buttrey
    Grappenhall, Cheshire, UK
    __________________________

  5. #5
    Richard Buttrey
    Guest

    Re: Sort Problem

    On Mon, 5 Sep 2005 04:30:58 -0500, andyp161
    <andyp161.1uvrqd_1125914722.2033@excelforum-nospam.com> wrote:

    >
    >Is is possible to sort a table according to the date of say A or B
    >(rather than A then B) so that a table is essentially sorted by the the
    >earliest date in 2 or more columns, e.g. if:
    >
    >Column A
    >R2: 2/10/05
    >R3: 8/10/05
    >R4: 9/10/05
    >
    >Column B
    >R2: 14/10/05
    >R3: 01/10/05
    >R4: 12/10/05
    >
    >I would want the table to be sorted as follows (row numbers in brackets
    >representing former row numbers):
    >
    >Column A
    >R2 (R3): 08/10/05
    >R3 (R2): 02/10/05
    >R4 (R4): 09/10/05
    >
    >Column B
    >R2 (R3): 01/10/05
    >R3 (R2): 14/10/05
    >R4 (R4): 12/10/05
    >
    >Many thanks


    I'd use a 'helper' formula in Column C.

    i.e in C2 put the formula =Min(A2:B2)

    Copy it down column C and then sort on column C.

    HTH

    __
    Richard Buttrey
    Grappenhall, Cheshire, UK
    __________________________

  6. #6
    Richard Buttrey
    Guest

    Re: Sort Problem

    On Mon, 5 Sep 2005 04:30:58 -0500, andyp161
    <andyp161.1uvrqd_1125914722.2033@excelforum-nospam.com> wrote:

    >
    >Is is possible to sort a table according to the date of say A or B
    >(rather than A then B) so that a table is essentially sorted by the the
    >earliest date in 2 or more columns, e.g. if:
    >
    >Column A
    >R2: 2/10/05
    >R3: 8/10/05
    >R4: 9/10/05
    >
    >Column B
    >R2: 14/10/05
    >R3: 01/10/05
    >R4: 12/10/05
    >
    >I would want the table to be sorted as follows (row numbers in brackets
    >representing former row numbers):
    >
    >Column A
    >R2 (R3): 08/10/05
    >R3 (R2): 02/10/05
    >R4 (R4): 09/10/05
    >
    >Column B
    >R2 (R3): 01/10/05
    >R3 (R2): 14/10/05
    >R4 (R4): 12/10/05
    >
    >Many thanks


    I'd use a 'helper' formula in Column C.

    i.e in C2 put the formula =Min(A2:B2)

    Copy it down column C and then sort on column C.

    HTH

    __
    Richard Buttrey
    Grappenhall, Cheshire, UK
    __________________________

  7. #7
    Richard Buttrey
    Guest

    Re: Sort Problem

    On Mon, 5 Sep 2005 04:30:58 -0500, andyp161
    <andyp161.1uvrqd_1125914722.2033@excelforum-nospam.com> wrote:

    >
    >Is is possible to sort a table according to the date of say A or B
    >(rather than A then B) so that a table is essentially sorted by the the
    >earliest date in 2 or more columns, e.g. if:
    >
    >Column A
    >R2: 2/10/05
    >R3: 8/10/05
    >R4: 9/10/05
    >
    >Column B
    >R2: 14/10/05
    >R3: 01/10/05
    >R4: 12/10/05
    >
    >I would want the table to be sorted as follows (row numbers in brackets
    >representing former row numbers):
    >
    >Column A
    >R2 (R3): 08/10/05
    >R3 (R2): 02/10/05
    >R4 (R4): 09/10/05
    >
    >Column B
    >R2 (R3): 01/10/05
    >R3 (R2): 14/10/05
    >R4 (R4): 12/10/05
    >
    >Many thanks


    I'd use a 'helper' formula in Column C.

    i.e in C2 put the formula =Min(A2:B2)

    Copy it down column C and then sort on column C.

    HTH

    __
    Richard Buttrey
    Grappenhall, Cheshire, UK
    __________________________

  8. #8
    Richard Buttrey
    Guest

    Re: Sort Problem

    On Mon, 5 Sep 2005 04:30:58 -0500, andyp161
    <andyp161.1uvrqd_1125914722.2033@excelforum-nospam.com> wrote:

    >
    >Is is possible to sort a table according to the date of say A or B
    >(rather than A then B) so that a table is essentially sorted by the the
    >earliest date in 2 or more columns, e.g. if:
    >
    >Column A
    >R2: 2/10/05
    >R3: 8/10/05
    >R4: 9/10/05
    >
    >Column B
    >R2: 14/10/05
    >R3: 01/10/05
    >R4: 12/10/05
    >
    >I would want the table to be sorted as follows (row numbers in brackets
    >representing former row numbers):
    >
    >Column A
    >R2 (R3): 08/10/05
    >R3 (R2): 02/10/05
    >R4 (R4): 09/10/05
    >
    >Column B
    >R2 (R3): 01/10/05
    >R3 (R2): 14/10/05
    >R4 (R4): 12/10/05
    >
    >Many thanks


    I'd use a 'helper' formula in Column C.

    i.e in C2 put the formula =Min(A2:B2)

    Copy it down column C and then sort on column C.

    HTH

    __
    Richard Buttrey
    Grappenhall, Cheshire, UK
    __________________________

  9. #9
    Richard Buttrey
    Guest

    Re: Sort Problem

    On Mon, 5 Sep 2005 04:30:58 -0500, andyp161
    <andyp161.1uvrqd_1125914722.2033@excelforum-nospam.com> wrote:

    >
    >Is is possible to sort a table according to the date of say A or B
    >(rather than A then B) so that a table is essentially sorted by the the
    >earliest date in 2 or more columns, e.g. if:
    >
    >Column A
    >R2: 2/10/05
    >R3: 8/10/05
    >R4: 9/10/05
    >
    >Column B
    >R2: 14/10/05
    >R3: 01/10/05
    >R4: 12/10/05
    >
    >I would want the table to be sorted as follows (row numbers in brackets
    >representing former row numbers):
    >
    >Column A
    >R2 (R3): 08/10/05
    >R3 (R2): 02/10/05
    >R4 (R4): 09/10/05
    >
    >Column B
    >R2 (R3): 01/10/05
    >R3 (R2): 14/10/05
    >R4 (R4): 12/10/05
    >
    >Many thanks


    I'd use a 'helper' formula in Column C.

    i.e in C2 put the formula =Min(A2:B2)

    Copy it down column C and then sort on column C.

    HTH

    __
    Richard Buttrey
    Grappenhall, Cheshire, UK
    __________________________

  10. #10
    Richard Buttrey
    Guest

    Re: Sort Problem

    On Mon, 5 Sep 2005 04:30:58 -0500, andyp161
    <andyp161.1uvrqd_1125914722.2033@excelforum-nospam.com> wrote:

    >
    >Is is possible to sort a table according to the date of say A or B
    >(rather than A then B) so that a table is essentially sorted by the the
    >earliest date in 2 or more columns, e.g. if:
    >
    >Column A
    >R2: 2/10/05
    >R3: 8/10/05
    >R4: 9/10/05
    >
    >Column B
    >R2: 14/10/05
    >R3: 01/10/05
    >R4: 12/10/05
    >
    >I would want the table to be sorted as follows (row numbers in brackets
    >representing former row numbers):
    >
    >Column A
    >R2 (R3): 08/10/05
    >R3 (R2): 02/10/05
    >R4 (R4): 09/10/05
    >
    >Column B
    >R2 (R3): 01/10/05
    >R3 (R2): 14/10/05
    >R4 (R4): 12/10/05
    >
    >Many thanks


    I'd use a 'helper' formula in Column C.

    i.e in C2 put the formula =Min(A2:B2)

    Copy it down column C and then sort on column C.

    HTH

    __
    Richard Buttrey
    Grappenhall, Cheshire, UK
    __________________________

  11. #11
    Richard Buttrey
    Guest

    Re: Sort Problem

    On Mon, 5 Sep 2005 04:30:58 -0500, andyp161
    <andyp161.1uvrqd_1125914722.2033@excelforum-nospam.com> wrote:

    >
    >Is is possible to sort a table according to the date of say A or B
    >(rather than A then B) so that a table is essentially sorted by the the
    >earliest date in 2 or more columns, e.g. if:
    >
    >Column A
    >R2: 2/10/05
    >R3: 8/10/05
    >R4: 9/10/05
    >
    >Column B
    >R2: 14/10/05
    >R3: 01/10/05
    >R4: 12/10/05
    >
    >I would want the table to be sorted as follows (row numbers in brackets
    >representing former row numbers):
    >
    >Column A
    >R2 (R3): 08/10/05
    >R3 (R2): 02/10/05
    >R4 (R4): 09/10/05
    >
    >Column B
    >R2 (R3): 01/10/05
    >R3 (R2): 14/10/05
    >R4 (R4): 12/10/05
    >
    >Many thanks


    I'd use a 'helper' formula in Column C.

    i.e in C2 put the formula =Min(A2:B2)

    Copy it down column C and then sort on column C.

    HTH

    __
    Richard Buttrey
    Grappenhall, Cheshire, UK
    __________________________

  12. #12
    Richard Buttrey
    Guest

    Re: Sort Problem

    On Mon, 5 Sep 2005 04:30:58 -0500, andyp161
    <andyp161.1uvrqd_1125914722.2033@excelforum-nospam.com> wrote:

    >
    >Is is possible to sort a table according to the date of say A or B
    >(rather than A then B) so that a table is essentially sorted by the the
    >earliest date in 2 or more columns, e.g. if:
    >
    >Column A
    >R2: 2/10/05
    >R3: 8/10/05
    >R4: 9/10/05
    >
    >Column B
    >R2: 14/10/05
    >R3: 01/10/05
    >R4: 12/10/05
    >
    >I would want the table to be sorted as follows (row numbers in brackets
    >representing former row numbers):
    >
    >Column A
    >R2 (R3): 08/10/05
    >R3 (R2): 02/10/05
    >R4 (R4): 09/10/05
    >
    >Column B
    >R2 (R3): 01/10/05
    >R3 (R2): 14/10/05
    >R4 (R4): 12/10/05
    >
    >Many thanks


    I'd use a 'helper' formula in Column C.

    i.e in C2 put the formula =Min(A2:B2)

    Copy it down column C and then sort on column C.

    HTH

    __
    Richard Buttrey
    Grappenhall, Cheshire, UK
    __________________________

  13. #13
    Richard Buttrey
    Guest

    Re: Sort Problem

    On Mon, 5 Sep 2005 04:30:58 -0500, andyp161
    <andyp161.1uvrqd_1125914722.2033@excelforum-nospam.com> wrote:

    >
    >Is is possible to sort a table according to the date of say A or B
    >(rather than A then B) so that a table is essentially sorted by the the
    >earliest date in 2 or more columns, e.g. if:
    >
    >Column A
    >R2: 2/10/05
    >R3: 8/10/05
    >R4: 9/10/05
    >
    >Column B
    >R2: 14/10/05
    >R3: 01/10/05
    >R4: 12/10/05
    >
    >I would want the table to be sorted as follows (row numbers in brackets
    >representing former row numbers):
    >
    >Column A
    >R2 (R3): 08/10/05
    >R3 (R2): 02/10/05
    >R4 (R4): 09/10/05
    >
    >Column B
    >R2 (R3): 01/10/05
    >R3 (R2): 14/10/05
    >R4 (R4): 12/10/05
    >
    >Many thanks


    I'd use a 'helper' formula in Column C.

    i.e in C2 put the formula =Min(A2:B2)

    Copy it down column C and then sort on column C.

    HTH

    __
    Richard Buttrey
    Grappenhall, Cheshire, UK
    __________________________

  14. #14
    Richard Buttrey
    Guest

    Re: Sort Problem

    On Mon, 5 Sep 2005 04:30:58 -0500, andyp161
    <andyp161.1uvrqd_1125914722.2033@excelforum-nospam.com> wrote:

    >
    >Is is possible to sort a table according to the date of say A or B
    >(rather than A then B) so that a table is essentially sorted by the the
    >earliest date in 2 or more columns, e.g. if:
    >
    >Column A
    >R2: 2/10/05
    >R3: 8/10/05
    >R4: 9/10/05
    >
    >Column B
    >R2: 14/10/05
    >R3: 01/10/05
    >R4: 12/10/05
    >
    >I would want the table to be sorted as follows (row numbers in brackets
    >representing former row numbers):
    >
    >Column A
    >R2 (R3): 08/10/05
    >R3 (R2): 02/10/05
    >R4 (R4): 09/10/05
    >
    >Column B
    >R2 (R3): 01/10/05
    >R3 (R2): 14/10/05
    >R4 (R4): 12/10/05
    >
    >Many thanks


    I'd use a 'helper' formula in Column C.

    i.e in C2 put the formula =Min(A2:B2)

    Copy it down column C and then sort on column C.

    HTH

    __
    Richard Buttrey
    Grappenhall, Cheshire, UK
    __________________________

  15. #15
    Richard Buttrey
    Guest

    Re: Sort Problem

    On Mon, 5 Sep 2005 04:30:58 -0500, andyp161
    <andyp161.1uvrqd_1125914722.2033@excelforum-nospam.com> wrote:

    >
    >Is is possible to sort a table according to the date of say A or B
    >(rather than A then B) so that a table is essentially sorted by the the
    >earliest date in 2 or more columns, e.g. if:
    >
    >Column A
    >R2: 2/10/05
    >R3: 8/10/05
    >R4: 9/10/05
    >
    >Column B
    >R2: 14/10/05
    >R3: 01/10/05
    >R4: 12/10/05
    >
    >I would want the table to be sorted as follows (row numbers in brackets
    >representing former row numbers):
    >
    >Column A
    >R2 (R3): 08/10/05
    >R3 (R2): 02/10/05
    >R4 (R4): 09/10/05
    >
    >Column B
    >R2 (R3): 01/10/05
    >R3 (R2): 14/10/05
    >R4 (R4): 12/10/05
    >
    >Many thanks


    I'd use a 'helper' formula in Column C.

    i.e in C2 put the formula =Min(A2:B2)

    Copy it down column C and then sort on column C.

    HTH

    __
    Richard Buttrey
    Grappenhall, Cheshire, UK
    __________________________

  16. #16
    Richard Buttrey
    Guest

    Re: Sort Problem

    On Mon, 5 Sep 2005 04:30:58 -0500, andyp161
    <andyp161.1uvrqd_1125914722.2033@excelforum-nospam.com> wrote:

    >
    >Is is possible to sort a table according to the date of say A or B
    >(rather than A then B) so that a table is essentially sorted by the the
    >earliest date in 2 or more columns, e.g. if:
    >
    >Column A
    >R2: 2/10/05
    >R3: 8/10/05
    >R4: 9/10/05
    >
    >Column B
    >R2: 14/10/05
    >R3: 01/10/05
    >R4: 12/10/05
    >
    >I would want the table to be sorted as follows (row numbers in brackets
    >representing former row numbers):
    >
    >Column A
    >R2 (R3): 08/10/05
    >R3 (R2): 02/10/05
    >R4 (R4): 09/10/05
    >
    >Column B
    >R2 (R3): 01/10/05
    >R3 (R2): 14/10/05
    >R4 (R4): 12/10/05
    >
    >Many thanks


    I'd use a 'helper' formula in Column C.

    i.e in C2 put the formula =Min(A2:B2)

    Copy it down column C and then sort on column C.

    HTH

    __
    Richard Buttrey
    Grappenhall, Cheshire, UK
    __________________________

  17. #17
    Richard Buttrey
    Guest

    Re: Sort Problem

    On Mon, 5 Sep 2005 04:30:58 -0500, andyp161
    <andyp161.1uvrqd_1125914722.2033@excelforum-nospam.com> wrote:

    >
    >Is is possible to sort a table according to the date of say A or B
    >(rather than A then B) so that a table is essentially sorted by the the
    >earliest date in 2 or more columns, e.g. if:
    >
    >Column A
    >R2: 2/10/05
    >R3: 8/10/05
    >R4: 9/10/05
    >
    >Column B
    >R2: 14/10/05
    >R3: 01/10/05
    >R4: 12/10/05
    >
    >I would want the table to be sorted as follows (row numbers in brackets
    >representing former row numbers):
    >
    >Column A
    >R2 (R3): 08/10/05
    >R3 (R2): 02/10/05
    >R4 (R4): 09/10/05
    >
    >Column B
    >R2 (R3): 01/10/05
    >R3 (R2): 14/10/05
    >R4 (R4): 12/10/05
    >
    >Many thanks


    I'd use a 'helper' formula in Column C.

    i.e in C2 put the formula =Min(A2:B2)

    Copy it down column C and then sort on column C.

    HTH

    __
    Richard Buttrey
    Grappenhall, Cheshire, UK
    __________________________

  18. #18
    Richard Buttrey
    Guest

    Re: Sort Problem

    On Mon, 5 Sep 2005 04:30:58 -0500, andyp161
    <andyp161.1uvrqd_1125914722.2033@excelforum-nospam.com> wrote:

    >
    >Is is possible to sort a table according to the date of say A or B
    >(rather than A then B) so that a table is essentially sorted by the the
    >earliest date in 2 or more columns, e.g. if:
    >
    >Column A
    >R2: 2/10/05
    >R3: 8/10/05
    >R4: 9/10/05
    >
    >Column B
    >R2: 14/10/05
    >R3: 01/10/05
    >R4: 12/10/05
    >
    >I would want the table to be sorted as follows (row numbers in brackets
    >representing former row numbers):
    >
    >Column A
    >R2 (R3): 08/10/05
    >R3 (R2): 02/10/05
    >R4 (R4): 09/10/05
    >
    >Column B
    >R2 (R3): 01/10/05
    >R3 (R2): 14/10/05
    >R4 (R4): 12/10/05
    >
    >Many thanks


    I'd use a 'helper' formula in Column C.

    i.e in C2 put the formula =Min(A2:B2)

    Copy it down column C and then sort on column C.

    HTH

    __
    Richard Buttrey
    Grappenhall, Cheshire, UK
    __________________________

  19. #19
    Richard Buttrey
    Guest

    Re: Sort Problem

    On Mon, 5 Sep 2005 04:30:58 -0500, andyp161
    <andyp161.1uvrqd_1125914722.2033@excelforum-nospam.com> wrote:

    >
    >Is is possible to sort a table according to the date of say A or B
    >(rather than A then B) so that a table is essentially sorted by the the
    >earliest date in 2 or more columns, e.g. if:
    >
    >Column A
    >R2: 2/10/05
    >R3: 8/10/05
    >R4: 9/10/05
    >
    >Column B
    >R2: 14/10/05
    >R3: 01/10/05
    >R4: 12/10/05
    >
    >I would want the table to be sorted as follows (row numbers in brackets
    >representing former row numbers):
    >
    >Column A
    >R2 (R3): 08/10/05
    >R3 (R2): 02/10/05
    >R4 (R4): 09/10/05
    >
    >Column B
    >R2 (R3): 01/10/05
    >R3 (R2): 14/10/05
    >R4 (R4): 12/10/05
    >
    >Many thanks


    I'd use a 'helper' formula in Column C.

    i.e in C2 put the formula =Min(A2:B2)

    Copy it down column C and then sort on column C.

    HTH

    __
    Richard Buttrey
    Grappenhall, Cheshire, UK
    __________________________

  20. #20
    Richard Buttrey
    Guest

    Re: Sort Problem

    On Mon, 5 Sep 2005 04:30:58 -0500, andyp161
    <andyp161.1uvrqd_1125914722.2033@excelforum-nospam.com> wrote:

    >
    >Is is possible to sort a table according to the date of say A or B
    >(rather than A then B) so that a table is essentially sorted by the the
    >earliest date in 2 or more columns, e.g. if:
    >
    >Column A
    >R2: 2/10/05
    >R3: 8/10/05
    >R4: 9/10/05
    >
    >Column B
    >R2: 14/10/05
    >R3: 01/10/05
    >R4: 12/10/05
    >
    >I would want the table to be sorted as follows (row numbers in brackets
    >representing former row numbers):
    >
    >Column A
    >R2 (R3): 08/10/05
    >R3 (R2): 02/10/05
    >R4 (R4): 09/10/05
    >
    >Column B
    >R2 (R3): 01/10/05
    >R3 (R2): 14/10/05
    >R4 (R4): 12/10/05
    >
    >Many thanks


    I'd use a 'helper' formula in Column C.

    i.e in C2 put the formula =Min(A2:B2)

    Copy it down column C and then sort on column C.

    HTH

    __
    Richard Buttrey
    Grappenhall, Cheshire, UK
    __________________________

  21. #21
    Richard Buttrey
    Guest

    Re: Sort Problem

    On Mon, 5 Sep 2005 04:30:58 -0500, andyp161
    <andyp161.1uvrqd_1125914722.2033@excelforum-nospam.com> wrote:

    >
    >Is is possible to sort a table according to the date of say A or B
    >(rather than A then B) so that a table is essentially sorted by the the
    >earliest date in 2 or more columns, e.g. if:
    >
    >Column A
    >R2: 2/10/05
    >R3: 8/10/05
    >R4: 9/10/05
    >
    >Column B
    >R2: 14/10/05
    >R3: 01/10/05
    >R4: 12/10/05
    >
    >I would want the table to be sorted as follows (row numbers in brackets
    >representing former row numbers):
    >
    >Column A
    >R2 (R3): 08/10/05
    >R3 (R2): 02/10/05
    >R4 (R4): 09/10/05
    >
    >Column B
    >R2 (R3): 01/10/05
    >R3 (R2): 14/10/05
    >R4 (R4): 12/10/05
    >
    >Many thanks


    I'd use a 'helper' formula in Column C.

    i.e in C2 put the formula =Min(A2:B2)

    Copy it down column C and then sort on column C.

    HTH

    __
    Richard Buttrey
    Grappenhall, Cheshire, UK
    __________________________

  22. #22
    Richard Buttrey
    Guest

    Re: Sort Problem

    On Mon, 5 Sep 2005 04:30:58 -0500, andyp161
    <andyp161.1uvrqd_1125914722.2033@excelforum-nospam.com> wrote:

    >
    >Is is possible to sort a table according to the date of say A or B
    >(rather than A then B) so that a table is essentially sorted by the the
    >earliest date in 2 or more columns, e.g. if:
    >
    >Column A
    >R2: 2/10/05
    >R3: 8/10/05
    >R4: 9/10/05
    >
    >Column B
    >R2: 14/10/05
    >R3: 01/10/05
    >R4: 12/10/05
    >
    >I would want the table to be sorted as follows (row numbers in brackets
    >representing former row numbers):
    >
    >Column A
    >R2 (R3): 08/10/05
    >R3 (R2): 02/10/05
    >R4 (R4): 09/10/05
    >
    >Column B
    >R2 (R3): 01/10/05
    >R3 (R2): 14/10/05
    >R4 (R4): 12/10/05
    >
    >Many thanks


    I'd use a 'helper' formula in Column C.

    i.e in C2 put the formula =Min(A2:B2)

    Copy it down column C and then sort on column C.

    HTH

    __
    Richard Buttrey
    Grappenhall, Cheshire, UK
    __________________________

  23. #23
    Richard Buttrey
    Guest

    Re: Sort Problem

    On Mon, 5 Sep 2005 04:30:58 -0500, andyp161
    <andyp161.1uvrqd_1125914722.2033@excelforum-nospam.com> wrote:

    >
    >Is is possible to sort a table according to the date of say A or B
    >(rather than A then B) so that a table is essentially sorted by the the
    >earliest date in 2 or more columns, e.g. if:
    >
    >Column A
    >R2: 2/10/05
    >R3: 8/10/05
    >R4: 9/10/05
    >
    >Column B
    >R2: 14/10/05
    >R3: 01/10/05
    >R4: 12/10/05
    >
    >I would want the table to be sorted as follows (row numbers in brackets
    >representing former row numbers):
    >
    >Column A
    >R2 (R3): 08/10/05
    >R3 (R2): 02/10/05
    >R4 (R4): 09/10/05
    >
    >Column B
    >R2 (R3): 01/10/05
    >R3 (R2): 14/10/05
    >R4 (R4): 12/10/05
    >
    >Many thanks


    I'd use a 'helper' formula in Column C.

    i.e in C2 put the formula =Min(A2:B2)

    Copy it down column C and then sort on column C.

    HTH

    __
    Richard Buttrey
    Grappenhall, Cheshire, UK
    __________________________

  24. #24
    Richard Buttrey
    Guest

    Re: Sort Problem

    On Mon, 5 Sep 2005 04:30:58 -0500, andyp161
    <andyp161.1uvrqd_1125914722.2033@excelforum-nospam.com> wrote:

    >
    >Is is possible to sort a table according to the date of say A or B
    >(rather than A then B) so that a table is essentially sorted by the the
    >earliest date in 2 or more columns, e.g. if:
    >
    >Column A
    >R2: 2/10/05
    >R3: 8/10/05
    >R4: 9/10/05
    >
    >Column B
    >R2: 14/10/05
    >R3: 01/10/05
    >R4: 12/10/05
    >
    >I would want the table to be sorted as follows (row numbers in brackets
    >representing former row numbers):
    >
    >Column A
    >R2 (R3): 08/10/05
    >R3 (R2): 02/10/05
    >R4 (R4): 09/10/05
    >
    >Column B
    >R2 (R3): 01/10/05
    >R3 (R2): 14/10/05
    >R4 (R4): 12/10/05
    >
    >Many thanks


    I'd use a 'helper' formula in Column C.

    i.e in C2 put the formula =Min(A2:B2)

    Copy it down column C and then sort on column C.

    HTH

    __
    Richard Buttrey
    Grappenhall, Cheshire, UK
    __________________________

  25. #25
    Richard Buttrey
    Guest

    Re: Sort Problem

    On Mon, 5 Sep 2005 04:30:58 -0500, andyp161
    <andyp161.1uvrqd_1125914722.2033@excelforum-nospam.com> wrote:

    >
    >Is is possible to sort a table according to the date of say A or B
    >(rather than A then B) so that a table is essentially sorted by the the
    >earliest date in 2 or more columns, e.g. if:
    >
    >Column A
    >R2: 2/10/05
    >R3: 8/10/05
    >R4: 9/10/05
    >
    >Column B
    >R2: 14/10/05
    >R3: 01/10/05
    >R4: 12/10/05
    >
    >I would want the table to be sorted as follows (row numbers in brackets
    >representing former row numbers):
    >
    >Column A
    >R2 (R3): 08/10/05
    >R3 (R2): 02/10/05
    >R4 (R4): 09/10/05
    >
    >Column B
    >R2 (R3): 01/10/05
    >R3 (R2): 14/10/05
    >R4 (R4): 12/10/05
    >
    >Many thanks


    I'd use a 'helper' formula in Column C.

    i.e in C2 put the formula =Min(A2:B2)

    Copy it down column C and then sort on column C.

    HTH

    __
    Richard Buttrey
    Grappenhall, Cheshire, UK
    __________________________

  26. #26
    Richard Buttrey
    Guest

    Re: Sort Problem

    On Mon, 5 Sep 2005 04:30:58 -0500, andyp161
    <andyp161.1uvrqd_1125914722.2033@excelforum-nospam.com> wrote:

    >
    >Is is possible to sort a table according to the date of say A or B
    >(rather than A then B) so that a table is essentially sorted by the the
    >earliest date in 2 or more columns, e.g. if:
    >
    >Column A
    >R2: 2/10/05
    >R3: 8/10/05
    >R4: 9/10/05
    >
    >Column B
    >R2: 14/10/05
    >R3: 01/10/05
    >R4: 12/10/05
    >
    >I would want the table to be sorted as follows (row numbers in brackets
    >representing former row numbers):
    >
    >Column A
    >R2 (R3): 08/10/05
    >R3 (R2): 02/10/05
    >R4 (R4): 09/10/05
    >
    >Column B
    >R2 (R3): 01/10/05
    >R3 (R2): 14/10/05
    >R4 (R4): 12/10/05
    >
    >Many thanks


    I'd use a 'helper' formula in Column C.

    i.e in C2 put the formula =Min(A2:B2)

    Copy it down column C and then sort on column C.

    HTH

    __
    Richard Buttrey
    Grappenhall, Cheshire, UK
    __________________________

  27. #27
    Richard Buttrey
    Guest

    Re: Sort Problem

    On Mon, 5 Sep 2005 04:30:58 -0500, andyp161
    <andyp161.1uvrqd_1125914722.2033@excelforum-nospam.com> wrote:

    >
    >Is is possible to sort a table according to the date of say A or B
    >(rather than A then B) so that a table is essentially sorted by the the
    >earliest date in 2 or more columns, e.g. if:
    >
    >Column A
    >R2: 2/10/05
    >R3: 8/10/05
    >R4: 9/10/05
    >
    >Column B
    >R2: 14/10/05
    >R3: 01/10/05
    >R4: 12/10/05
    >
    >I would want the table to be sorted as follows (row numbers in brackets
    >representing former row numbers):
    >
    >Column A
    >R2 (R3): 08/10/05
    >R3 (R2): 02/10/05
    >R4 (R4): 09/10/05
    >
    >Column B
    >R2 (R3): 01/10/05
    >R3 (R2): 14/10/05
    >R4 (R4): 12/10/05
    >
    >Many thanks


    I'd use a 'helper' formula in Column C.

    i.e in C2 put the formula =Min(A2:B2)

    Copy it down column C and then sort on column C.

    HTH

    __
    Richard Buttrey
    Grappenhall, Cheshire, UK
    __________________________

  28. #28
    Richard Buttrey
    Guest

    Re: Sort Problem

    On Mon, 5 Sep 2005 04:30:58 -0500, andyp161
    <andyp161.1uvrqd_1125914722.2033@excelforum-nospam.com> wrote:

    >
    >Is is possible to sort a table according to the date of say A or B
    >(rather than A then B) so that a table is essentially sorted by the the
    >earliest date in 2 or more columns, e.g. if:
    >
    >Column A
    >R2: 2/10/05
    >R3: 8/10/05
    >R4: 9/10/05
    >
    >Column B
    >R2: 14/10/05
    >R3: 01/10/05
    >R4: 12/10/05
    >
    >I would want the table to be sorted as follows (row numbers in brackets
    >representing former row numbers):
    >
    >Column A
    >R2 (R3): 08/10/05
    >R3 (R2): 02/10/05
    >R4 (R4): 09/10/05
    >
    >Column B
    >R2 (R3): 01/10/05
    >R3 (R2): 14/10/05
    >R4 (R4): 12/10/05
    >
    >Many thanks


    I'd use a 'helper' formula in Column C.

    i.e in C2 put the formula =Min(A2:B2)

    Copy it down column C and then sort on column C.

    HTH

    __
    Richard Buttrey
    Grappenhall, Cheshire, UK
    __________________________

+ 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