Group and sort on two columns

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

Guest

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
 
Marianne said:
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?
 

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

Back
Top