I have data in cells A1:A1000. It is a list of names followed by a small note, like this:
In case you want to keep your source data, you can also do it with a simple Excel formula in the next column. Assuming that your data is in column A, the following formula will return only the name: =LEFT(A1,SEARCH("""",A1)-1)
=LEFT(A1,SEARCH("""",A1)-1)