Hi everyone, need some help with this VBA code!

What I want to do is copy cells from a worksheet (i.e. "Start") to another worksheet (i.e. "Finish") when a specific variable is entered into a specific column.

Worksheet "Start" is seen in the first picture. Whenever a "1" is entered by a user (in column B, E, H etc.), I want the code to copy the variable name next to it (in column A, D, G) to a new worksheet where these variables will form a new table for all entries with a "1" entered.

Screen Shot 2017-07-21 at 12.50.59 AM.png

The outcome in the new worksheet "Finish" should look like the second picture.

Screen Shot 2017-07-21 at 12.51.13 AM.png

The new worksheet should update automatically in real time when 0's and 1's are entered into the intial worksheet, so there shouldn't need to be a button created.

Any help on the code is much appreciated!