Thread
:
Separate/ Remove digits from a string of Numbers
View Single Post
07-23-2014, 04:59 AM
macropod
Windows 7 32bit
Office 2010 32bit
Administrator
Join Date: Dec 2010
Location: Canberra, Australia
Posts: 22,374
Even simpler is:
=LEFT(A1,LEN(A1)-2+ISERROR(FIND(".",A1)))
or:
=LEFT(A1,LEN(A1)-3+2*ISERROR(FIND(".",A1)))
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
macropod
View Public Profile
Find all posts by macropod