So I have VERY basic coding skills and I have been trying to piece together code in order to solve this, with no luck. I've started a Javascript Codecademy course but it's not getting to what I believe I need to write this level of code in the time this will be needed.
What I am trying to achieve:
I have a Google Sheet with an 'employee data' tab with ~320 unique employee ID's in a column and a Total Rewards Statement on another tab that is dynamically updated when the employee ID is entered into merged cell C9:D9
I am trying to have the code copy an employee ID from the 'Employee Data' tab and paste it in cell driving the 'Total Rewards Statement' tab. Then generate a PDF
This process would repeat for each employee ID in a loop until the last employee
Employee data tab, containing employee IDs in column B which drive the Total rewards template tab:
Any input is much appreciated!! I've tried googling every piece of this and found promising code, its just a matter of putting it all together that is out of my wheelhouse currently.