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

Best way to learn Power Query?
Read M is for (Data) Monkey book by Ken Puls and Miguel Escobar. It is the complete guide to Power Query.

Forum statistics

Threads
1,216,303
Messages
6,129,984
Members
449,550
Latest member
LML2892

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