View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Elton Law[_2_] Elton Law[_2_] is offline
external usenet poster
 
Posts: 173
Default First 3 characters

Hi,
I just found I should have put in function page rather than programming forum.
Anyway, yours work on BpO21Jan200810:56
But it does not work on C Gr 5 Oct 2008 7:58
Do you have any idea that solve two cases at the same time ? Thanks

"Jacob Skaria" wrote:

Try using the MID() function

BpO21Jan200810:56
MID(A1,4,9) = "21Jan2008"

If this post helps click Yes
---------------
Jacob Skaria


"Elton Law" wrote:

Dear Expert,
I have used the OCR and convert the PDF file to EXCEL.

BpO21Jan200810:56
C Gr 5 Oct 2008 7:58

They display in 2 types which I cannot use "Text to Column" to split all
into individual columns.
What functions can I use so that I can capture the 2nd characters in the
cell please?
What functions can I use so that I can capture the 3nd characters and the
rest after the third characters please ?
First one is easy ... just Left(A1,1)

BpO21Jan200810:56
Then how about ? "P", "O","21Jan2008","10:56" ...

C Gr 5 Oct 2008 7:58
Also, how about this ?
Thanks so much