Hi All,
I hope someone can help with this, and I will try to be as detailed as possible.
I have a list of website URL’s I have removed the Http:// addresses from each of the cells. So my data looks like the below list
Support/
Support/Consumer_Products/index.aspx
Support/Consumer_Products/operating_system_drivers/
Support/business-product-support/
Support/Consumer_Products/products/printers/
Support/Consumer_Products/where_to_find_your_serial_number/
Support/Consumer_Products/products/Fax__Multifunctionals/
Support/Consumer_Products/services_locator/
ect
What I’m trying to do is partial match to group a bunch of URLS together for for example
2014-12-08 15_30_06-Microsoft Excel - Entry Page Lookup List.xlsx.png
For for example the following URLS would be grouped into “Support - Driver Download” using the above look-up table.
Support/Driver_Download/system/
Support/Driver_Download/cameras/
And if the following URLS are found then these would be grouped into “Support - Consumer Products - Products - Fax & Multifunctionals”
Support/Consumer_Products/products/Fax__Multifunctionals/productA (there are over a 100 product names)
Support/Consumer_Products/products/Fax__Multifunctionals/productB
Support/Consumer_Products/products/Fax__Multifunctionals/productC
Hope you get the idea. I'm trying to get my Vlookup to match part of the string and return the closest group it can find in the lookup table. I have tried using wildcards etc, but I cannot seem to get anything to work
Thanks
Bookmarks