How to keep the text permanently after applying Concatenate function

afatac

New Member
Joined
Dec 18, 2010
Messages
26
I have joined two columns of text using

=CONCATENATE(H2,", ",I2)

Now, the J column has my desired result. How to delete column H and I and still keep the combined text in column J?
 

Excel Facts

Pivot Table Drill Down
Double-click any number in a pivot table to create a new report showing all detail rows that make up that number
Select the cell in column J and choose Copy. Then right-click that cell and choose PasteSpecial, then Values.

You can then delete any of the cells that the formula was referring to.
 
Upvote 0
Select all the cells with combined text. Right-click and choose Copy. Right-click again and choose paste special then Values. Now, delete the source columns.
 
Upvote 0
Simply select the column with the formula, and the Copy the date.

Right click in the same location, and select Paste Special, and then click on the "Values" button.

This will return the result of the formula only, as a standard text string.

You can then delete the other data without worries.

Cheers :)
 
Upvote 0

Forum statistics

Threads
1,226,218
Messages
6,189,693
Members
453,563
Latest member
Aswathimsanil

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