add default txt in a cell(s) without changing he original

phynfan

New Member
Joined
Jan 15, 2014
Messages
2
example:
Col A
row 1: server01
row 2: server02
row 3: server 03 etc
I need to add FQDN to each of those cells without changing orignal text;

Col A
row 1: server01.abc.com
row 2: server02.abc.com etc
Thanks for the help
 

Excel Facts

Excel Can Read to You
Customize Quick Access Toolbar. From All Commands, add Speak Cells or Speak Cells on Enter to QAT. Select cells. Press Speak Cells.

vds1

Well-known Member
Joined
Oct 5, 2011
Messages
1,200
Welcome to MrExcel.com


You can have test column "B" and insert the below formula


=A1 & ".abc.com"


Later you can copy paste to column A and delete column B
 
Upvote 0

Forum statistics

Threads
1,195,648
Messages
6,010,911
Members
441,572
Latest member
keobongda8812

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
Top