Ich stelle mir vor, das ist lächerlich einfach, aber ich weiß einfach nicht, was ich tun soll. Ich habe eine Spalte (A) von Zellen mit Zeichenfolgen und möchte einfach jeder Zeichenfolge in jeder Zelle eine Webadresse voranstellen:
A
--------
1| /foo/bar/
2| /foo/foo/
3| /foo/baz/
...
Ich möchte:
A
--------
1| http://foo.com/foo/bar/
2| http://foo.com/foo/foo/
3| http://foo.com/foo/baz/
...