Extract Text from cells in Excel - How to get any word from a cell in Excel

แชร์
ฝัง
  • เผยแพร่เมื่อ 28 ส.ค. 2024

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

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

    ****** BLACK FRIDAY SALE ******
    VBA/Macro Course (80% OFF) -> www.teachexcel.com/vba-course-update.php?src=yt_pin_zghj4leb2dg
    Professional Forms in Excel (65% OFF) -> www.teachexcel.com/premium-courses/68/idiot-proof-forms-in-excel?src=yt_pin_zghj4leb2dg
    Email from Excel (65% OFF) -> www.teachexcel.com/premium-courses/96/send-emails-from-excel-course?src=yt_pin_zghj4leb2dg

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

    You have no idea how much this helped me, i had been looking for this formula for the last 7-8 months, trying to separate the first names from huge data irrespective of the characters in the first name, and you finally explained it and it worked perfectly! Thank you so much! Genuinely appreciating this.

  • @Gaurav.YourDedicatedAssistant
    @Gaurav.YourDedicatedAssistant 2 ปีที่แล้ว +3

    THANKS!
    =LEFT(A2,FIND(" ",A2,1+FIND(" ",A2,1+FIND(" ",A2)))-1)

  • @hojasderuta
    @hojasderuta 5 ปีที่แล้ว +4

    Give the man a hand, sooo helpful, thank you

  • @subshomegreenhiskills
    @subshomegreenhiskills 4 ปีที่แล้ว +11

    I need to go through this a few times. My head is spinning with so many find functions and +1 and -1

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

      Same here

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

      I appreciate the logic for extradition of last word. But I found dar easier and less time taking method to achieve the same without len and substitute .Totally a must watch .
      th-cam.com/video/FbcXl4BP0AI/w-d-xo.html

  • @victorialee5637
    @victorialee5637 7 ปีที่แล้ว +8

    Great teaching!!! Thank you.
    Q: How can you extract the City (second last to the right) with a right function?

  • @user-di2sh1lf9h
    @user-di2sh1lf9h 6 หลายเดือนก่อน

    Thanks. This was so helpful for me.

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

    Million thanks .. your sharing is very helpful. You made my day.

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

    It's a good tutorial, but offer the "SEARCH" alternative, "FIND" is more restrictive. Nonetheless, it's a clear tutorial and gets to the point.

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

      I appreciate the logic for extradition of last word. But I found far easier and less time taking method to achieve the same without len and substitute .Totally a must watch .
      th-cam.com/video/FbcXl4BP0AI/w-d-xo.html

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

    amazing, it was very hard but you made it easy.

  • @benwonderfulmedia
    @benwonderfulmedia 4 ปีที่แล้ว +2

    Exactly what I needed thanks so much!

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

      I appreciate the logic for extradition of last word. But I found far easier and less time taking method to achieve the same without len and substitute .Totally a must watch .
      th-cam.com/video/FbcXl4BP0AI/w-d-xo.html

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

    haha enjoying your video from Spring, TX

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

    I want to select only 2 numbers from left , please guide

  • @AwaisKhan-tk5xr
    @AwaisKhan-tk5xr ปีที่แล้ว

    helped a lot, Thanks

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

    It helped a lot. Thanks

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

    Thank you so much it worked 🙂

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

    Excellent sir, thanks- shivsharan

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

    what about if I only need the text after the second space?

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

      Find the position of 2nd space first. First position of space u can find easily. I.e. finding the position of first "space" say 5 and again in the same text find the position of "space" and keep the starting point at 5+1.

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

      I appreciate the logic for extradition of last word. But I found far easier and less time taking method to achieve the same without len and substitute .Totally a must watch .
      th-cam.com/video/FbcXl4BP0AI/w-d-xo.html

  • @JazzieLadyJ
    @JazzieLadyJ 10 ปีที่แล้ว +3

    Very helpful and easy to follow. This is EXACTLY what I needed.

  • @psybera1987
    @psybera1987 8 ปีที่แล้ว

    I want a simple Attendance register to prepare.... I can calculate the Presents marked as (P or 1) and absents marked as (A Or 0) and Overtime makes as (OT) then add salary/31+P-A+OT-fine-advance etc..... I have managed to find out the formulas for add and subtract and all the rest but extracting the OT from the P and A is giving me a touch time to figure out.

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

    Thank you very much very helpful

  • @irishmumof1
    @irishmumof1 6 ปีที่แล้ว

    Best tutorial I have found. However, I need to go one more step further. I need to pull out just the state no space and no period. Do you have another tutorial for this? Example ("Oh")

    • @SIMRANKAUR-eg7nc
      @SIMRANKAUR-eg7nc 3 ปีที่แล้ว

      Use fixed width.I have really racked my brain a lot going one videos to another. I came across a channel "off to office". Delimiters,fixed width, qualifier, dd.mm.yyyy to dd/mm/yyyy everything have been explained in one single video.

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

    Absolutely what i was looking for. Thank you.

  • @RaviKumar-uw2ih
    @RaviKumar-uw2ih 6 ปีที่แล้ว

    I just love it.
    It reduces my effort

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

    Thanks a lot. I finally got this!!!

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

      I appreciate the logic for extradition of last word. But I found dar easier and less time taking method to achieve the same without len and substitute ..Totally a must watch .
      th-cam.com/video/FbcXl4BP0AI/w-d-xo.html

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

    Thanks

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

    Thank you!! It worked!!! Woohooo

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

    Thank you so much. ❤️

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

    It is very important in excel

  • @NA-gn2qg
    @NA-gn2qg 5 ปีที่แล้ว

    Thanks a lot, but what i am asking is can I search for a specific string inside a larger text and copying it? I need to extract certain words and its value to use it in a research later. or delete all other words to use the search in statistics later? many thanks.

  • @HeadNtheClouds
    @HeadNtheClouds 15 ปีที่แล้ว

    Wow!!! You are really smart & a very good teacher!

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

    Fantastic video. Thank you very much!

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

    Thank you🎉🎉🎉🎉🎉🎉

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

    Saved my time.

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

      I appreciate the logic for extradition of last word. But I found far easier and less time taking method to achieve the same without len and substitute .Totally a must watch .
      th-cam.com/video/FbcXl4BP0AI/w-d-xo.html

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

    Mind blowing sir

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

    what if you want a string from the right?

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

    I found out using "FIND" in your "LEFT" or similar formulas on android or iOS does not work. Either gives me #NAME? on iOS or #Value errors on android. If anyone has a solution for these devices, I would like to know.

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

      Use search instead.
      I appreciate the logic for extradition of last word. But I found far easier and less time taking method to achieve the same without len and substitute .Totally a must watch .
      th-cam.com/video/FbcXl4BP0AI/w-d-xo.html

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

    This was very helpful. Thank you!!!

  • @Tetchyyy
    @Tetchyyy 9 ปีที่แล้ว

    You the real MVP

  • @DesignCenterPEC
    @DesignCenterPEC 11 ปีที่แล้ว +2

    What about the case, for example:
    A1: Alex sander 1986
    A2: Jonh 1987 Kend
    A3: 19 Washington city
    Result:
    A1: Alex sander
    A2: Jonh Kend
    A3: Washington city
    ????
    Please??

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

      Have u got any answer on this

    • @SIMRANKAUR-eg7nc
      @SIMRANKAUR-eg7nc 3 ปีที่แล้ว

      I have really racked my brain a lot going one videos to another. I came across a channel "off to office". Delimiters,fixed width, qualifier, dd.mm.yyyy to dd/mm/yyyy everything have been explained in one single video.

    • @SIMRANKAUR-eg7nc
      @SIMRANKAUR-eg7nc 3 ปีที่แล้ว

      If there is some kind of pattern u can used fixed width

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

    Hello , I used the last method to extract numbers from text, however now | struggle to sum up them as it only formats as number and can't sum up. Can you please help . Thanks

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

    hi, what if i want to use the second word only?

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

    Brilliant 👍👍👍

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

    great. exactly what i need. i however also need to figure out how to only extract characters after the second space but before a third space.

    • @SIMRANKAUR-eg7nc
      @SIMRANKAUR-eg7nc 3 ปีที่แล้ว

      I have really racked my brain a lot going one videos to another. I came across a channel "off to office". Delimiters,fixed width, qualifier, dd.mm.yyyy to dd/mm/yyyy everything have been explained in one single video...

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

    How can I do that from the RIGHT side?

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

    How to extract any value from the cell e.g last value.I tried this formula but it shows the start value.

  • @prakash-uv1ct
    @prakash-uv1ct 9 ปีที่แล้ว

    HI, Could you help me, how to copy particular last cell from the data

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

    I have one question ❓ sir One person have 4 different cell numbers right how can merge all numbers in one contact number in android mobile... please make the video.

  • @aligh76
    @aligh76 10 ปีที่แล้ว

    Very helpful thanks

  • @tranglieu7993
    @tranglieu7993 7 ปีที่แล้ว

    This is sooooo awesome!!!! Thank you so much !!!!

  •  6 ปีที่แล้ว

    Awesome. Totally perfect!

  • @saraliseth
    @saraliseth 13 ปีที่แล้ว +2

    thanks, its really helpful plus i love your voice!!! lol

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

    Hi how to extract data if entry is same same??

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

    Thank you bro, Please may I know other types of data extraction available, can i use regex, python, pandas and VBA?

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

      I have done many tutorials on this, including regex type formulas. Search my channel for them and you might find one that works well for your situation.

  • @stepfanj3199
    @stepfanj3199 6 ปีที่แล้ว

    My data is coming in this format--- "HARDER, Mr. JESSE L" ----with all the names, the "Mr. and Mrs." in my list of names is throwing my (Left, Right and Mid) formula off can you give me any insight on how to by pass this issue? It uses "Mr." as my (MID) formula. and my (RIGHT) formula does not separate the first name from the middle initial. It keeps them together with the first name. I need first/Middle/Last name in separate cells.

  • @robertweekes5783
    @robertweekes5783 10 ปีที่แล้ว

    Great post, thanks!

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

    SRVKOL/236/22-23
    SRVKOL/5389/22-23
    SRVKOL/2/22-23
    SRVKOL/58/22-23
    I want to extract only numbers (i.e., 236, 5389, 2, 58) using formula. Please advise. Thanks

  • @ChrisKayMan
    @ChrisKayMan 8 ปีที่แล้ว

    Is there a formula to random pick a cell in excell? f.e.
    I have A1 to A10 cells random words, is it possible to random pick one cell from thesse cells?

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

    The text string is "47 Nelson Street Kettering Northamptonshire NN16 8QN" in Cell A2.
    Here I need the street(47 Nelson Street), Town(Kettering), county(Northamptonshire) and Code(NN16 8QN) in each separate cell of a row.
    How to do this? Give me the formula for each retrieval.
    Also, another string is "Ref. No: 19/00443/EPHMO Status: Current Licence Applicant Name: Mr Jack Oliver McLoughlin" in cell A3.
    I need only the ref no (19/00443/EPHMO) and the name (Mr Jack Oliver McLoughlin) in separate cells.
    Help me with these formulas.

  • @Balsero-qb9gv
    @Balsero-qb9gv 2 ปีที่แล้ว

    Thank you very much for this video!! I have a question please, how can I separate the names if they have a minus symbol (-) in between? Example: John-Smith
    Thank you so much!!

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

      Select the cell, then go to data, select text to columns and separate by the appropriate symbol

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

    What function would you use if you wanted to extract just the name of the states? So everything from the right of the last space. Thank you.

    • @SIMRANKAUR-eg7nc
      @SIMRANKAUR-eg7nc 3 ปีที่แล้ว

      Right and len in combination with substitute

    • @SIMRANKAUR-eg7nc
      @SIMRANKAUR-eg7nc 3 ปีที่แล้ว

      I have really racked my brain a lot going one videos to another. I came across a channel "off to office". Delimiters,fixed width, qualifier, dd.mm.yyyy to dd/mm/yyyy everything have been explained in one single video..

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

    Hi, how do i extract the last 3-4 words of a cell?

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

    similarly, pls display how to do mid function.....

  • @irfananwar3447
    @irfananwar3447 8 ปีที่แล้ว

    thank you I mange to get the number out but the issue , I cannot sum it because there is a space before the number , any suggestion

    • @SIMRANKAUR-eg7nc
      @SIMRANKAUR-eg7nc 3 ปีที่แล้ว

      Trim clean it first. Then use text to column.I have really racked my brain a lot going one videos to another. I came across a channel "off to office". Delimiters,fixed width, qualifier, dd.mm.yyyy to dd/mm/yyyy everything have been explained in one single video.

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

    गुड मॉर्निंग सुप्रभात आपका दिन मंगलमय हो

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

    Microsoft should make it much simpler than that, I presume.

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

    Hello. Great tutorial! I have a spreadsheet with a list of times in 05:51AM or 07:13PM format and I need only the time in military format. Any suggestions?

    • @SIMRANKAUR-eg7nc
      @SIMRANKAUR-eg7nc 3 ปีที่แล้ว

      Which kind of format? Please elaborate a bit. I have really racked my brain a lot going one videos to another. I came across a channel "off to office". Delimiters,fixed width, qualifier, dd.mm.yyyy to dd/mm/yyyy everything have been explained in one single video.

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

    why not simply use "flash fill" ??

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

    Thanks.

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

      You are very welcome! I'm glad to help)))

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

    I want to del first two numbers from a column of phone numbers. How to do it? plz help

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

      =left(a1;2) in A1, put to phone number...

  • @soonny002
    @soonny002 8 ปีที่แล้ว

    Is it possible to "find" a particular character on an entire row rather than just a cell? How do you do that? Thanks...

    • @prasadphani6823
      @prasadphani6823 7 ปีที่แล้ว

      did u get how to do it? can u share if you know it?

    • @soonny002
      @soonny002 7 ปีที่แล้ว

      Oh, it's been a long time. I remember doing it but not exactly how. Lol. Just google it.

    • @prasadphani6823
      @prasadphani6823 7 ปีที่แล้ว

      Oh ok anyway thanks for your reply. I am trying with or statement

  • @ShyamSundar-mn4vm
    @ShyamSundar-mn4vm ปีที่แล้ว

    Is there any formula to extract the text ifA2 cell has a text string i.e. 2shy564am5 and I want the result shyam

  • @raihanuddin309
    @raihanuddin309 8 ปีที่แล้ว

    Thank You

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

    i have a similar problem i have a text string of time that is not well captured (12:29PM or 11:39AM) i want a formula that can separate for me the PM and AM so i can get the time value i need, any Help please??

    • @SIMRANKAUR-eg7nc
      @SIMRANKAUR-eg7nc 3 ปีที่แล้ว

      Very simple. Use fixed width. I have really racked my brain a lot going one videos to another. I came across a channel "off to office". Delimiters,fixed width, qualifier, dd.mm.yyyy to dd/mm/yyyy everything have been explained in one single video.

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

    My question is if i have two sentence like ((1)i have 20number of car (2)i dont no this 35number car) if In this 2 sentence I want 20 number and 35 number so which formula i can use

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

    How to do it other way around, If I want to insert a value taken form another cell into an existing string ?

    • @SIMRANKAUR-eg7nc
      @SIMRANKAUR-eg7nc 3 ปีที่แล้ว +1

      Concatenate

    • @SIMRANKAUR-eg7nc
      @SIMRANKAUR-eg7nc 3 ปีที่แล้ว +1

      I have really racked my brain a lot going one videos to another. I came across a channel "off to office". Delimiters,fixed width, qualifier, dd.mm.yyyy to dd/mm/yyyy everything have been explained in one single video

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

      @@SIMRANKAUR-eg7nc thank you

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

    What if the first words are within “ghhhd” quotes

  • @ranklerave3564
    @ranklerave3564 8 ปีที่แล้ว

    Can someone tell me if their is a function I can use that is similar to the Find & Select (binoculars) feature? I need to place a "Search for Client" box in the upper left hand corner of my spreadsheet in BIG RED LETTERS for users who have to idea how to use the normal binocular feature, which is about 90% of the users.

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

    May i use vlookup with this extract???? Please let me know.

    • @SIMRANKAUR-eg7nc
      @SIMRANKAUR-eg7nc 3 ปีที่แล้ว +1

      Yea u can . I would suggest clean ur data a bit using trim clean and then proceed with vlookuo or even conditional formatting to find duplicate.

    • @SIMRANKAUR-eg7nc
      @SIMRANKAUR-eg7nc 3 ปีที่แล้ว +1

      I have really racked my brain a lot going one videos to another. I came across a channel "off to office". Delimiters,fixed width, qualifier, dd.mm.yyyy to dd/mm/yyyy everything have been explained in one single video.

  • @ChickenMaster7
    @ChickenMaster7 6 ปีที่แล้ว

    How can I do the same, but I want to extract the last word. I tried with "right" instead of "left" function, but it cut the words in the middle. Can you help me with this please:)

    • @SIMRANKAUR-eg7nc
      @SIMRANKAUR-eg7nc 3 ปีที่แล้ว

      Tell more specifically. U can however try video on "off to office"

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

    Dear all, How could I write a formula to separate all this months in separated cells? many thanks
    April/Oct
    Feb/May/Aug/Nov
    March/Sept
    Feb/May/Aug

  • @Akenazia
    @Akenazia 6 ปีที่แล้ว

    How would i pull out just Bridgegate and Tx? or 6618 and Spring?

    • @SIMRANKAUR-eg7nc
      @SIMRANKAUR-eg7nc 3 ปีที่แล้ว

      I have really racked my brain a lot going one videos to another. I came across a channel "off to office". Delimiters,fixed width, qualifier, dd.mm.yyyy to dd/mm/yyyy everything have been explained in one single video.

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

    I need ur help to find Dr only..can u plz help me.

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

    what we do ., if we dont have a space

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

      Use another delimiter and or Text-to-Columns, which also works if the text is always the same length but there is no delimiter.

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

    PERFECT!

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

    plzzz help sir
    suppose i hav a date in cell A6. in down there is paragraph so i want that date in the A6 cell in the paragraph

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

      Upload a sample file and your question in our forum and we can help! www.teachexcel.com/talk/microsoft-office?src=yt

  • @furqanessaniACCA
    @furqanessaniACCA 10 ปีที่แล้ว

    Nice video.. It might help me when I am given the same situation I was having days before.
    Well i would like to know, what if we need to extract data from 2 cells.
    Eg, in cell A2, I have 467John & in cell B5, I have just 467.. Is there any way I could extract just 467 in cell C. ?

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

      Yes, that is simpler. Just place the formula in cell C (for example)
      =LEFT(A2,SEARCH(" ",A2)+0)
      I prefer "SEARCH" instead of "FIND" (find has problem with uppler/lower case difference.)

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

      Find is a case sensitive. Search is not case sensitive

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

    how would i pull just the bridgegate dr part in this?

    • @TeachExcel
      @TeachExcel  6 ปีที่แล้ว

      It depends... If you ask on our forum, we can give you more detailed help though. Just specify if each cell will have the same format or not and exactly what should determine how that part of the cell is put into another cell, such as using spaces as delimiters or dashes, etc.
      www.teachexcel.com/talk/microsoft-office

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

    Monitum: 28 dec 2019 16:07:52: auto RSP issue~monitum: 10 jan 2020 14:18:47 : ~vibhanshu singh bharti: 10 jan 2020 17:02:32 : monitor not working properly~
    How to extract VIBHANSHU SINGH BHARTI from above column please help

  • @caxxadorm
    @caxxadorm 12 ปีที่แล้ว

    very helpfull, thanks

  • @nissegurraakter
    @nissegurraakter 9 ปีที่แล้ว

    Well I cant get the function to work in office 2013. Don't know what has changed...

    • @davidcjay
      @davidcjay 8 ปีที่แล้ว

      +nissegurraakter the FIND function is obsolete, and has been replaced by the SEARCH function

  • @6SpeedRobbyG
    @6SpeedRobbyG 9 ปีที่แล้ว

    I have a set of user info that I need to sort alphabetically by last name. The string values imported of 800+ users is generally "Bob Saggot - information technology". So FIRST LAST - DESCRIPTION. How could I separate the first names out to make new column with them and then sort by last name.

    • @SIMRANKAUR-eg7nc
      @SIMRANKAUR-eg7nc 3 ปีที่แล้ว

      Text to columns.
      I have really racked my brain a lot going one videos to another. I came across a channel "off to office". Delimiters,fixed width, qualifier, dd.mm.yyyy to dd/mm/yyyy everything have been explained in one single video.

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

    The issue is when the character used to be a parameter is not located in the same position...

    • @SIMRANKAUR-eg7nc
      @SIMRANKAUR-eg7nc 3 ปีที่แล้ว

      At the end of the day there have to have a patter. Delimiters at most of times helps but if u find some consistently or pattern u can use fixed width and put a break line to fetch the desired result.

    • @SIMRANKAUR-eg7nc
      @SIMRANKAUR-eg7nc 3 ปีที่แล้ว +1

      I have really racked my brain a lot going one videos to another. I came across a channel "off to office". Delimiters,fixed width, qualifier, dd.mm.yyyy to dd/mm/yyyy everything have been explained in one single video.

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

      @@SIMRANKAUR-eg7nc thanks it helped.mam I subscribed.

  • @lostlonelydude
    @lostlonelydude 6 ปีที่แล้ว

    Hi I have a question. I don't know if a function like this exists or well I think anything is possible with excel! So I am using the following function for a project: MID($A1, COLUMNS($C1:C1), 1) so the outcome appears on C1. and this is to get a certain set of numbers or words on a certain cell to appear on different cells. I would like to know if there is a formula or a way I can create a macro for this outcome to appear from back to front. Like say there is a range A:1 to A15 I want numbers to appear from A15 to A1 - back wards. Like the last cell on the selected range to the filled first. Can someone help me with this please. Thank you

    • @TeachExcel
      @TeachExcel  6 ปีที่แล้ว

      Please ask questions like this on our forum, it will be MUCH easier to help you there. www.teachexcel.com/talk/microsoft-office?src=yt

    • @SIMRANKAUR-eg7nc
      @SIMRANKAUR-eg7nc 3 ปีที่แล้ว

      2 liner micro. Run a loop of 15 and assign the value with range . Value.if u know a jit if macro u fan do it.
      I have really racked my brain a lot going one videos to another. I came across a channel "off to office". Delimiters,fixed width, qualifier, dd.mm.yyyy to dd/mm/yyyy everything have been explained in one single video.

  • @ProtonCannon
    @ProtonCannon 7 ปีที่แล้ว

    I am using exactly this formula, I checked several other websites and all show this formula but when I put it into my excel, even if I copy paste it from another website I always and always get an error message. It reports that the error begins straight at the "A2" after the first parenthesis. I could not find any solutions to this problem. Could someone please help?

    • @saqibmudabbar
      @saqibmudabbar 7 ปีที่แล้ว

      ProtonCannon Probably your A2 is empty

  • @TheEfian2004
    @TheEfian2004 8 ปีที่แล้ว

    what if i just wanted everything to the left if the comma

    • @davidcjay
      @davidcjay 8 ปีที่แล้ว

      +TheEfian2004 you would use the SEARCH function. Find is kind of obsolete. It would be =LEFT(A1,SEARCH(",",A1)-1) You can also use the MID function to extract words from the middle of a text string

    • @TheEfian2004
      @TheEfian2004 8 ปีที่แล้ว

      thank you

  • @jigsregieregino
    @jigsregieregino 7 ปีที่แล้ว

    SUBIC CLIENTS:DATU MOHAMMAD ALI JAWAWI SEMA
    SUBIC CLIENTS:DAVE BURGESS
    SUBIC CLIENTS:DAVID MAC CORMICK
    SUBIC CLIENTS:DAVID PIO
    I need to separate Name from the First two words
    Please help

    • @showtimehereiam
      @showtimehereiam 7 ปีที่แล้ว

      Regino Mapa Hey ! Use either one formula or the other :
      - MID(A1,FIND(":",A1)+1,LEN(A1)-FIND(":",A1))
      - RIGHT(A1,LEN(A1-FIND(":",A1))

  • @shafeekmc9430
    @shafeekmc9430 11 ปีที่แล้ว

    itz very helpfull us

  • @LeticiaQuezada-mf8rk
    @LeticiaQuezada-mf8rk 5 หลายเดือนก่อน

    6:49

  • @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)&"~")))