How do I use text in one cell to trigger row to be copied on another sheet in Excel?
Posted
by Brian Eby
on Stack Overflow
See other posts from Stack Overflow
or by Brian Eby
Published on 2010-04-25T02:32:58Z
Indexed on
2010/04/25
2:43 UTC
Read the original article
Hit count: 358
copy
I provide all of the cut lists for our cabinet manufacturing in Excel. I tally all parts for the entire job on the first worksheet in an Excel file, and then filter the rows based on the "Material" column, and manually copy/paste each row in to its own material-specific worksheet (example: I filter "Materials" column for "Maple Ply", and then copy all "Maple Ply" rows to the "Maple Ply" worksheet). Then the material specific worksheets are sent to the shop floor for cutting. This is time consuming, and if I need to change any data in the first page, I have to go and manually update the copied row in its material-specific page.
Is there any way to make each material page "look" for its material, and automatically populate itself with any row that has the appropriate material in the material column (example: any time I enter "Maple Ply" in the material column of sheet one, that row is automatically copied to the "Maple Ply" worksheet)? If so, could this link be dynamic, rather than just a copy, so that if I change a cell in a particular row on sheet one, that data is also updated on the material-specific worksheet copy?
Thank you, Brian
© Stack Overflow or respective owner