general help

MARYALICE

New Member
Joined
Mar 31, 2011
Messages
1
I am working with a very long spreadsheet and need to remove the first 4 digits of each item in column A.
I there a way to do that?
All items are different except for the first 4 digits of each line are the same.
 

Excel Facts

How to show all formulas in Excel?
Press Ctrl+` to show all formulas. Press it again to toggle back to numbers. The grave accent is often under the tilde on US keyboards.
Assuming they're all numbers, use a helper column (any unused column) and enter =MID(A1,5,20)*1 then fill down. Copy these values, paste special Values onto column A, then clear this column.
If they're not all numbers, remove the "*1"
 
Upvote 0
I am working with a very long spreadsheet and need to remove the first 4 digits of each item in column A.
I there a way to do that?
All items are different except for the first 4 digits of each line are the same.

this will do it, make sure your last argument is far bigger than you're likely to need to make sure all letters in every cell pass over bar the 1st 4 digits that is

Excel Workbook
DE
3mgjkope523355ope523355
4lkkksopee5525sopee5525
5235658djsjsie58djsjsie
6ksjrtjkdtjkd
72255r8rrr8rr
Sheet4
 
Upvote 0
I am working with a very long spreadsheet and need to remove the first 4 digits of each item in column A.
I there a way to do that?
All items are different except for the first 4 digits of each line are the same.
One way...

Select the range of cells in question
Use Data>Text to Columns
Select the Fixed Width option
Select Next
In the Data Preview area, click between the 4th and 5th characters. This tells Excel that's where you want to split the string.
Select Next
Select Do Not Import
Select Finish
 
Upvote 0

Forum statistics

Threads
1,224,518
Messages
6,179,259
Members
452,901
Latest member
LisaGo

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