+ Reply to Thread
Results 1 to 2 of 2

i maintain DB of URLs in Excel. how can i avoid duplicate entry?

  1. #1
    Ajesh
    Guest

    i maintain DB of URLs in Excel. how can i avoid duplicate entry?

    i use windows xp. i am maintaining a database of urls in excel. i want to
    avoid re entering the urls. is there a way i can do it?

  2. #2
    Richard Buttrey
    Guest

    Re: i maintain DB of URLs in Excel. how can i avoid duplicate entry?

    On Tue, 4 Apr 2006 07:14:01 -0700, Ajesh
    <Ajesh@discussions.microsoft.com> wrote:

    >i use windows xp. i am maintaining a database of urls in excel. i want to
    >avoid re entering the urls. is there a way i can do it?


    One way would be to temporarily put your new URL in a test cell, then
    in another cell have a VLOOKUP.

    i.e. =VLOOKUP(testcell,yourexistingURLrange,1,false)

    If the Vlookup evaluates to #N/A it means the new test URL does not
    exist in your data, so add it to your list.

    You could get really smart and run this with a small VBA macro,
    prompting for the new URL, testing it as above and adding it to your
    list if appropriate.

    HTH

    __
    Richard Buttrey
    Grappenhall, Cheshire, UK
    __________________________

+ 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