MS Excel | Text Functions

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

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

  • @kailynaustin2916
    @kailynaustin2916 3 года назад +18

    Thank you! You're a good teacher.

  • @kobekaviza2885
    @kobekaviza2885 3 года назад +18

    I’m going to pass because of this man
    !!!

    • @MrLongITandCAT
      @MrLongITandCAT  3 года назад +6

      You are putting in the work! You can do it. Good luck and type well!

  • @mark_ontong
    @mark_ontong 2 года назад +5

    You are awesome!!! Thank you for doing these tutorials!

  • @MosesKungu-c3y
    @MosesKungu-c3y 3 месяца назад +1

    Hi Mr Long I got a question for finding the domain at 14:45, could I have said =MID(I7, (N7+1))

    • @MrLongITandCAT
      @MrLongITandCAT  3 месяца назад

      Yes that should work but you have left out the last parameter so don't forget the third one which is how many characters you want to copy for.

  • @MufamadiLusani
    @MufamadiLusani Год назад +2

    Hi, is the '&' you use when you apply the functions actually concatenate?

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

      You can use the Concatenate function or the & symbol. Both do the same thing.

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

      Thank you@@MrLongITandCAT

  • @JurieWessels
    @JurieWessels 7 месяцев назад +1

    Love you man❤

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

    Sir by the Right function isn't suppose to be Long Mr, sorry for the late reply , I only found out about your channel this week.

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

    Thank you.

  • @Chardo.Vissie
    @Chardo.Vissie 7 месяцев назад

    Mr Long, I want to ask a question🙈
    There at John Smith the Surname, you used the MID function
    =MID(I3;6;100)
    I instead used this method in another cell:
    I said
    =LEN(I3) (which gives me all the characters from John Smith)
    =10
    I typed in another cell find space
    =Find(" ";I3)
    Which also gave me 5
    I then typed in the Surname field
    =RIGHT(I3;6)
    (I started at 6 because I don't want to include the 5 which is the space)
    Is this method okay, or will I lose my marks? I did show my calculations though❤

    • @MrLongITandCAT
      @MrLongITandCAT  7 месяцев назад +2

      Ideally you want to have formulas that work with any name and surname. So I wouldn't use numbers like 6 in your right formula because that won't work for every surname. So what you could do is work out the length of the surname which is you basically are on track to doing. The length of the surname will be the length of the whole string minus the position of the space (because the space will be everything from the first name plus the space). So you can do this:
      =RIGHT( I3, Len(I3) - FIND(" ", I3) ) --you can separate this into different cells if that makes it easier.
      This then works with text like Adam Parker (Position of space is 5, length of all text is 11 so length minus space is 11 -5 = 6 so if you copy 6 characters from the RIGHT, then you get the surname.)
      Note this works even if the surname contains spaces like du Preez but it won't work if there is a second name like John Paul Williamson because the space is only up until the end of the first name.
      Hope that makes sense.

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

    Finally some things being cleared out for tmrw 🥹

  • @mello_megs
    @mello_megs 3 года назад +7

    Is the name accurate?... 😂

  • @thato8349
    @thato8349 2 месяца назад

    Wow.