I have a list of 13 names. It's a simple list:
Name address
person 1 123
person 2 454
Etc.
I have a spreadsheet that I want to print on one side of a sheet and the address on the other. Then I can fold the sheet with the "from" and "to" addresses on the outside. So, the back of this spreadsheet page would look like:
From: 654
To: person 1 123
Then the next sheet would show:
From: 654
To: person 2 454
The entire print range containing the names and addresses is: "$C$4:$D$17"
The first page would show the "from" address, "654", then
The print range for the first page would be "$C$4:$D$4"
The second page would also show the "from " address, then
The print range for the second page would be "$C$5:$D$5", etc.
Help, please![]()
Bookmarks