I have a spreadsheet that lists about 50000 SS #'s and I want to delete the last 2 numbers off of every record...what is the easiest way to go about this?
[red]"... isn't sanity really just a one trick pony anyway?! I mean, all you get is one trick, rational thinking, but when you are good and crazy, oooh, oooh, oooh, the sky is the limit!" - The Tick[/red]
Skip's solution works fine if the numbers are all the same length. If they're not, you could use a formula like:
=LEFT(A1,LEN(A1)-2)
and copy down all 50K rows.
Might take a while to recalc, though.
Cheers
PS: Although SS#s might nominally be the same length, Excel drops any leading 0s from the values it stores.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.