davidmichael99
New Member
- Joined
- Nov 1, 2013
- Messages
- 5
I am having issues separating data from one worksheet to multiple worksheets.
DATA: Entering product code onto a master sheet in column A with test results in column B, C, & D.
Example: Master sheet[TABLE="class: grid, width: 100"]
<TBODY>[TR]
[TD]Product[/TD]
[TD]Test1[/TD]
[TD]Test2[/TD]
[TD]Test3[/TD]
[/TR]
[TR]
[TD]1540[/TD]
[TD]50[/TD]
[TD]55[/TD]
[TD]58[/TD]
[/TR]
[TR]
[TD]2020[/TD]
[TD]19[/TD]
[TD]25[/TD]
[TD]74[/TD]
[/TR]
[TR]
[TD]1540[/TD]
[TD]51[/TD]
[TD]54[/TD]
[TD]55[/TD]
[/TR]
[TR]
[TD]2021[/TD]
[TD]85[/TD]
[TD]45[/TD]
[TD]17[/TD]
[/TR]
</TBODY>[/TABLE]
Result: After new product code is entered for that day onto master sheet I would like to press a button that would update the sheet and separate the data into multiple worksheets based on the product code. A sheet for 1540, 2040, and 2021.
Results: Sheet 1540[TABLE="class: grid, width: 100"]
<TBODY>[TR]
[TD]Product[/TD]
[TD]Test[/TD]
[TD]Test[/TD]
[TD]Test[/TD]
[/TR]
[TR]
[TD]1540[/TD]
[TD]50[/TD]
[TD]55[/TD]
[TD]58[/TD]
[/TR]
[TR]
[TD]1540[/TD]
[TD]51[/TD]
[TD]54[/TD]
[TD]55[/TD]
[/TR]
</TBODY>[/TABLE]
Is this possible to accomplish with excel functions, macro, or would I need VBA? Which would be the best way to approach this issue and where should I start? I have searched to net for examples but Im not really coming up with any results. Maybe Im just not searching for the right keywords. </SPAN>
DATA: Entering product code onto a master sheet in column A with test results in column B, C, & D.
Example: Master sheet[TABLE="class: grid, width: 100"]
<TBODY>[TR]
[TD]Product[/TD]
[TD]Test1[/TD]
[TD]Test2[/TD]
[TD]Test3[/TD]
[/TR]
[TR]
[TD]1540[/TD]
[TD]50[/TD]
[TD]55[/TD]
[TD]58[/TD]
[/TR]
[TR]
[TD]2020[/TD]
[TD]19[/TD]
[TD]25[/TD]
[TD]74[/TD]
[/TR]
[TR]
[TD]1540[/TD]
[TD]51[/TD]
[TD]54[/TD]
[TD]55[/TD]
[/TR]
[TR]
[TD]2021[/TD]
[TD]85[/TD]
[TD]45[/TD]
[TD]17[/TD]
[/TR]
</TBODY>[/TABLE]
Result: After new product code is entered for that day onto master sheet I would like to press a button that would update the sheet and separate the data into multiple worksheets based on the product code. A sheet for 1540, 2040, and 2021.
Results: Sheet 1540[TABLE="class: grid, width: 100"]
<TBODY>[TR]
[TD]Product[/TD]
[TD]Test[/TD]
[TD]Test[/TD]
[TD]Test[/TD]
[/TR]
[TR]
[TD]1540[/TD]
[TD]50[/TD]
[TD]55[/TD]
[TD]58[/TD]
[/TR]
[TR]
[TD]1540[/TD]
[TD]51[/TD]
[TD]54[/TD]
[TD]55[/TD]
[/TR]
</TBODY>[/TABLE]
Is this possible to accomplish with excel functions, macro, or would I need VBA? Which would be the best way to approach this issue and where should I start? I have searched to net for examples but Im not really coming up with any results. Maybe Im just not searching for the right keywords. </SPAN>