How to transfer character in a cell to other cell without cut and paste?

yakooza

New Member
Joined
Nov 26, 2012
Messages
6
Hello Guys,

I need help again. How can i change this:


[TABLE="width: 500"]
<tbody>[TR]
[TD]-10354493-1[/TD]
[TD]...FITTING ASSY, ELEVATOR, HORIZ STAB STA 180.0[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]/SPARES CONDITION PER PRINT EXCEPT ALL HOLES[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]IN AFT FLANGE DRILLED NO. 40 PILOT SIZE[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]

Into this:

[TABLE="width: 500"]
<tbody>[TR]
[TD]-10354493-1[/TD]
[TD]...FITTING ASSY, ELEVATOR, HORIZ STAB STA 180.0/SPARES CONDITION PER PRINT EXCEPT ALL HOLESIN AFT FLANGE DRILLED NO. 40 PILOT SIZE[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]


Without any fuss of cut and paste like 10000 rows?

Your help are a bless.

Thanks in advance.

Ash
 

Excel Facts

How to total the visible cells?
From the first blank cell below a filtered data set, press Alt+=. Instead of SUM, you will get SUBTOTAL(9,)
Try something like:
Excel Workbook
ABCDE
1-10354494...FITTING ASSY, ELEVATOR, HORIZ STAB STA 180.01-10354494...FITTING ASSY, ELEVATOR, HORIZ STAB STA 180.0/SPARES CONDITION PER PRINT EXCEPT ALL HOLESIN AFT FLANGE DRILLED NO. 40 PILOT SIZE
2/SPARES CONDITION PER PRINT EXCEPT ALL HOLES  
3IN AFT FLANGE DRILLED NO. 40 PILOT SIZE
Sheet
I'm using two helper columns because this way you can just replace the original columns with the two helper ones once you've turned the formulas into values.

A macro would've been another option but with this little information about the worksheet structure it is safer to use a formula.
 
Upvote 0

Forum statistics

Threads
1,223,911
Messages
6,175,329
Members
452,635
Latest member
laura12345

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