Hello,
I would like to create a long string of observations in excel, each of which is a website, via automation. The basic structure of the URL is:
https://www.congress.gov/bill/107th-congress/house-bill/1/all-actions-with-amendments?pageSort=asc
The change from one website to another is the "1" in the middle of the URL ("house-bill/1/all") will become a "2" and so on. The string will look like this, but with thousands of observations:
https://www.congress.gov/bill/107th-congress/house-bill/1/all-actions-with-amendments?pageSort=asc
https://www.congress.gov/bill/107th-congress/house-bill/2/all-actions-with-amendments?pageSort=asc
https://www.congress.gov/bill/107th-congress/house-bill/3/all-actions-with-amendments?pageSort=asc
Is there an automated means through which I can do this? I would like to set it such that the next row takes the value of the row above and adds one, but I don't see a way to do this. Any help would be greatly appreciated, and I apologize if this question has been asked before.
I would like to create a long string of observations in excel, each of which is a website, via automation. The basic structure of the URL is:
https://www.congress.gov/bill/107th-congress/house-bill/1/all-actions-with-amendments?pageSort=asc
The change from one website to another is the "1" in the middle of the URL ("house-bill/1/all") will become a "2" and so on. The string will look like this, but with thousands of observations:
https://www.congress.gov/bill/107th-congress/house-bill/1/all-actions-with-amendments?pageSort=asc
https://www.congress.gov/bill/107th-congress/house-bill/2/all-actions-with-amendments?pageSort=asc
https://www.congress.gov/bill/107th-congress/house-bill/3/all-actions-with-amendments?pageSort=asc
Is there an automated means through which I can do this? I would like to set it such that the next row takes the value of the row above and adds one, but I don't see a way to do this. Any help would be greatly appreciated, and I apologize if this question has been asked before.