I have a multi-sheet workbook. Each worksheet has sales data from many different salesman. Each set of data separated by a blank row. Each row of salesman data has a unique identifier, I'll call "SALESID"
I can generate additional tabs...one for each salesman, driven off of a separate index sheet, but the problem I'm having, is moving the rows of data from one sheet to another so that each salesman will have his or her own unique worksheet with just their data. Currently I have it organized by Sales District, with each district having it's own worksheet, and each worksheet containing data for many salesmen.
The sheet looks like this;
SDL 016765 City Medical Center $4,583 260
SDK 267564 Charro's Restaurant $3,445 155
Every line is differnt, with data grouped by the first column identifier.
I can generate additional tabs...one for each salesman, driven off of a separate index sheet, but the problem I'm having, is moving the rows of data from one sheet to another so that each salesman will have his or her own unique worksheet with just their data. Currently I have it organized by Sales District, with each district having it's own worksheet, and each worksheet containing data for many salesmen.
The sheet looks like this;
SDL 016765 City Medical Center $4,583 260
SDK 267564 Charro's Restaurant $3,445 155
Every line is differnt, with data grouped by the first column identifier.