How to Separate First and Last names in Google Sheets

Поделиться
HTML-код
  • Опубликовано: 11 сен 2024
  • Learn how to separate first and last names in Google Sheets using three easy methods. We'll demonstrate how to use the "Split Text to Columns" feature and formulas to efficiently organize your data. Perfect for beginners, this video will guide you step-by-step to ensure you can manage your spreadsheets with ease. Formulas used in the video:
    Formula for First Name:
    =LEFT(A2, FIND(" ", A2) - 1)
    Formula for Last Name:
    =MID(A2, FIND(" ", A2) + 1, LEN(A2) - FIND(" ", A2))
    OR
    =RIGHT(A2, FIND(" ", A2) - 1)
    Read the Blog 👉 softwareaccoun...
    Other Google Sheets tutorials 👉 • Google Sheets Tutorial...
    Subscribe for more tips 👉 goo.gl/9JJzbc

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

  • @juangabrielgonzalez4488
    @juangabrielgonzalez4488 Месяц назад

    *Why do you usually explain your samples on "Google Street"? ... what is the difference between a "Google Sheet", and an "Excel Street"? Thank you.*

    • @softwareaccountant
      @softwareaccountant  Месяц назад

      @@juangabrielgonzalez4488 For search engines , and also some of the methods are not applicable in both apps. Some features in excel are not in Google sheets and the reverse is true.