Thread: text Formula
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
CoRrRan[_2_] CoRrRan[_2_] is offline
external usenet poster
 
Posts: 3
Default text Formula

Carpe Diem wrote:
Hi,

I have the following data in a table:
0200CO100701
0200CO1007011
0200/72100001

And I woold like to choose only the rows thata as "/" in this column
(in this example the third number), and give me only the value
"72100001"

Thank you.


Something like this works:

=MID(A3;FIND("/";A3)+1;LEN(A3)-FIND("/";A3))

CoRrRan
-----------
Change NOSPAM to GMAIL