View Single Post
  #3   Report Post  
JE McGimpsey
 
Posts: n/a
Default

one way:


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

where 255 is just a big number.

In article ,
"carl" wrote:

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.