Hello,
I am trying to build a boiler plate script and would like names from a list inserted. My text/script is several lines long in excel. My spreadsheet looks like this:
A B
1 NAME1 SCRIPT TEXT1
2 NAME2 SCRIPT TEXT2
3 NAME3 =concatenate(SCRIPT TEXT3, A1)
4 NAME4 SCRIPT TEXT4
5 NAME5 SCRIPT TEXT5
6 NAME6
7 NAME7 SCRIPT TEXT1
8 NAME8 SCRIPT TEXT2
9 NAME9 =concatenate(SCRIPT TEXT3, A2)
10 NAME10 SCRIPT TEXT4
11 NAME11 SCRIPT TEXT5
12 NAME12
I am looking for a way I can copy all 5 lines of my script one after the other where my concatenate script will grab each name. I'd like the concatenate to grab A1, then A2, then A3, then A4 each time I copy it.
As it is now, if I copy, my concatenate will use A1, then A9, then A13, etc. And all of the names in between are missed.
Does anyone know of a way I can do this?
My script is about 40 lines long and I have a list of approximately 1000 names.
Thanks!
I am trying to build a boiler plate script and would like names from a list inserted. My text/script is several lines long in excel. My spreadsheet looks like this:
A B
1 NAME1 SCRIPT TEXT1
2 NAME2 SCRIPT TEXT2
3 NAME3 =concatenate(SCRIPT TEXT3, A1)
4 NAME4 SCRIPT TEXT4
5 NAME5 SCRIPT TEXT5
6 NAME6
7 NAME7 SCRIPT TEXT1
8 NAME8 SCRIPT TEXT2
9 NAME9 =concatenate(SCRIPT TEXT3, A2)
10 NAME10 SCRIPT TEXT4
11 NAME11 SCRIPT TEXT5
12 NAME12
I am looking for a way I can copy all 5 lines of my script one after the other where my concatenate script will grab each name. I'd like the concatenate to grab A1, then A2, then A3, then A4 each time I copy it.
As it is now, if I copy, my concatenate will use A1, then A9, then A13, etc. And all of the names in between are missed.
Does anyone know of a way I can do this?
My script is about 40 lines long and I have a list of approximately 1000 names.
Thanks!