View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Dos Equis Dos Equis is offline
external usenet poster
 
Posts: 23
Default Self propogating list

Hi all,

I am trying to create a worksheet which is self propogating. The best
I can describe this is with this example:

WSPeople WSSales WSPay WSSummary
Tom Tom 2 25.00 Brad 0 0.00
Brad Mike 1 Jane 5
125.00
Joe Joe 3 Joe 3
75.00
Jane Tom 1 Mike 1
25.00
Mike Jane 5 Tom 3
75.00


I know how to most of this, just ned help getting the Summary work
sheet to pull the names from WSPeople and put them in alphabetical
order.

Any help is greatly appreciated.

Thanks,

Byron