Jump to content

Recommended Posts

Posted

Is there a way of getting rid of the first 2 digits from a set of numbers? like i have 001234, 005678, 009101, 003242.

 

I need to get rid of those first 2 0's from about 90 different figures. Find and replace would get rid of any like "001001". Is there a wildcard i can use or sommat?

Posted
Put =Right(A1, 4) in A1 then drag down so you get =Right(A2, 4) etc. Alternatively, if they are all 6 digit numbers and all have the two leading zeros you could format the cells as custom type 0000.
  • Thanks 1

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...