Dynamically populate rows based on values in column

Copper Contributor

I have a workbook with a dozen sheets. Each sheet has a table with identical headers.

 

I need each sheet's table to contain the table values from the first sheet where the final cell in the first sheet's table is the corresponding number of that sheet.

 

EXAMPLE:

 

For every row in sheet one with a '0' in the last cell that whole row needs to populate in the table of the next sheet titled '0. Intake'

 

For every row in sheet one with a '1' in the last cell that whole row needs to populate in the table of the next sheet titled '1. New Orders'

 

The first sheet is meant to include ALL rows while each sheet should only contain the rows with the designated number as a kind of advanced sorting. Every time the number in the last column of the first sheet changes, that row should move from the previous sheet it populated to the sheet the updated number corresponds to. 

1 Reply

@cjonespsusa 

 

do you have a screen shot