Forum Moderators: open
I administer a site that sells car parts.
The site splits products into seperate sections for each car, then into part type and sub-type
On our website we have products stored in a cms, which displays products as follows:
http://www.example.com/website/parts.php?website=19&nav=31&item=GGF560
where:
group=the type of product
website=the car catagory
nav=the sub-catagory
item=the item id
What I want to do is create an excel macro or vlookup or something to turn this infomation into a correctly formatted link. I'm just uncertain how to accomplish this. Does anyone else have this kind of experience?