Forum Moderators: open

Message Too Old, No Replies

Bulk upload form

Adding keywords to url field

         

Hiccup

5:32 am on Sep 26, 2005 (gmt 0)

10+ Year Member



Any excel experts here? I have the overture bulk upload form and want to add "http://www.xyz.com?site=overture&keyword={cell B2}" where cell B2 is the keyword cell.

How can I do this in excel? (Hope that makes sense)

Sztraik

8:19 am on Sep 26, 2005 (gmt 0)

10+ Year Member



This should do:
=CONCATENATE("http://www.xyz.com?site=overture&keyword=",B2)