+ Reply to Thread
Results 1 to 2 of 2

Group and sort on two columns

  1. #1
    Marianne
    Guest

    Group and sort on two columns

    I want to group by number then sort by amount descending.

    sample:

    111111 50.00
    222222 100.00
    111111 50.00
    222222 50.00

    I want it to sort this way:

    222222 100.00
    222222 50.00
    222222 total 150.00
    111111 50.00
    111111 50.00
    111111 total 100.00

  2. #2
    Doug Kanter
    Guest

    Re: Group and sort on two columns


    "Marianne" <Marianne@discussions.microsoft.com> wrote in message
    news:B6E29E0C-56E1-4384-AB50-71D9A2D09C71@microsoft.com...
    >I want to group by number then sort by amount descending.
    >
    > sample:
    >
    > 111111 50.00
    > 222222 100.00
    > 111111 50.00
    > 222222 50.00
    >
    > I want it to sort this way:
    >
    > 222222 100.00
    > 222222 50.00
    > 222222 total 150.00
    > 111111 50.00
    > 111111 50.00
    > 111111 total 100.00


    OK. You should do it, then. What have you tried so far?



+ 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