Separate Numbers from Text in Excel and Power Query

แชร์
ฝัง
  • เผยแพร่เมื่อ 13 ต.ค. 2024
  • Check out our newly launched M Language course ↗️ - goodly.co.in/l...
    Learn how to separate number from text or vice-versa. In this video I am going to share with you 3 things
    1. How to Separate numbers from text when the number is at the start of the text
    2. How to Separate numbers from text when the number is at the end of the text
    3. How to Separate numbers from text when the number is anywhere in the middle of the text (and can also appear multiple times)
    Read the full blog post and download the working files here - www.goodly.co....
    - - - My Courses - - - -
    ✔️ Mastering DAX in Power BI -
    goodly.co.in/l...
    ✔️ Power Query Course-
    goodly.co.in/l...
    ✔️ Master Excel Step by Step-
    goodly.co.in/l...
    ✔️ Business Intelligence Dashboards-
    goodly.co.in/l...
    - - - Blog - - - -
    www.goodly.co....

ความคิดเห็น • 21

  • @GoodlyChandeep
    @GoodlyChandeep  11 หลายเดือนก่อน

    Check out our newly launched M Language course ↗ - goodly.co.in/learn-m-powerquery/

  • @blse2000
    @blse2000 ปีที่แล้ว

    Awesome bro. Really great.

  • @raimundojs9547
    @raimundojs9547 ปีที่แล้ว

    Great video. Thanks for sharing. Just corroborating some comments already made:
    let
    Source = Excel.CurrentWorkbook(){[Name="TabMixedText"]}[Content],
    NewColJustText = Table.AddColumn(Source, "Text", each Text.Select([MixedText], {"a".."z", "A".."Z"}), type text),
    NewColJustNumbers = Table.AddColumn(NewColJustText, "Number", each Number.From(Text.Select([MixedText], {"0".."9"})), type number)
    in
    NewColJustNumbers

  • @olaayorinde6865
    @olaayorinde6865 5 ปีที่แล้ว

    Nice Video i think there is a much simpler way of solving question 3 without break a sweat by using Text.Select in power query. Good Job!!!

  • @hrushikeshumalkar1830
    @hrushikeshumalkar1830 5 ปีที่แล้ว +1

    Amazing tricks sir, But can't we do it by flashfill function?

  • @JohnSatya
    @JohnSatya 7 หลายเดือนก่อน

    Column from examples option in power query

  • @sasavienne
    @sasavienne 4 ปีที่แล้ว

    Thanks a lot.. 🌟 🌟 🌟

  • @dandysixties
    @dandysixties 4 ปีที่แล้ว +7

    Text.Select([col],{"0".."9"}) with just this formula you can extract numbers

    • @jjermzz
      @jjermzz ปีที่แล้ว +1

      My Savior !!!!!

    • @aakriti360
      @aakriti360 7 หลายเดือนก่อน

      I tried this. It doesn’t work

  • @varunvk1985
    @varunvk1985 ปีที่แล้ว

    I am stuck at last power query part please explain step by step!!

  • @lavdeepsharma5344
    @lavdeepsharma5344 4 ปีที่แล้ว

    In my excel power query, only two option showing "By delimiter", "By Number of Character". Please help me out why other option not showing under spilt column .i am using Microsoft office professional plus 2016.

    • @GoodlyChandeep
      @GoodlyChandeep  4 ปีที่แล้ว

      Update your excel, It should show up!

  • @SamehRSameh
    @SamehRSameh 2 ปีที่แล้ว

    Please explain with working
    Not show already done steps

  • @Fafalina500
    @Fafalina500 5 ปีที่แล้ว

    Could you explain slower and the steps in between ? You lost me at split "split by one characters", thanks.

    • @kebincui
      @kebincui 3 ปีที่แล้ว

      When you select Slplit Columnby No of Charaters, makes sure you choose advanced option int he lower part and select Split into Rows, not the default Coumns option

  • @falgunpatel6560
    @falgunpatel6560 4 ปีที่แล้ว

    How to extract
    From : 101E pinnacle park floor5
    To: 101 E pinnacle park floor 5

  • @ramarisonandry8571
    @ramarisonandry8571 ปีที่แล้ว

    I prefer using regex in python

  • @aryansena7290
    @aryansena7290 4 ปีที่แล้ว +1

    Please go slow and show every step. Everyone is not pro. Thanks