been trying to figure out a way to copy and paste data based on both the Game Number entered and Player Name. To break it down, a game has only 4 players and scorekeeping is built on a template on Sheet 1. Sheet 2 is a conglomerate of 16 different players and displays the Game Number and date from when the game was played.
Here is where I am having trouble. In the template, I essentially enter the scores manually as well as the Game Number. I am trying to make a macro that once I press it, it will scan the Game Number on Sheet 1 as a string and identify the matching cell in Sheet 2. It will then proceed to copy and paste the date. The script will then recognize the Player Name row in Sheet 1 and copy and paste the corresponding scores on Sheet 2, in the same row identified earlier by the Game Number. This is really tricky because it has to avoid pasting in the other 12 of 16 players column.