Remove first 2 characters & 1 spaces

muhammad susanto

Well-known Member
Joined
Jan 8, 2013
Messages
2,077
Office Version
  1. 365
  2. 2021
Platform
  1. Windows
hi guys..

it's possible using Find & Replace without excel formula to remove first 2 character & 1 spaces, like this below :

sampleafter Find & Replace
CV ARGO NUSANTARA MULIAARGO NUSANTARA MULIA
CV PUJI LESTARIPUJI LESTARI
PT NUANSA PERTIWINUANSA PERTIWI
PT RIAU EMPAT SEJATIRIAU EMPAT SEJATI
etc...

<tbody>
</tbody>

any assistance will be appreciated...

m.susanto
 

Excel Facts

What do {} around a formula in the formula bar mean?
{Formula} means the formula was entered using Ctrl+Shift+Enter signifying an old-style array formula.
If its always 2 characters and a space, then
=RIGHT(A2,LEN(A2)-3)
 
Upvote 0
hi Momentman..it work but how do without Formula?
like using the characters ?, <, >, /, *, &, $, =, etc...

please help me, it's possible?...

 
Upvote 0
Well, am not certain that can be done, considering your examples

If you had only one space like

CT MuSLIA
GT JAMES
KT SURAN

Then using find("?? ") and replacing with blank("") will work for removing the first 2 characters and a space

but because you have multiple spaces, I really cant say how to make it work

Note that the Find and replace doesnt require the quotes as i posted above
 
Upvote 0
hi Momentman, you're right..
it work with using Find ?? Replace blank

thanks a lot...great!!

 
Upvote 0

Forum statistics

Threads
1,215,375
Messages
6,124,579
Members
449,174
Latest member
chandan4057

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