• Text to Columns like Fomula (Excel 97)

    Author
    Topic
    #383217

    Hi There,

    Is there a formula that will get me everything to the right of a space. I want to do this in a fomula, not using Text To Columns…

    Thanks!

    Viewing 1 reply thread
    Author
    Replies
    • #652782

      Found it!
      Didn’t search hard enough on the web before I posted

      =MID(A2,FIND(” “,A2,1)+1,LEN(A2))

    • #652783

      If the text is in A1, then this should do it:

      =RIGHT(A1,LEN(A1)-FIND(" ",A1))
      
    Viewing 1 reply thread
    Reply To: Text to Columns like Fomula (Excel 97)

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

    Your information: