I have a field with the project name. and I want to use that name in a URL to individualize the path.
So column 1 is field type NAME.
with the contents
Row 1 is fred
Row 2 is barney
Column 2 today is field type URL
Row 1 http://basepath/fred/commonpath
Row 2 http://basepath/barney/commonpath
What I want is Column 2 to have field type URL and effectively auto look up the NAME
Row 1 http://basepath/{NAME}/commonpath (look up NAME for row1)
Row 2 http://basepath/{NAME}/commonpath (Lookup NAME for row 2)
That way I can just copy the formula but all the URL links, in reality there a mutliple URL references and NAMEs so it would be very helpful
