Split Text to Rows in Excel (3 Easy Ways)

Sdílet
Vložit
  • čas přidán 30. 07. 2024
  • In this video, I will show you three ways to split text into rows in Excel. While Text to Columns is an everyday need, many times, you may also want to split the text in a cell into separate rows.
    This can be done easily thanks to some awesome formulas in Excel and VBA.
    00:00 Intro
    00:46 Split Text to Rows using TEXTSPLIT function
    06:42 Split Text to Rows using Text to Columns and Transpose
    09:10 VBA to Split Text to Rows in Excel
    ---------------------------------------------------------------------------------
    Below is the VBA code used in this video
    'Code developed by Sumit Bansal from trumpexcel.com
    Function SplitCellToRows(CellValue As Range, Delimiter As String)
    Dim SplitValues() As String
    'Split the value by the specified delimiter into an array
    SplitValues = Split(CellValue.Value, Delimiter)
    'Go through each element of the array and remove any leading or trailing spaces
    For i = LBound(SplitValues) To UBound(SplitValues)
    SplitValues(i) = Trim(SplitValues(i))
    Next i
    'Return the array
    SplitCellToRows = WorksheetFunction.Transpose(SplitValues)
    End Function
    ---------------------------------------------------------------------------------------
    ☕ If you find my Excel videos useful and would like to support me, you can buy me a coffee - www.buymeacoffee.com/SumitB
    ✅ Free Excel Course (Basic to Advanced) - trumpexcel.com/learn-excel/
    ✅ Free Dashboard Course - bit.ly/free-excel-dashboard-c...
    ✅ Free VBA course - bit.ly/excel-vba-course
    ✅ Free Power Query Course - bit.ly/power-query-course
    ✅ Best Excel Books: trumpexcel.com/best-excel-books/
    Subscribe to get awesome Excel Tips every week: czcams.com/users/trumpexc...
    #Excel #ExcelTips #ExcelTutorial

Komentáře • 33

  • @trumpexcel
    @trumpexcel  Před 6 měsíci +1

    If you found this video useful, please give it a thumbs up 👍 and subscribe to the channel. Also, let me know what Excel topics you want me to cover in future videos.
    Also, I have made all of my Excel courses available for free. You can check these out using the below links:
    ✅ Free Excel Course (Basic to Advanced) - trumpexcel.com/learn-excel/
    ✅ Free Dashboard Course - bit.ly/free-excel-dashboard-course
    ✅ Free VBA course - bit.ly/excel-vba-course
    ✅ Free Power Query Course - bit.ly/power-query-course

  • @jagatkrishna1543
    @jagatkrishna1543 Před 6 měsíci +2

    Thanks ❤🙏 SIR

  • @girishpadshala9689
    @girishpadshala9689 Před 6 měsíci +1

    Thank you, & vba code function.

  • @michaellundsrensen2292
    @michaellundsrensen2292 Před 6 měsíci +1

    I know Textsplit but you gave me new knowledge with your good examples. Thanks!

    • @trumpexcel
      @trumpexcel  Před 6 měsíci

      Glad the video gave you some ideas. If you do use TextSplit in any creative way, would love to know about it

  • @kryss8302
    @kryss8302 Před 2 měsíci

    ❤ Thank you!!

  • @IvanCortinas_ES
    @IvanCortinas_ES Před 6 měsíci +1

    Brilliant explanation. Grandmaster Sumit Bansal. Thank you!!

    • @trumpexcel
      @trumpexcel  Před 6 měsíci

      You are very kind my friend... Thank you for all the comments :)

  • @mohsinraza4453
    @mohsinraza4453 Před 6 měsíci +2

    Accept love from Pakistan you are doing so so so well 💓

    • @trumpexcel
      @trumpexcel  Před 6 měsíci

      Thanks so much for the kind words Mohsin... I am glad you are finding the videos useful ❤

  • @Joseph-xt2qg
    @Joseph-xt2qg Před 6 měsíci +1

    You are an excellent teacher. Thanks!

    • @trumpexcel
      @trumpexcel  Před 6 měsíci

      Thank you so much for the kind words Joseph... Glad you are finding the videos useful :)

  • @Satwant2463
    @Satwant2463 Před 6 měsíci +1

    Thank you so much for this lesson. Highly useful.

    • @trumpexcel
      @trumpexcel  Před 6 měsíci

      Glad you found the video useful :)

  • @neccomputercenter458
    @neccomputercenter458 Před 6 měsíci +1

    very useful for anybody. Thank you !

    • @trumpexcel
      @trumpexcel  Před 6 měsíci

      Glad you found the video useful :)

  • @nadermounir8228
    @nadermounir8228 Před 6 měsíci +1

    Thank you trump for this nice video especially the VBA part. U can also use filterXML along with the transpose function if u don't have the textsplit in your version of excel.

    • @trumpexcel
      @trumpexcel  Před 6 měsíci

      Glad you found the video useful... will check out the FilterXML method :)

  • @da_ta
    @da_ta Před 6 měsíci +1

    Excellent thank you

    • @trumpexcel
      @trumpexcel  Před 6 měsíci

      Glad you found the video useful :)

  • @rajsuthar999
    @rajsuthar999 Před 6 měsíci +1

    👌 indeed useful 🎉

    • @trumpexcel
      @trumpexcel  Před 6 měsíci

      Thanks... Glad you found the video useful :)

  • @xeeshanahmad8757
    @xeeshanahmad8757 Před 6 měsíci +1

    Hello Sir, Great To see you

    • @trumpexcel
      @trumpexcel  Před 6 měsíci +1

      Thanks for commenting... Good to be back on YT and making videos again :)

  • @formylove5972
    @formylove5972 Před 6 měsíci

    sir mere excel me ye textsplit wala formula h hi nhi. or mujhe ye ache se smjhaaya tha av kya kru

  • @michaellundsrensen2292
    @michaellundsrensen2292 Před 6 měsíci +1

    How can I learn VBA from the beginning? I did code in Bacic and Pascal many years a go, and I make Macros and modify them slightly.

    • @trumpexcel
      @trumpexcel  Před 6 měsíci

      You can check out this free VBA course - czcams.com/play/PLm8I8moAHiH2n5HC4ZXBgS-cBLjxWDreu.html

    • @michaellundsrensen2292
      @michaellundsrensen2292 Před 6 měsíci

      @@trumpexcel Thanks, Ill do

  • @triciaevans7303
    @triciaevans7303 Před 3 měsíci

    How to you split them into rows if there are rows already occupied with data underneath?

  • @subhabratade93
    @subhabratade93 Před 6 měsíci +1

    mere liye spit ho nehi raja. sirf 1st word split ho raha hain.kaha par galti kar raha hun? Please help Sumit ji..

    • @trumpexcel
      @trumpexcel  Před 6 měsíci

      Can you share the formula here? Also, I am assuming you are using M365 and have TEXTSPLIT function in your version of Excel.

  • @Bikinigirl05
    @Bikinigirl05 Před 4 měsíci

    THANK YOU SO MUCH!!!!

    • @trumpexcel
      @trumpexcel  Před 4 měsíci

      Glad you found the video helpful 🙂