Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
On Tue, 4 Apr 2006 07:14:01 -0700, Ajesh
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 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Prevent duplicate entries in Excel 2000 | Excel Discussion (Misc queries) | |||
Is there a macro to identify and remove duplicate data in Excel? | Excel Worksheet Functions | |||
Maintain proper links when Excel cells are moved | Excel Discussion (Misc queries) | |||
Can Excel alert me to a duplicate entry? | Excel Discussion (Misc queries) | |||
Duplicate records in Excel | Excel Discussion (Misc queries) |