Create automated excel sheet which adds "http://www." & "http://" to entries

ruifct

New Member
Joined
Apr 22, 2019
Messages
2
Hi guys,

Can I please request your help creating a macro/solution for the following situation:

- Column A: list of urls -> for example: website1, website 2, website 3, ...
- Column B: ="http://www."&A1 -> http://www.website1.com http://www.website2.com http://www.website3.com
- Column C: ="http://"&A1 -> http://website1.com http://website2.com http://website3.com
- Column D: should display the entries on column B + the entries on column C -> http://www.website1.com http://www.website2.com http://www.website3.com http://website1.com http://website2.com http://website3.com

The final goal is to be able to paste a list of urls on column A and automatically get the results on column D. If possible, there's no need to display the data on currently being shown on columns B and C, only the outcome on column D.

Any help will be greatly appreciated!
 

Excel Facts

Get help while writing formula
Click the italics "fx" icon to the left of the formula bar to open the Functions Arguments dialog. Help is displayed for each argument.

Forum statistics

Threads
1,223,893
Messages
6,175,240
Members
452,621
Latest member
Laura_PinksBTHFT

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top