HELP Complex Excel Formula

vasiliskyj

New Member
Joined
Mar 26, 2014
Messages
12
0040000054546
5
0040000095454
9
0040000089651
4
I want to make 6 number places delete the first 7 numbers so for ex: 89651 and I would like to move the number 4 from one cell right above so final product 896514. Any formulas for these tasks?

<tbody>
</tbody>
 

Excel Facts

Bring active cell back into view
Start at A1 and select to A9999 while writing a formula, you can't see A1 anymore. Press Ctrl+Backspace to bring active cell into view.
Do you mean?

=RIGHT(A1,5)&A2

where A1 contains original, and A2 contains the digit to concatenate to the purged value of A1.

this formula goes in another empty cell.
 
Upvote 0
Do you mean?

=RIGHT(A1,5)&A2

where A1 contains original, and A2 contains the digit to concatenate to the purged value of A1.

this formula goes in another empty cell .
Thank you that's exactly what I needed. How do you apply this formula to 5000 numbers?
 
Upvote 0

Forum statistics

Threads
1,216,082
Messages
6,128,709
Members
449,464
Latest member
againofsoul

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