Google Sheets SPLIT Function Tutorial - Text to Columns Using a Delimiter, INDEX, COUNTA, IMPORTRSS

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

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

  • @evandawson1037
    @evandawson1037 5 лет назад +6

    Simply Superb! I never knew Google Sheet Has So much as I was fully relying on Excel. My Office is going to retire from using Office and left with no choice than to learn Google Sheet. Your tutorials are really really helpful. Thanks so much! God Bless You!!!

  • @newmovie2942
    @newmovie2942 5 лет назад +15

    What you're looking for starts at 6:10. The split function is =SPLIT(A2," ") where a "space" is the delimiter.

    • @cd6198
      @cd6198 5 лет назад

      thank you lol

    • @GloAlston
      @GloAlston 4 года назад

      You saved me so much time, thanks!

    • @garychadwick1240
      @garychadwick1240 4 года назад +1

      I’m guessing he saved you 6:10 to be exact! 😆

  • @takaakiyamada7294
    @takaakiyamada7294 3 года назад +2

    Covering some other functions than SPLIT Function makes this video more interesting. Thank you! :-)

  • @lin0412
    @lin0412 4 года назад +1

    Hello! This is so so so amazing, please don't ever stop posting on RUclips! P.S. I just made a donation on your website as a small token of appreciation! :)

  • @krishnatate4765
    @krishnatate4765 Год назад

    Sir ur hero in Google sheet... I really like ur all videos n very helpful for me...m learning Google heet... I can't English bt I have words for you... Thank you so much sir..

  • @tedsonnenschein
    @tedsonnenschein 5 лет назад

    in case you weren’t sure, you are awesome

  • @NickMango
    @NickMango 4 года назад +1

    saved me so much work. Incredible!

  • @sdig
    @sdig 6 лет назад

    I am so glad I stumbled across your channel! Thank you

  • @alexandermotal5979
    @alexandermotal5979 4 года назад +1

    Thank you for this video!
    I'm subscribing!

  • @JBHowTo
    @JBHowTo 5 лет назад

    Brilliant video, I always watch this as a reference , thank you

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

    if we want the full line without the 1st word of the line?

  • @CarlosMartinez17
    @CarlosMartinez17 6 лет назад +1

    Hello, how cain i splt a columm with a fix amount of carachters, for instance the first 5 carachters in the first column and the rest in the second? Thanks

    • @ExcelGoogleSheets
      @ExcelGoogleSheets  6 лет назад +1

      You Would use LEFT and MID formulas for that. LEFT(A1,5) MID(A1,6,99999)

    • @kirannandgawle6632
      @kirannandgawle6632 6 лет назад +1

      can u give example how to write exactly in cell

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

    Super helpful, thank you!

  • @mikemccartneyable
    @mikemccartneyable 7 лет назад +3

    Very useful, many thanks.

  • @justusmunene4641
    @justusmunene4641 Год назад

    Whew, took me 2 tries to get this knowledge down

  • @riodevinda2275
    @riodevinda2275 Год назад

    best tutorial ever

  • @MORTENSEN774HELP
    @MORTENSEN774HELP 6 лет назад +1

    Thank you very much. If I wanted to return the first three words into one column. How would I do that?

  • @aaronlim7324
    @aaronlim7324 6 лет назад +2

    Thank you so much for this helpful tutorial!
    Any idea on how to split text to column automatically from data imported from a Google Form?

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

      i know I am kinda off topic but does anyone know of a good site to stream newly released series online ?

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

      @Jefferson Sean I use FlixZone. You can find it on google :)

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

      @Jad Dariel yea, have been using flixzone for since march myself :)

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

      @Jad Dariel thanks, I went there and it seems like a nice service :D I really appreciate it !

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

      @Jefferson Sean glad I could help :)

  • @dustinlashley1
    @dustinlashley1 5 лет назад

    This is awesome. Thank you!

  • @hientheboss1
    @hientheboss1 4 года назад +1

    can split turn from right to left ?

  • @Jfresh55
    @Jfresh55 4 года назад

    How to split an address so you can you a lower and vlookup function to find the address?

  • @bobbyc8186
    @bobbyc8186 4 года назад

    Awesome video!
    Question:
    F2 contains "10022 Boca Palm Dr, Boca Raton, FL 33786, USA"
    In F3 I used =SPLIT(F2,",") "10022Boca Palm Dr" this is ok.
    What equation do I use in F4 to get: "Boca Raton, FL 33786"

  • @louiebeene5762
    @louiebeene5762 4 года назад

    Help! Why is this valid =SPLIT(A1,"="")") the extra ") is auto inserted by googlesheet?! And I cannot get rid of it!!! I am trying to split based on the char = and" A1 is a cell reference with a url

  • @federicoalonso3941
    @federicoalonso3941 4 года назад

    Really helpful. Thank you so much.

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

    This is amazing!

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

    Thank you, how do I split text to rows please? I have a lot of data in one cell separated by commas, that I want converted to their own rows.

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

    Is there a function/formula to return only the first sentence of a paragraph using google sheets?
    Example Paragraph: Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
    Assuming the above text is in cell A1, I would like the formula to return the following to Cell B1 "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua"

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

      This is a complicated topic and it depends on what you define as sentence & paragraph.

  • @iammichaelhughes
    @iammichaelhughes Год назад

    Instead of using double click to send the function down to other rows how would you get the index split function to work when new rows are added without having to manually copy function to new rows?

    • @ExcelGoogleSheets
      @ExcelGoogleSheets  Год назад +1

      MAP ruclips.net/video/J1c-N7omkXg/видео.html

    • @iammichaelhughes
      @iammichaelhughes Год назад

      @@ExcelGoogleSheetsThanks for the link. I was able to get it to work using this:
      =MAP(D4:D50,LAMBDA(Source,IF(Source="","",INDEX(SPLIT(Source,"."),2))))
      Do you have a tip jar?

    • @ExcelGoogleSheets
      @ExcelGoogleSheets  Год назад +1

      Excellent!
      www.paypal.com/donate/?hosted_button_id=SAH4HWG6M7G86

  • @ladollstylee
    @ladollstylee 5 лет назад

    I have an issue where imported data comes into one line and I want to split them into other columns; but the data is not in the same order... random example: red crayon 5 inches used / 7in new blue violet pencil ... etc... I want the columns to be split and then by size, condition, type, condition. Is there a way in doing that? Right now I've been splitting by space and them manually changing the data which is very time consuming as its over 500+ rows.
    Thank you in advance!

    • @ExcelGoogleSheets
      @ExcelGoogleSheets  5 лет назад

      No easy way. You'll have to write a pretty complex script for this.

  • @sportsman192
    @sportsman192 5 лет назад

    how do you split text when its separated with 'enter's? for instance,
    How
    Would I
    Split
    This?
    if that were in a single cell? Idk how to set the delimiter as "enter"

  • @Addiie.x
    @Addiie.x 9 месяцев назад

    Wow! Magic trick! I got lost from here 18:09

  • @magdyantar8221
    @magdyantar8221 Год назад

    You are a hero

  • @samueldanielbeltran7088
    @samueldanielbeltran7088 5 лет назад

    I know this is a bit old but is it possible to split into rows according to the values of a cell?

  • @kirannandgawle6632
    @kirannandgawle6632 6 лет назад

    Sir how to split alphanumeric cell in Google spreadsheet

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

    Hi,
    Is there a way to extract a word into characters ? Like converting "word" in cells "w", "o", "r" and "d"

  • @stuartharrison6704
    @stuartharrison6704 4 года назад

    Is it possible to split a single cell into two without adding another column for every row?

    • @ExcelGoogleSheets
      @ExcelGoogleSheets  4 года назад +1

      Where would you place the results?

    • @stuartharrison6704
      @stuartharrison6704 4 года назад

      I am clueless when it comes to this. I want to know if I can split a single cell so the left side of it could be the color green with the word “green”in it and the right side could be orange with the word “orange” in it. Meanwhile all the cells around it (left, right, top, bottom) would continue to be a single cell. Kind of like B4a and B4b

  • @df2460
    @df2460 6 лет назад

    super helpful, thank you

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

    Hi! How can you split text each word into a row? please notice :)

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

    thank you

  • @Seoyule
    @Seoyule 4 года назад +1

    Awesome!

  • @surbhipagaria9566
    @surbhipagaria9566 14 дней назад

    Thank you!!

  • @redamedia1
    @redamedia1 9 месяцев назад

    Great ❤

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

    THANK YOU!

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

    Lo máximo en Perú 20

  • @PhoebeAntonio-o4j
    @PhoebeAntonio-o4j Год назад

    How do we split this? Uber Eats_Astro Fries_DWPLD_Ger_VID_21s_v1_0x0_DEL-EAT_EM-CH_Basel DE
    Thanks in advance!

  • @cuneiformscript2665
    @cuneiformscript2665 4 года назад

    THANK YOU

  • @jean-sebastiendesmarais6019
    @jean-sebastiendesmarais6019 3 года назад

    I'm a fan of LGS but I find that this video is poorly structured. Usually the videos would start with 'data' already built and it took about 7 minutes to get to the 'split' function.. makes searching for what you want a bit teadious. I think the 'importfeed' should be covered separately.

  • @mysticrosemale
    @mysticrosemale 5 лет назад

    After 5 minutes...you start explaining what is split function....Be focused on the subject....Don't waste time explaining other functions.