Does this work for you?
Note that the code is located in a Sheet module. Note also the "Worksheet" and "Change" in the dropdown menus. This setting will give you a Sub with the title
Any time a cell is changed on that worksheet this Sub will run and the cell that was changed will be available in the Target variable.
The IF setting just makes sure the code only runs if the Target cell is before the "J" column and after the first row.Code in sheet module, Worksheet Change.PNG
If you right click on a tab and choose Show Code, you will come directly here.
Almost forgot to put the code on display as well 
Bookmarks