Remove numbers from text and add new line to separate two strings based on delimiter in a cell

devaprakash

New Member
Joined
Feb 16, 2014
Messages
4
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Actual[/TD]
[TD]Result[/TD]
[/TR]
[TR]
[TD]london#123;new york#34;[/TD]
[TD]london;
new york;[/TD]
[/TR]
[TR]
[TD]delhi#145;chennai#54;[/TD]
[TD]delhi;
chennai;[/TD]
[/TR]
[TR]
[TD]hyderabad#748;[/TD]
[TD]hyderabad;[/TD]
[/TR]
[TR]
[TD]Mumbai#456;Pune#234;Kerala#120;[/TD]
[TD]Mumbai;
Pune;
Kerala;[/TD]
[/TR]
</tbody>[/TABLE]


Hello All,

Can you please help me in removing the # and numbers from text and add new line after ; symbol.
So it would save me a lot of time in preparing status.


Thanks in advance.
 
Runtime Error:13
Type Mismatch
That is the error itself... I need to know what line of my code produced that error. When the error occurred, one of my code lines should have been highlighted... post which line of code it is.
 
Upvote 0

Excel Facts

Add Bullets to Range
Select range. Press Ctrl+1. On Number tab, choose Custom. Type Alt+7 then space then @ sign (using 7 on numeric keypad)

Forum statistics

Threads
1,223,246
Messages
6,170,988
Members
452,373
Latest member
TimReeks

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