![]() |
#2
|
||||
|
||||
![]()
For the data you posted, and depending on whether you want to keep the final period, either:
=IF(ISERROR(FIND(".",A1)), LEFT(A1,LEN(A1)-1), LEFT(A1,LEN(A1)-2)) or: =IF(ISERROR(FIND(".",A1)), LEFT(A1,LEN(A1)-1), LEFT(A1,LEN(A1)-3))
__________________
Cheers, Paul Edstein [Fmr MS MVP - Word] |
Tags |
left & right function, remove digits, separate |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
![]() |
linan123 | Excel | 1 | 06-24-2014 01:54 PM |
How to extract only numbers from a STRING? | Learner7 | Excel | 3 | 07-02-2013 06:25 AM |
Separate heading numbers | darksupernova | Word | 16 | 03-02-2013 06:09 AM |
Separate the digits into 3 combinations | Jasa P | Word VBA | 1 | 08-19-2012 11:04 PM |
![]() |
Glynda | Mail Merge | 1 | 04-08-2011 12:17 AM |