View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Rick Rothstein Rick Rothstein is offline
external usenet poster
 
Posts: 5,934
Default Parse only text from column?

You already posted this question about 3+ hours ago and that message has 4
answers posted to it.

--
Rick (MVP - Excel)


"Ryan D" wrote in message
...
How do I extract just the text from a column? For example, if one of my
columns = "1234 abracadabra" and I want just the "abracadabra"?

ironryan77