Create multiple worksheets based on criteria from a Master Worksheet

LedRoc

New Member
Joined
Feb 24, 2009
Messages
4
Hi All
Looking to create multiple worksheets based on criteria from a column in a master worksheet.

The master worksheet will contain a list of items pertaining to sales information. Each row will contain info such as Product #, Model #, Price, Quantity, and most importantly salesman ID #.

Im looking for a way to create a spreadsheet for each salesman ID# and list all the info for each individual sale. I have been sorting the master worksheet by salesman ID", then copy & pasting the info to each individual worksheet. This proves to be time consuming.

Would a macro be easy to create for this or is there another way to approach this problem. Please let me know if more info is need and Ill try my best to provide it.

Thanks!
 

Excel Facts

Copy a format multiple times
Select a formatted range. Double-click the Format Painter (left side of Home tab). You can paste formatting multiple times. Esc to stop
i would make a worksheet userform, that they can fill out, when they put there ID in, use that when whey click the button to enter the sale, the button uses that cell to find and sheet indext with that id and puts the data in the next empty cell.
 
Upvote 0

Forum statistics

Threads
1,207,442
Messages
6,078,582
Members
446,350
Latest member
FrancieRech

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top