This wikiHow teaches you how to use the SPLIT function in Google Sheets to split multiple words or characters in the same cell into separate cells, using Android.

Steps

  1. The Sheets icon looks like a green sheet with a white table on it. You can find it on your Apps menu.
    • If the Sheets app opens up to a spreadsheet you were previously viewing, tap the back button to go back to your home screen.
  2. It's located in the lower-right corner of your screen.
    Advertisement
  3. This will open a new spreadsheet document.
    • Alternatively, you can open a spreadsheet you've created before in your Sheets app.
  4. This will highlight the cell, and bring up your keyboard.
  5. The SPLIT function will let you separate these two words into two different cells.
    • For example, if the two words you want to split into separate cells are Word1 and Word2 , type Word1_Word2 in the empty cell.
    • Feel free to use a different punctuation to separate your words or characters. Try using a comma or a period to see which one works best for you.
  6. You will be inserting your split function into this new cell. Your first word or character will be copied here when you split your initial cell.
  7. This button is located next to the formula field in the lower-left corner of your spreadsheet. It will open the "Insert function" page.
  8. It's in the upper-right corner of your screen. This button will let you enter a keyword and search a function to insert.
  9. All matching results will appear in a drop-down below the search bar.
  10. This will insert the SPLIT function into the empty cell you've selected.
  11. It will highlight this cell with red, and insert the cell name into your SPLIT function.
    • For example, if the words or characters you want to split are in the A1 cell, your SPLIT function will now read =SPLIT(A1) .
  12. This will let you indicate the punctuation mark you're using between the two words, and tell the SPLIT function where to split your cell.
  13. This way, the SPLIT function will split the words in the A1 cell, using the underscore as the point of separation.
    • For example, if your initial cell is A1, your SPLIT function should now read =SPLIT(A1,"_") .
    • Instead of searching all the functions, you can also just type =SPLIT(A1,"_") into an empty cell. It will save you some extra time.
    • If you're using a different punctuation, replace the underscore in the above function with the one you're using. For example, if you're using a period to split your words, your function should read =SPLIT(A1,".") .
  14. This will confirm your completed SPLIT function, and split the words in your initial cell into new, separate cells.
    Advertisement

Expert Q&A

Ask a Question

      Advertisement

      Warnings

      • If you want to split more than two words or characters, separate each one with the same punctuation mark. If you're using an underscore to separate your first and second words, don't switch from an underscore to a period between your second and third words.
      Advertisement

      About this article

      Article Summary X

      1. Open the Google Sheets app.
      2. Tap the " + " icon.
      3. Tap New spreadsheet .
      4. Tap the A1 cell.
      5. Type Word1_Word2 in the A1 cell.
      6. Tap another empty cell.
      7. Type =SPLIT(A1,"_") .
      8. Tap the checkmark in bottom-right.

      Did this summary help you?
      Thanks to all authors for creating a page that has been read 16,270 times.

      Is this article up to date?

      Advertisement