ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Add additional info to multiple fields (https://www.excelbanter.com/excel-worksheet-functions/67882-add-additional-info-multiple-fields.html)

autobiz

Add additional info to multiple fields
 

I have many fields that has part of a url in it Example: abcmotors.com
and I would like to add www. in front of it to make the field a correct
link. I have over 4,000 that I need to do this with. I would like do it
all automaticly? Instead of one at a time.

Thanks
Doug


--
autobiz
------------------------------------------------------------------------
autobiz's Profile: http://www.excelforum.com/member.php...o&userid=30902
View this thread: http://www.excelforum.com/showthread...hreadid=505760


Dave Peterson

Add additional info to multiple fields
 
I'd use a formula in an adjacent cell:

="www." & a2
and copy down


="http://www." & a2)
or maybe...
=hyperlink("http://www." & a2, "Click me")




autobiz wrote:

I have many fields that has part of a url in it Example: abcmotors.com
and I would like to add www. in front of it to make the field a correct
link. I have over 4,000 that I need to do this with. I would like do it
all automaticly? Instead of one at a time.

Thanks
Doug

--
autobiz
------------------------------------------------------------------------
autobiz's Profile: http://www.excelforum.com/member.php...o&userid=30902
View this thread: http://www.excelforum.com/showthread...hreadid=505760


--

Dave Peterson

Gord Dibben

Add additional info to multiple fields
 
Assuming fields are in column A.

In B1 enter ="www." & A1

Double-click on the B1 fill handle to increment down column B.

When/if happy, select Column B and copy.

EditPaste Special(in place)ValuesOKEsc.


Gord Dibben MS Excel MVP

On Fri, 27 Jan 2006 10:15:16 -0600, autobiz
wrote:


I have many fields that has part of a url in it Example: abcmotors.com
and I would like to add www. in front of it to make the field a correct
link. I have over 4,000 that I need to do this with. I would like do it
all automaticly? Instead of one at a time.

Thanks
Doug




All times are GMT +1. The time now is 12:07 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com