View Single Post
  #2   Report Post  
JulieD
 
Posts: n/a
Default

Hi Tom

you can use
=MID(A1,SEARCH(".",A1)+1,3)

Regards
JulieD


"tommcbrny" wrote in message
...
Hello...I am trying to create a function that will populate a cell with
the
first three text characters that follow a period (".") from a text string
in
another cell. Can anyone tell me whether there is a function that will
allow
me to do this?

Thanks,
Tom