5 Helpful Text Extraction Tips for Excel

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

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

  • @stopdrinkingleftskoolaid6510
    @stopdrinkingleftskoolaid6510 3 года назад +3

    Wow! In all the years I’ve been listening to “how to” teaching videos regarding text manipulation, I have NEVER heard anything so simply and expertly explained as this example.
    You included so many breakdowns of the entire formula that made a tremendous difference in understanding how these multiple function (imbedded) formulas work. And I learned that the end of the formula goes first and works it’s way back to the first formula, which in and of itself is a tremendous help. You’ve made a indefinite subscriber out of me. With sincere thanks.

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

      yes I 100% agree with you. This video is worth gold.

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

    I have watched many other videos regrading to extract data/spilt text/data, you are the best one I think to explain soooooooo clearly!!

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

    Excellent! The multi-separation formulas are brilliant - thanks for that!

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

      You are very welcome Mr. Lord! Glad you like it :)

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

    THERE ARE LOADS OF VIDEO on this topic and i watched more than 5, and clearly, you are the one explained it the best! Thanks for break it down and validate it on a granular level.

  • @jmschroen-hendriks4542
    @jmschroen-hendriks4542 4 года назад

    Finally the explanation I was looking for. Not the correct whole formula, but the way of thinking. I wanted the text from the right of the dot and left before last space.
    (translate google)

    AE12= 115. Text and multiple variable spaces continued with 15.0 km
    Outcome: Text and multiple variable spaces continue with
    = TRIM (MID (AE12;
    FIND ("."; AE12) +2;
    FIND ("~"; SUBSTITUTE (AE12, ""; "~"; LEN (AE12) -LEN (SUBSTITUTE (AE12, ""; "")) - 1))
    - (FIND ("."; AE12) +2)))
    Thanks

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

    I saw a lot of videos for this issue but i can tell this is the easiest and found what I wanted bcus of this video thank you so much❤

  • @1987NAZIM
    @1987NAZIM 3 года назад

    I have seen many videos so I really appreciate all whoever try to make other's life easier but I found you very much helpful. Great explanation! Well done my friend!

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

    Thanks for explaining this in English logically!

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

      You're very welcome! I'm glad you think so!)

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

    Thanks, this tutorial is very helpful. I've struggled for a long time to find the appropriate code that will do a specific task in my VBA project. Although, I did not use directly the command "Find" because it is unacceptable to VBA. I used "Instr" instead. What helped me solved my issue is the IDEA you have presented!!! THANK YOU VERY MUCH for your shared information. I already subscribed and liked your post.

  • @deninsrmic4165
    @deninsrmic4165 4 года назад +3

    This tutorial was quite helpful, I enjoyed watching it and practising along as you really did put effort to explain the magic "why" in Excel. I watched many tutorials on this topic, but here I got really what searched for simple explanation. Thank you.

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

    Thanks, you make it easy as you divided the long formula into pieces.

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

      You're welcome! I'm glad that helped; I wasn't sure how easy it would be to follow as that last formula is pretty crazy.

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

    Excellent explanation with good examples. I’m saving this. Thank you!

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

    Awesome. This video helped me so much.

  • @Craig-Mitchell
    @Craig-Mitchell 5 лет назад +1

    Thanks, well explained and without the distracting music etc. Well played 👏🏻

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

    Very very useful and interesting tutorial. Extremely well explained. Big thanks!

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

      You're welcome! Glad it helped :)

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

    you should deserve more subscribers

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

    Very well explained. Thank you

  • @Мечтатель-х1х
    @Мечтатель-х1х 2 года назад

    I have really liked it. Thank You!

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

    situation:
    1.- Each week I Get list in Excel to update in a Data Base (not excel), I use paste and copy
    2.- a lot of times, the list has about 7 names inside(They are Variable), I need to separate all of them
    3. It would be nice to do it, by formula (sight)
    The best way for me do to it :
    1.-Text to column, separate by space
    2.-Automate everything using macros
    What do you think
    Thank You
    You are the best in explaining !

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

    Excellent video... Thanks!

  • @HaftuAdhena-i4d
    @HaftuAdhena-i4d 3 месяца назад

    Thank You It is Great Explanation

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

    Stunning Video!!!

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

    Brilliant content! Thanks a lot :-)

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

      Thanks Marco :) You're very welcome!

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

    Amazing tutorial

  • @A.E.Carrillo
    @A.E.Carrillo 4 года назад

    Great Job! Thank you so much!

  • @md.soberali2745
    @md.soberali2745 3 года назад

    Great work, thank you

  • @torkunc
    @torkunc 8 месяцев назад

    that's great. thank you.
    what if we dont know how many delimiters we do not know (for instance in a1 we have 10, in a2 we have 15 delimiters)
    what we know is we want to get the text after the 7th delimeter from the end.
    for 2 days I am trying to get it but could not achive.
    can you advise?
    thanks again

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

    Genius, thanks a lot

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

    Hello, do you have a video that explains how to get the "C" on A6 using the formula?

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

    perfect video

  • @SahinDuzgun-se6dt
    @SahinDuzgun-se6dt 2 месяца назад

    Hi,
    i have a list of values on another sheet like 1-9.
    When i display the values from the first row and drag it down, it displays the values from 1-9 but after that the area is empty.
    Can you tell me how i have to write the function so it keeps repeating after the last value?
    Thx.

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

    thank you very much for this great video

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

    Dude do you have a video on using if function to return a number from a letter. So A=1 B=2 C=3 and so on. I want to enter a word and have excel automatically calculate the value of the word? Thanks

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

    how would I change the formula to extract everything to the LEFT of the BAR/LINE that I substituted my spaces for? I tried to simply replace RIGHT with Left but It only returned the first name and not the first and last name that I need. please help!! :)

  • @فاديفريد-ن3ج
    @فاديفريد-ن3ج 3 года назад

    THANKS ALOT

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

    Thanks a lot

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

    can you please tell me how we canFind 80-70percent similar sentences from excel.

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

    Not able to register in your teachexcel and not able to download the materials

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

      Hi Ken, not sure what the issue is, if you send me a message via the Contact page on TeachExcel.com, I can better troubleshoot it.

  • @summit.navale
    @summit.navale Год назад

    Hello, Can we do like AB-B=A in excel ?

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

    Hi, could please tell how i can get everything after the second slash for example (19000-4444-55555--5050-B01889-) ?

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

    Hey TeachExcel,
    I modified one of your formulas to display everything before the first comma. (In my case the text is separated by commas). Below is my formula, but some of since some my fields don't have a comma, how would I edit this formula to display the original cell value if a comma isn't found?
    =IFERROR(LEFT(D1,FIND(",",D1)-1),"")

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

      Just encase it in an IF statement that checks for that first. If you ask on our forum and provide some sample values it will be easier to give you better help, including code. www.teachexcel.com/talk/microsoft-office?src=yt_comment

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

    How can you extract multiple occurrences? For example, I am trying to extract all occurrences of the word "Scale"? In this example, Methods: Cross-sectional descriptive survey of 447 US RNs using five reliable and validated measures of presenteeism: Stanford Presenteeism Scale (SPS), Job-Stress-Related Presenteesim Scale (JSRPS), Healthcare Productivity Scale (HPS), Nurses Work Functioning Questionnaire (NWFQ), and Health and Work Questionnaire (HWQ). The survey was evaluated using descriptive, exploratory, and confirmatory factor analysis.

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

    thanks bro

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

    Cool😍😍

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

    Sir, I request you to please make a formula in which I can extract two or three words from the middle of the line of a cell in Excel. I have made different formulas for both, but I am not able to form a formula by mixing them both. I am sharing both those formulas with you. You are requested to mix these two and make a formula so that I can extract two or three or four words from a line in a cell. Please Please
    (To extract one word from mid of line)
    =Trim(MID(SUBSTITUTE(B6," ",REPT(" ",LEN(B6))),(C6-1)*LEN(B6)+1,LEN(B6)))
    (To extract 2 or 3 word from the starting of the line)
    =TRIM(LEFT(B1,FIND("~",SUBSTITUTE(B1," ","~",A1)&"~")))

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

    مرسی

  • @a.h.d.h.2803
    @a.h.d.h.2803 2 года назад

    Well the last formula: How can this work: The last function "Substitute" has one argument less than it supposed to? It did not work when I tried te run it; the message keeps coming saying the formula misses an argument.

  • @JavierGarcia-mh8ou
    @JavierGarcia-mh8ou 2 года назад

    When I press F9 it takes me to a windows menu

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

    what about dates ? What extracting a date eg 29-08-20. just extract the entire date

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

      Hi david, just ask in our forum and provide a sample value or spreadsheet and it is MUCH easier to help - I can usually not respond to comments on older videos due to the quantity of them. For this question, provide a more specific example of how you want to extract it and if the value is just text that looks like a date or an actual date. How the date is stored will determine how to extract what you need.
      Forum: www.teachexcel.com/talk/microsoft-office?src=yt_comment

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

    WoW