3 Advanced Examples of the SUBSTITUTE Function in Excel

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

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

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

    Please never delete this video! It's a pearl.

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

      Thank you 😊 I promise

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

    Your channel has been a life saver again and again. Much more useful than attempting to google random functions.

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

      Great to hear, Nick. Thank you.

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

    That's exactly what I was looking for in order to replace the first occurrence of a string with another one.
    Thanks a lot!

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

    Brilliant 👏

  • @russromine3028
    @russromine3028 6 ปีที่แล้ว +3

    Love it. Just a few days ago I was extracting the file names from full paths and wrote some convoluted VBA to achieve it. This is much more clean and concise. Thanks!

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

      You're welcome Russ, thank you.

  • @pratyushjoshi6812
    @pratyushjoshi6812 5 ปีที่แล้ว +3

    Thank you so much Computergaga for such amazing content.

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

      You're welcome Pratyush. Thank you.

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

    Amazing. Computergaga is one Word, but it means really a lot to everyone who wants to be good at Excel. Your Excel knowledge is excellent Alan. Thanks indeed.

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

    Great video. Thank you very much; example two was exactly what I needed.

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

      Awesome! Thank you, Oostenwald.

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

    Excellent video depicting example of substitute function. You are showing the usefulness of this formula by demonstrating scenario. thanks a lot.

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

      You are welcome! Thank you for your comments.

  • @lynxwomancat
    @lynxwomancat 6 ปีที่แล้ว +2

    Thanks so much for sharing your wealth of knowledge! Great video!

  • @vuhoang7731
    @vuhoang7731 6 ปีที่แล้ว +2

    Thank you.

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

      You're welcome Vu Hoang.

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

    great video sir, very good use of substitute formula. thanks sir

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

      You're welcome. Thank you, Deepak.

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

    Wonderful !!👍👍

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

    W video from a W man

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

    Totally totally awesome !!!

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

    This was GOOD information! Tighten up the length a little bit.

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

    Genius

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

    thanks so much, really useful!

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

      Great to hear! Thank you, Yaroslav.

  • @OmarMohammed-ze6kn
    @OmarMohammed-ze6kn 2 ปีที่แล้ว

    Good job 👏🏻

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

    Thanx

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

    please show me , how to set next days (find next day cross sheet) in excel?

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

      Sorry Mao, I'm not entirely sure if I understand. If the date was in cell A2. Next day would be =A2+1.

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

      @@Computergaga example : cross sheet 1 and sheet 2 , but we no need holiday . ( i find date , want to run day auto )

  • @KhadimHussain-xe2sw
    @KhadimHussain-xe2sw 4 ปีที่แล้ว +1

    To be honest no words for u sir
    Words are not enough to compliment u

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

      Your words are enough. Thank you very much Khadim.

    • @KhadimHussain-xe2sw
      @KhadimHussain-xe2sw 4 ปีที่แล้ว

      @@Computergaga sir how can i be a master in making dashboard?

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

    The way you break down and explain each and every step is amazing! The issue I am currently having is perhaps related to, but different than the 3 examples you showed. I want to add zeros to a text string of characters. The 6 numerical characters are broken into 3 pairs which are then separated by 2 hyphens. For example: 01-01-22.
    I wish to insert a zero to the right of each hyphen. Example: 01-001-022. I have tried various methods but to no avail. Any suggestions?

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

      Thank you, Mike 👍 For your issues, this formula will work - =SUBSTITUTE(A1,"-","-0")
      It assumes that your values begin in cell A1.

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

      @@Computergaga Wow, that did the trick! Thank you so much! I'm giving you a 'social distance' handshake!

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

      👊

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

    What is the formula for middle name?

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

    If i want mid insted of right, what will be the formula? Is this correct
    =MID(A2,LEN(A2)-FIND("*",SUBSTITUTE(A2," ","*",LEN(A2)-LEN(SUBSTITUE(A2," ","")))

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

    @computergaga Wondering if Find and Replace, Text to Columns would have made this simpler...

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

      Can do. I'm not sure what example(s) you're referring too. But they are both underestimated tools, that are worth gold to an Excel user.

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

    Plz give me a formula to extract text from numbers

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

      I have the following video here that splits text and numbers - th-cam.com/video/kKlw6S36TF4/w-d-xo.html
      A more complex example may require a macro.

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

    In MS-Excel, How can I Change as follows (automatically)-
    1 into 6, 2 into 7, 3 into 8, 4 into 9, 5 into 0, 6 into 1, 7 into 2, 8 into 3, 9 into 4, 0 into 5.
    As I type 248 in a cell, I would get 793 as result in another cell,
    As I type 806 in a cell, I would get 351 as result in another cell,
    As I type 100 in a cell, I would get 655 as result in another cell.

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

      For automatic, a formula is possibly best with a lookup table to know what number to change to what. Then concatenate them.
      Otherwise, a macro, but you would need to know how to create that macro.

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

    =TRIM(RIGHT(SUBSTITUTE(A2,"-",REPT(" ",100)),100))

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

    W=41CM (16.14") L=55CM (21.65") F=8CM (3.15")
    Pls remove brackets & Inside Brackets data.....
    Final look should be like this....
    W=41CM L=55CM F=8CM

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

    I find it hard figuring out where is the word "spices" he mean..until i realize it was spaces