• Remove everything after (

    Author
    Topic
    #463234

    My brain is failing me this morning…

    I was given a spreadsheet with rows of data where 1 cell has “Division Name (Division Owner)”

    I need only the Division Name, but am drawing a blank on how to remove the (Division Owner)

    Any guidance is GREATLY appreciated.

    Viewing 0 reply threads
    Author
    Replies
    • #1181748

      =LEFT(A1,FIND(“(“,A1)-1)
      or use
      =TRIM(LEFT(A1,FIND(“(“,A1)-1))
      if there is a space before the (

    Viewing 0 reply threads
    Reply To: Remove everything after (

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

    Your information: