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

Hi
=MID(A1,FIND("=",A1)+1,255)

--
Regards
Frank Kabel
Frankfurt, Germany

"carl" schrieb im Newsbeitrag
...
I have data that looks like this:

ColA ColB
tag12!=2005 tag33!=1

is there a formula that I can place in ColB and C that will take just

the
data to the right of the "=" character ?

Thank you in advance.