Thread: Sort
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
tresmonos
 
Posts: n/a
Default Sort

I have 3 columns of importance in the same sheet one is acct numbers, the
other is the jobs within each account and the other the sum of jobs the
accnt has. I want to produce a sheet that sorts the account according to how
many jobs they have (descending order) while maintaining the grouping of the
jobs in their perspective account.

wks layout:

acct # | job | sum of jobs |
5 | abc | 1 |
2 | fbk | 2 |
| sdf |
3 | asd | 1 |

VB or a formula is fine withe me. Thanks in advance!