Not sure which function to use - need multiple lines of data

  • Thread starter Thread starter Bob
  • Start date Start date
B

Bob

I have one table with one column for salesrep names. My second table has the
salesrep name, customer names and amounts. What I would like to do is create
a worksheet that will give me the customer names and amounts for each
salesrep.
Therefore I will have multiple sheets (one for each rep) and each sheet will
have multiple customer names and amounts tied to each salesrep.

Thanks.
--
 
create a pivot table that uses the second table as its source and that uses
the salesreps' names as a page filter.
 
Back
Top