How to extract text from a middle of a cell in Google Sheets or Excel using MID and FIND functions

Поделиться
HTML-код
  • Опубликовано: 3 ноя 2024

Комментарии • 16

  • @yannicktrapman-obrien1217
    @yannicktrapman-obrien1217 3 года назад +3

    Very good tutorial - I really appreciate how you went step by step so I could see why each iteration was not yet successful.

  • @sumitlehri5704
    @sumitlehri5704 5 месяцев назад

    thanks for this

  • @pankajchhawani5948
    @pankajchhawani5948 3 года назад +1

    This was really helpful. thanks for sharing..

  • @sarahmirailh88
    @sarahmirailh88 2 года назад +1

    You save me almost everyday. hahaha Thanks!

  • @First.Last.99
    @First.Last.99 3 года назад +1

    helped me, thank you

  • @umermalikk9133
    @umermalikk9133 2 года назад

    HI, i need to extract text between two words and i am using below formula but its not working can you help ? i am trying to find all the words between KTE AND FUT, IFERROR(MID(A9,SEARCH(“KTE”,A9)+LEN(“KTE”),SEARCH(“FUT”,A9)-SEARCH(“KTE”,A9)-LEN(“KTE”)),””)

  • @abrahamhahijary
    @abrahamhahijary 2 года назад

    thanks, very helpful

  • @ekaterinafeldman5394
    @ekaterinafeldman5394 2 года назад +1

    This is great! But what if there are no parenthesis?

    • @Thekeycuts
      @Thekeycuts  2 года назад +1

      You would have to use another character from the cell "find" in order for the formula to work.

  • @evertthebassist
    @evertthebassist 3 года назад +3

    This cool. But what if you don't have parentheses to work with. What if i want to extract between the first space and the last space? So i have to extract first and middle name (some times more than one middle name, which means not a constant numer of spaces throughout the column) between the salutation and the surname. If anyone can tell me that, that will save me hours - hours and hours of work 😅

    • @Thekeycuts
      @Thekeycuts  3 года назад

      Here is a formula that helps you extract middle names into a column when you don't know the number of spaces in the name: www.linkedin.com/pulse/episode-75-how-extract-first-last-multiple-middle-names-al-chen/

    • @evertthebassist
      @evertthebassist 3 года назад +1

      @@Thekeycuts aahhh dude legend!! Thanks so much for the help, i really appreciate it!!!

  • @LinhHLe
    @LinhHLe 3 года назад

    why dont use regulareplace with [*[:alpha:]]?

  • @thangaveluraj5366
    @thangaveluraj5366 3 года назад

    Unbearably confusing

  • @rj_lab
    @rj_lab 2 года назад

    Sorry 👎 but thank thanks.