MrLookout9
New Member
- Joined
- Jun 25, 2011
- Messages
- 27
Hello and thank you for your time,
I am trying to take a string of text and remove everything after the first quotation mark ("). For instance:
ab c "123" def becomes ab c
Here is my formula:
=left(a1,len(a1)-find(""",a1))
Excel does not like """
I have tried """" and '"'.
Quite the conundrum. Any thoughts?
I am trying to take a string of text and remove everything after the first quotation mark ("). For instance:
ab c "123" def becomes ab c
Here is my formula:
=left(a1,len(a1)-find(""",a1))
Excel does not like """
I have tried """" and '"'.
Quite the conundrum. Any thoughts?