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

Hi there,

You can use the formula

=MID(B1,1,FIND(":",B1)-1)

This will bring back all the text before the colon.

Hope that helps.

Naz,
London

"Alan" wrote:

I have a text file report that is not customizable. I import that into
Excel. There is a field where relevant data ends after the colon
character ":". Can someone help me with a formula I can put in column C
that evaluates the corresponding cell in column B and brings back all
text to the left of the colon mark?


Examples:
Column B

freddy: 45345 sldf
jeff: 45422 fdflh
sam: bfd4454

In this case I want to return the characters to the left of the colon:
freddy
jeff
sam

Thanks in Advance!
Alan