I have a column of numbers that look like this:
0000054554-88774
I need only the "54554", not the leading 5 zeros or the dash and trailing numbers. This is the exact format. Excel 2010.
Help?
I have a column of numbers that look like this:
0000054554-88774
I need only the "54554", not the leading 5 zeros or the dash and trailing numbers. This is the exact format. Excel 2010.
Help?
Is this, works for you?
=LEFT(A1,10)-LEFT(A1,5)
Regards
Fotis.
-This is my Greek whisper to Europe.
--Remember, saying thanks only takes a second or two. Click the little star * below, to give some Rep if you think an answer deserves it.
Advanced Excel Techniques: http://excelxor.com/
--KISS(Keep it simple Stupid)
--Bring them back.
---See about Acropolis of Athens.
--Visit Greece.
Probably..
=MID(A1,6,5)
Life's a spreadsheet, Excel!
Say thanks, Click *
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks