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)
This should do: =CONCATENATE("http://www.xyz.com?site=overture&keyword=",B2)