Reputation: 1
I have a Google Doc where the same template page is duplicated hundreds of times. The only value I need to change on each page is NAME. I've seen tutorials where Apps Script is used to create individual Docs based on spreadsheet values, but I'd like to replace NAME in a single doc based on the numerical positioning of spreadsheet values as they correlate to page numbers.
For example, NAME on the first page of the doc would be replaced with the value in A1 of the spreadsheet. NAME on the second page of the doc would be replaced with the value in A2 of the spreadsheet.
Any help in creating this script would be much appreciated!
Thank you, Matt
Upvotes: 0
Views: 130