• Data Deletion

    Author
    Topic
    #466655

    Hey folks!

    I have a situation where I had to import a selection list of data (from HTML). It is all formatted as follows:

    the second set of 0000 will be alpha and or numeric. I need to delete everything in the string after the quote, including the quote. All of the data after the quote is structured the same.

    0000″>0000 – xyz

    Any Ideas?

    thanks,
    Brad

    Viewing 3 reply threads
    Author
    Replies
    • #1209420

      This will return everything up to the ”
      =LEFT(A1,FIND(“”””,A1)-1)

    • #1209430

      Ok, that works good. Now, how about the other direction?

      I have another column where I need to see only the info after the “> I have already stripped the .

      0000”>0000 – xyz

      I played a little with the first method, but am not hitting the correct combination.

      Thanks,
      Brad

    • #1209432

      This will return everything after the first > =mid(A1,find(“>”,A1),99).

      extra “(” removed – sorry Brad.

    • #1209436

      Kept getting an error with the formula. Discovered the extra (. Removed and works great

      Thanks,
      Brad

    Viewing 3 reply threads
    Reply To: Data Deletion

    You can use BBCodes to format your content.
    Your account can't use all available BBCodes, they will be stripped before saving.

    Your information: