I need to extract text containing quotes from quotation marks. Example, TRADE HOUSE "LLC"MEXICAN APPLES" THROUGH TESCO. I need to have in an adjacent cell "LLC"MEXICAN APPLES".
I tried
=MID(A1, SEARCH("""",A1, SEARCH("""",A1)-SEARCH("""", A1))
It did not work. I cannot understand how to set the length of the text to be extracted. The length of the text varies.