Excel IF Function: If Cell Contains Specific Text - Partial Match IF Formula

แชร์
ฝัง
  • เผยแพร่เมื่อ 28 ส.ค. 2024
  • In this video we use the IF function of Excel to test if a cell contains specific text.
    Usually with the IF function you test a cell for a complete match, but in this example we need a partial match on text.
    We then extend the scenario to handle a problem and then test for two different specific text strings.
    Advanced Excel Formulas book (840 pages and more than 150 Excel functions)
    amzn.to/3Rg87Go
    Find more great free tutorials at;
    www.computerga...
    ** Online Excel Courses **
    The Ultimate Excel Course - Learn Everything ► bit.ly/Ultimat...
    Excel VBA for Beginners ► bit.ly/37XSKfZ
    Advanced Excel Tricks ► bit.ly/3CGCm3M
    Excel Formulas Made Easy ► bit.ly/2ujtOAN
    Creating Sports League Tables and Tournaments in Excel ► bit.ly/2Siivkm
    Connect with us!
    LinkedIn ► / 18737946
    Instagram ► / computergaga1
    Twitter ► / computergaga1

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

  • @Computergaga
    @Computergaga  11 หลายเดือนก่อน +1

    Advanced Excel Formulas book (840 pages and more than 150 Excel functions) amzn.to/3Rg87Go

  • @tonyvillarreal666
    @tonyvillarreal666 3 ปีที่แล้ว +14

    FINALLY!!! This is the IF function (partial match) I've been wondering about and looking for about a year! THANK YOU!

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

      Glad I could help, Tony 👍

  • @MarkBeckett-gq7lp
    @MarkBeckett-gq7lp ปีที่แล้ว +19

    It's unreal how MS Excel has not created a simple" If (Contains ......)" function. Your tutorial really helped me through hours of figuring it out.

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

      Great! And yes, that is a surprise. But it would dent our fun 😂

  • @gwen1193
    @gwen1193 3 ปีที่แล้ว +4

    i just wanna let you know this video literally saved me! i was going to check and key in one by one...thank you so much!!!

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

    Mann,almost got stuck for a whole week finding a short way to summarize this solution. But at last,something tickled in my mind,and relevant keywords took me to your video. Thanks a lot brother,you saved my almost,3-4 hours 😂❤

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

      You're welcome! Thank you for the comments, Kashif.

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

    That helped a lot, thanks - super glad you added the OR Function in the last part.

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

      What if you want to add a third (or more) OR function - does that work?

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

      Sure. You can add as many conditions to OR as you require.

  • @humerahnaushadkhan
    @humerahnaushadkhan 10 หลายเดือนก่อน

    Happy that yours was the first video that came up in my search. Liked they way you Zoomed in while typing the formula. Really thoughtful. Thank you so much.

    • @Computergaga
      @Computergaga  10 หลายเดือนก่อน

      Awesome, thank you!

  • @wayneedmondson1065
    @wayneedmondson1065 5 ปีที่แล้ว +2

    Hi Alan.. great tips on the use of FIND and SEARCH for partial match. Just because I've got my head in your VBA course, I attempted to write a User Defined Function to do the same using InStr(). See below. I tested it and it seems to work. The user can define the search text directly in the function argument with quotes or point to a cell reference to make it dynamic. Credit to you for your excellent VBA course. A few months ago, I wouldn't have even known where to begin writing a UDF, let alone being able to complete one without assistance.. so.. making progress. Thanks and thumbs up!
    Function Find_Partial_Match(CelRef As Range, Text As String) As String
    If InStr(CelRef, Text) = 0 Then
    Find_Partial_Match = "No Match"
    Else
    Find_Partial_Match = "Match Found"
    End If
    End Function

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

    Thank you!! Your video helped me after 8 hours on this assignment.

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

      Happy to help Princess K.

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

    Thanks for the tutorial; Excellent Explanation. Was the first tutorial I've encountered not full of Jargon that leaves my head spinning

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

    Ahhhh!!! It worked for me 🎉🎉🎉 Just wanted to say Thank you so much for taking your time to teach. This video helped me immensely. Liked and subscribed ❤❤❤❤

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

      That's great! Thank you for taking the time to comment. I'm so glad that it helped.

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

    THANK YOU!!.. I was working in a search formula that did work but you help me adding up the ISNUMBER to it.. Now it works!!

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

      Excellent! You're welcome.

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

    One of the best videos in excel

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

    Great video. Do you have an example where if you have a text list that you want to add a specific value in a cell next the text if it is visible. For example everywhere I have the category “apples” I want to assign it the code 123 or if “oranges” is visible in a cell assign it “456”?

  • @zerstorungdeslichts4706
    @zerstorungdeslichts4706 8 หลายเดือนก่อน

    This is the formula that I'm looking for. Thanks

    • @Computergaga
      @Computergaga  8 หลายเดือนก่อน

      Awesome! Glad I could help.

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

    Thank you so much for making this video. You have save a lot of my time.
    I think i am going to take some time and watch all of your video to lern excel.

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

      You're welcome Ramashry. I hope I can help more in further videos.

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

    Thank you! Thank you! I scoured the internet looking for something to help me today and you did!

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

      Great! Happy to help, Crystal.

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

    Excellent explanation. I solved the problem I had. Thank you very much "indeed".
    I liked the way you explain, especially for your accent!
    From now on, I will come to your channel in case I have troubles with Excel. Also, I'll tell my friends about your Channel.
    I studied English in Cambridge, UK, a long time ago, and I always loved the British Accent.
    Now I live in USA, and the American English sounds like another language. (No offense, please)

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

      Thank you very much. Happy to have helped.
      Thank you for your comments.

  • @214Wildbill
    @214Wildbill 5 ปีที่แล้ว +2

    Thats really great!!, i use something like tjis all the time, but, i use the countif function, using another cell to match with, and space like you do, and i use "*" cell "*" i use it to find clues in what i must look for next.
    I like the way you teach, your very fun

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

      Thank you William.
      Yes, a great a use of wildcards with COUNTIF for partial text matches.

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

      @@Computergaga please make a video of this trick too, using wild card for search

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

      Got one here my friend - th-cam.com/video/TlyMhnsWioQ/w-d-xo.html

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

    You're a lifesaver!

  • @oyetolaemmanuel-ebikake9658
    @oyetolaemmanuel-ebikake9658 2 ปีที่แล้ว

    REAL Time Saver - Thank you

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

      You're welcome. Thank you.

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

    Thank you thank you thank you! I knew there had to be a way to do this. Used this method for IFS, and added a final clause for TRUE,"default" if all the previous tests were false.

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

    Great tutorial. You have the gift of teaching!

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

    Exactly what I was looking for!!! Thanks so much!

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

      You're very welcome, Jan. Great to hear.

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

    Thank you, this was very easy to understand. It made my work easier.. Thank you for explaining it the simplest way possible

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

      You're very welcome. Thank you.

  • @taikeh11
    @taikeh11 5 ปีที่แล้ว +2

    Thank you for this video. Very clear and detailed. Very useful and time saving video. Again, thank you for taking the time to post this video.

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

      You're very welcome. Thank you.

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

    Thank you so much. You really saved my time. I was looking for something like this. It's so useful for sorting from a large data.

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

      You're welcome, Akash. Happy to help.

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

    Thank you! Have been looking for this! :)

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

    Excellent clear explanation, thanks Alan

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

      You're very welcome Glenn.

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

    This formula is the most powerful and great example.

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

    This helped, thanks a lot. Is there a way to add a third argument in? Let's say you want the answers to be local, far and don't visit based off the postcodes. Is this something even possible?

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

    Was struggling doing mannual changes everytime.. this saves a lot of time... thanks a lot

  • @user-mx2pv8bb9m
    @user-mx2pv8bb9m 5 หลายเดือนก่อน

    Excellently explained. So good.

    • @Computergaga
      @Computergaga  5 หลายเดือนก่อน

      Thank you very much!

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

    Amazing Mate....you solved my problem in few mins.... Thanks a bunch!

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

      Awesome!! You're welcome 👍

  • @andyg.3509
    @andyg.3509 4 ปีที่แล้ว +1

    THANK YOU!! This is exactly what I was looking for. Not sure how I found it, but cheers to you sir.

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

      Wonderful! You're very welcome.

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

    Beautiful accent man! And great video, very insightful and well explained.

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

    Thanks mate. was looking for this.

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

    Thank you this is really helpful. Your way of explaining and teaching makes it easy!

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

      Thank you very much Mira.

  • @bcBiz
    @bcBiz 5 ปีที่แล้ว +35

    "Excel-lent", thank you

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

      You're welcome Sidney 😅 Thank you.

  • @josestudyexcel
    @josestudyexcel 11 หลายเดือนก่อน +1

    Microsoft should develop simpler Excel functions for the users' benefit. Remove the guesswork.

  • @sukidcat5046
    @sukidcat5046 10 หลายเดือนก่อน

    You are a genius.

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

    HI Sir, i am from Bangladesh, very useful video, thanks

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

      You're very welcome. Thank you.

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

    It's really very helpful for use thank you very much

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

    This was helpful, thank you

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

    This video literally saved me!! Thank you!

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

      You're welcome! Great to hear.

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

    You are so spot on and your videos are great.

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

    brilliant. loved the cb2 / cb25 example.

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

    really nice trick with the spacing!!

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

    Thank you for uploading such elaborating Video on Excel word comparison. Helped me alot..

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

      You're welcome, Keerthana. You're welcome.

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

    Wow! that was very clear. I learned something new today. I should have stumbled on this earlier. Thanks!

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

    Would there be a formula to identify the postcode and copy it to the next column for each address? ie] cell 2B would have CB5, cell 3B would have CB3, etc?

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

    Very much useful.. thanks to you and your team..

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

      You're very welcome Velavan. My pleasure.

  • @user-nb1hc9gz8d
    @user-nb1hc9gz8d 11 หลายเดือนก่อน

    awesome video - has saved me hours and makes me look far more intelligent than I really am :)

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

      Excellent! Thank you 👍

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

    Beautifully explained!

  • @zargham-ahmad
    @zargham-ahmad 4 ปีที่แล้ว +2

    After 40 mins of time waste, finally, I find something useful. Thank you!!!!

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

      You're welcome. Thank you.

  • @BradPowers-PitPacat
    @BradPowers-PitPacat 3 หลายเดือนก่อน

    Very good. Thanks!

    • @Computergaga
      @Computergaga  3 หลายเดือนก่อน

      My pleasure. Thank you.

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

    thanks nice... very helpful....if i want to search many words then?

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

      Thank you, Waqas. The OR function could be included to test multiple criteria/words. Or if it is a lot, such as >3 words, then a lookup table could be set up with the words, and a wildcard match using XLOOKUP or INDEX-MATCH used.

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

    Thank you, this helped me for a work task. Appreciate it, liked and subscribed!!

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

      Glad it helped! Thank you.

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

    Thank you so much to ease my master journey! May God bless you

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

      My pleasure Zack. Thank you.

  • @Pankaj-Verma-
    @Pankaj-Verma- 4 ปีที่แล้ว

    Always more value than promise. Thanks for you kind help.

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

      My pleasure Pankaj. Thank you.

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

    Brilliant!!! Thank you so much! This helped me a great lot for my bookkeeping. Would love to know if we can set multiple conditions to expand on this: eg: if the adjacent cell contains "x" then the result is "1" and if the adjacent cell contains "y" then the result is "2" and so on.

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

      Yes absolutely. One method is to create a lookup table with the a list as you have entered in this comment. And then use a lookup function wildcards to return the appropriate result. Here is a video that shows wildcard characters with VLOOKUP for a partial match th-cam.com/video/GJeSfXySByk/w-d-xo.html

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

    Thanks for the video it solved a great problem of mine

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

      Great to hear, Glisten. You're welcome.

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

    Thank you so much for this video, straight to the point and explained so easily!

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

    I want to know how to search the data in a different range of columns with if function? For example if A1 = any one cell in the range from d1:d5 then if true “Yes” if false “No”. Is this possible?

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

    Thanks for the help!

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

    I love your logical analysis..!

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

    thanks bro, greetings from istanbul

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

    Love the videos. I was hoping you could make a video or point me to an existing one. I have a list of 50 employees with employee number name etc then multiple items that are required etc. If all 5 requirements say yes can I then highlight the row? currently the individual cells turn green but I'd love the whole row or their name to turn green if they get a yes in all the required training cells. I hope this makes sense trying to make it as short as possible.

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

    Thank You very much !

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

    Thank you for this video. It helped me with my work. More videos please. Keep it up. 👍🏼

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

      You're welcome, Noel. Happy to hear that I was able to help.

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

    U saved my life love u

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

      I love you too. No worries.

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

    Fantastic tutorial! Thank you sir!

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

      You're very welcome! Thank you.

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

    Thank you so much for the video. This definitely helps! Another tool for the Excel toolbelt :)

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

      You're welcome. That is great.

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

    Thank you!!! This was very helpful and well explained. I appreciate it.

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

      You're very welcome, Richard.

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

    Great Video Thank you so much Guruji 🙏🙏🙏😎👍

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

    Thank you so much, I helped me a lot🙏🙏

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

      Great! Happy to hear that 👍

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

    THANK YOU!!

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

    How would you write a formula to look for specific text (lets say in this case "Hello"), take a numbers in another row that is with "Hello" and get an average of all of the "Hello" numbers together.

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

      By another row, do you mean column. For example, look for hello in A and return number from B, C and D and average them?

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

      @@Computergaga So "Hello" would be in column A. Then all of "Hello" results would be in column B. I would want all of "Hello" results from column B averaged.

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

      @@Computergaga Also i'm trying to use this formula multiple times.. is there a way to layer them? Basically like going through an entire spreadsheet looking for different words and putting a value for that word. I've been trying to add to the formula so I can do it all at once, but i'm having difficulty layering it into one cell.

  • @212SSS212
    @212SSS212 2 ปีที่แล้ว

    This is Magic ,, Thank you

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

    Wou, you just saved my day :) I would love if I could just copy paste formula from video description to the Excel. Haha, superlazy :D Subscribing for sure! Good luck.

  • @SanjayKumar-yh8fd
    @SanjayKumar-yh8fd 3 ปีที่แล้ว

    Very good formula

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

    What is i want
    A1 is Paul Levine
    B1 is Paul Levine Andrew
    C1 is the formula to use to show TRUE as both are Paul Levine but additional text does not matter
    How do i do this?

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

      Use the SEARCH and ISNUMBER functions from the video for cell A1 and another for B1. Wrsp them in an AND function to ensure Paul Vevine is in both.
      =AND(Search1,Search2)

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

      @@Computergaga Can you pretty please do the full formula as i am struggling

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

      @@Computergaga I tried writing the formula and editing it but no joy PLEASE HELP

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

    Excellent!!!

  • @md.mahabuburrahmansohag8245
    @md.mahabuburrahmansohag8245 3 ปีที่แล้ว

    Thank you Sir.

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

    Cheers mate this helps

  • @user-tw2xs7tw3m
    @user-tw2xs7tw3m ปีที่แล้ว

    Thank You so much Sir

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

    Wow.....great sir....I use flash fill but flash fill doesn't always help....this one is very helpful. Thank you so much for the video

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

      You're very welcome Anand. Yes Flash Fill is incredible.

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

    tHANK YOU!

  • @danielisaiah4748
    @danielisaiah4748 3 หลายเดือนก่อน

    Thanks a lot😊

    • @Computergaga
      @Computergaga  2 หลายเดือนก่อน

      Most welcome 😊

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

    Really useful 😍

  • @RajKumar-ei3wi
    @RajKumar-ei3wi ปีที่แล้ว

    Great video ,👌

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

    Thaaanks!

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

      You're welcome, Plamen. Thank you.

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

    Great video.

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

    Thank you so much for your video! The cell contains many words/values and I would like to perform a function, if contains *certainword*, then copy that word/value into another cell. Is this possible?

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

    Really useful tool. Thank you a lot!

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

    Brilliant video - thank you!

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

      You're welcome. Thank you Anishca.

  • @mohideenthassim7180
    @mohideenthassim7180 5 ปีที่แล้ว +2

    Wow! Alan, this is a great tip, many thanks for sharing a always.
    Best regards
    Mohideen

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

      You're very welcome Mohideen.

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

    Thank you for sharing your knowledge..
    Can we use the "or" for multiple criteria or more than 2?

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

      My pleasure, Donald. Yes absolutely. OR could be used to cater for multiple matches.

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

    Thank you! It added a ton value. Do you know if it is possible to have an if function that searches for a particular string only if it does not contain other particular strings?
    For example, an if function that finds "CB2", only if it does not contain, in your case, "1RB" ?

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

      We could probably do this with the AND function for multiple tests and wrap a NOT function around the "1RB".

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

    Many thanks 🙏🏻