+ Reply to Thread
Results 1 to 2 of 2

Increasing a number inside of a URL string

  1. #1
    Registered User
    Join Date
    08-19-2009
    Location
    Long Beach
    MS-Off Ver
    CA
    Posts
    43

    Increasing a number inside of a URL string

    Hi,

    I need to make a URl list in excel for every page in a thread.

    The url string looks like this:

    http://www.forum.com/subforum/12345-...-thread-1.html


    the 1 right before the .html is the page number, and it is the only variable that changes. I need to find out how to increase that number by one each line so I get:


    http://www.forum.com/subforum/12345-...-thread-1.html
    http://www.forum.com/subforum/12345-...-thread-2.html
    http://www.forum.com/subforum/12345-...-thread-3.html
    ...
    http://www.forum.com/subforum/12345-...thread-10.html
    http://www.forum.com/subforum/12345-...thread-11.html


    and so on.

    Is there an easy way to do this?

  2. #2
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: Increasing a number inside of a URL string

    In row 1 and copy down, ="http://www.forum.com/subforum/12345-...-thread-" & ROW() & ".html"
    Entia non sunt multiplicanda sine necessitate

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1