IF Function with Multiple Conditions in Excel & Google Sheets

Поділитися
Вставка
  • Опубліковано 29 вер 2024

КОМЕНТАРІ • 74

  • @carolamarcano1805
    @carolamarcano1805 2 роки тому +4

    This person is a truly good teacher, his explanations and instructions are precise and easy to understand.

  • @pramodparnami6012
    @pramodparnami6012 2 роки тому

    Regular Viewer, Learning a Lot
    Best regards from New Delhi india🇮🇳

  • @ghyathalmograbi3361
    @ghyathalmograbi3361 Рік тому

    very nice explain

  • @ExcelGoogleSheets
    @ExcelGoogleSheets  2 роки тому

    IF Functions from Hell ua-cam.com/video/6cwZoKdZh94/v-deo.html
    SUMIF, COUNTIF OR Criteria ua-cam.com/video/cmtF5ulh6mo/v-deo.html

  • @kfb1826
    @kfb1826 2 роки тому

    Awesome video, thanks! Any advice on how to sort the spreadsheet above by date and customer into a separate tab ? I can’t seem to get it right

  • @abdulhamidalfani
    @abdulhamidalfani 2 роки тому

    THANK YOU!!

  • @Tepalus
    @Tepalus 2 роки тому

    How can I convert this to an array formula to drag it down?
    =MINIFS(A:A,A:A>C1,B:B>D1)
    Column A - Dates (sorted)
    Column B - Corresponding values
    Cells C1, C2, etc. - LookUp Date
    Cells D1, D2, etc. - LookUp Value
    Basically I want the first date (A:A) after my LookUp Date (C1) that has a bigger value (B:B) than my LookUp Value (D1).
    edit: I also know I could just filter the list and search for the minimum value in this "virtual array", but still the problem stands of not beeing able to drag the formula down manually. I have about 8'000 rows of data and more to come. It's not feasable to drag everything down, it's too much of a calculation...

    • @ExcelGoogleSheets
      @ExcelGoogleSheets  2 роки тому

      Custom function.

    • @Tepalus
      @Tepalus 2 роки тому

      @@ExcelGoogleSheets I will see if I can do this and lookup how to create one. But thanks for the input! Great video as always btw! You helped me alot with data analysis and statistics. :)

    • @ExcelGoogleSheets
      @ExcelGoogleSheets  2 роки тому

      It should work in Office 365 without a custom function though, but then since you're asking about dragging down with array, I guess it's safe to assume you are asking Google Sheets question.

    • @Tepalus
      @Tepalus 2 роки тому

      @@ExcelGoogleSheets Yeah it was about Google Sheets unfortunately. But nevertheless thanks for your answer. I will try to find a goo workaround that doesn't take that much computing power.

  • @3aslogisticspakistan538
    @3aslogisticspakistan538 8 місяців тому

    Hi brother, I tried but my formula not working, can you please help?

  • @Puner54
    @Puner54 2 роки тому +1

    Teacher...Great Instruction! And ohhh so Timely. It does seem odd to me that Google Sheets ArrayFormula does not play well with AND / OR Functions without Trickery!?

  • @jasubi2695
    @jasubi2695 Місяць тому

    Perfection!! Thank you.

  • @Rajashekar36
    @Rajashekar36 2 роки тому +1

    Great Explanation....would be very useful. if you leave a sample file for practice of the above file...

  • @hssha1976
    @hssha1976 2 місяці тому

    Amazing, Can Not Thank you enough

  • @monday304
    @monday304 Рік тому

    this was complicated 😢 i wish i could understand, i think i need more fundamental understanding of the basics, because I'm have difficulty following along

  • @netboy1102
    @netboy1102 2 роки тому +2

    Great video as always. Thought this was basic skills, but got surprised with the binary calculation. Thank you for bringing the good stuff.

  • @proud_indian0161
    @proud_indian0161 2 місяці тому

    where can i get this sheet to practice?

  • @TheBambooProject
    @TheBambooProject 2 роки тому

    What would be the best way to check a different spreadsheet for the max/highest number and then return the name that corresponds with the highest number

  • @scotthogan5960
    @scotthogan5960 Рік тому

    I want to put the word 'Excellent' into C9 if the number 82 is in B9 and I'd like to use conditional formatting. How do I do this?

  • @Cactus2734
    @Cactus2734 10 місяців тому

    you are a f'ng machine!

  • @ianku5208
    @ianku5208 19 днів тому

    Thank you 🎉

  • @sashaaanandini
    @sashaaanandini Рік тому

    HELP! Haha I've been going around in circles with this problem
    I want to calculate a value between 15-25 (11 in whole), but I don't want the formula to calculate anything above 25
    For example, if the data is A1=28, then I only want the result as 11 (max value) and multiply it by 1000, anything above 25 will be multiplied by 2000 but not including

    • @sashaaanandini
      @sashaaanandini Рік тому

      Wait I got it...
      =IF(AND(A1>= 15,A1=26,11000+((A1-25)*2000),0))
      Might not be the simplest formula, but it works haha

  • @Chanderv31
    @Chanderv31 9 місяців тому

    13:00

  • @suniljangid1492
    @suniljangid1492 2 роки тому

    Thanks your all videos useful
    Sunil Jaipur India 🇮🇳

  • @RohitKumar-cc7zi
    @RohitKumar-cc7zi 2 роки тому +1

    It's a good 👍👍

  • @NaveenS-k8f
    @NaveenS-k8f 11 місяців тому

    Nice very usefull. thank you for teaching.

  • @MortezaParkook
    @MortezaParkook Рік тому

    You are a very good instructor, why in the first example you didn't use N when you did multiplied the two Boolean?

    • @ExcelGoogleSheets
      @ExcelGoogleSheets  Рік тому

      Technically, when you multiply two boolean values your spreadsheet will automatically convert those to 1 & 0. I like to use N function for clarity when things get convoluted.

  • @fyrman9092
    @fyrman9092 2 роки тому

    I'm looking for a way to have data entered into one Google worksheet and stored in another. I think this would be a database function, but not sure.
    I live stream hockey games and post in the stream who scored using spreadsheet script. During intermission, a recap of the players that scored is shown.
    What I want to do enter the data on one sheet and have it stored on another sheet.
    Which video series would be best to review for what I'm looking to do?

  • @jamesepace
    @jamesepace 2 роки тому

    Great video; thanks! One kinda subtle point that might confuse viewers -- OR() is "one or more" of the conditions is true. In the video, you only talk about if (exactly) one of the conditions is true.

  • @SarayuRavindraniSEEC
    @SarayuRavindraniSEEC Рік тому

    Was very much useful to formulate for a priority summary prep task

  • @dakshbhatnagar
    @dakshbhatnagar 10 місяців тому

    I learnt something new today 19:13 thanks

  • @TruthBeliever1God
    @TruthBeliever1God Рік тому

    Thanks for your videos! Is there a way to assign a value (or point system) to words? In your example could you assign a value of 1 point to each "complete" text in order to get a total of all "complete" jobs?

  • @vicrigortalingtingiii7365
    @vicrigortalingtingiii7365 5 місяців тому

    Thank you! Big help.

  • @williamrodgers31
    @williamrodgers31 2 роки тому

    any one know who to do if greater than equal to or less than to make is give a text value? I'm using the second sheet for the values

    • @ExcelGoogleSheets
      @ExcelGoogleSheets  2 роки тому

      Please rephrase your question. It doesn't make much sense.

  • @ellisshort857
    @ellisshort857 2 роки тому

    =ARRAYFORMULA(TEXTJOIN(" / ",TRUE,IF((and(emailcol=emailcell,statuscol,"pending")),orderidcol&"/"&statuscol&" £"&valuecoll"")))
    Can anyone help with my formula please.
    What i'm trying to do is exclude pulling all orders though "OrderID/Status £Value / " for status of "pending" but all I get is blank can you use it like this, it works fine intill I add the and formula

  • @NOC-H
    @NOC-H 2 роки тому

    Why does mine keep giving a ZERO in the spot. I thought i coded it to leave blank: =IF(OR(GG9="",FR9="",FB9="",EK9=""),GG9+FR9+FB9+EK9,"")

    • @ExcelGoogleSheets
      @ExcelGoogleSheets  2 роки тому

      Either you need to remove formatting from that column or one of those cells you check are not really blank.

    • @NOC-H
      @NOC-H 2 роки тому

      @@ExcelGoogleSheets That was my fear. I have formatting in the cell. I can't figure out how to work around this. Ultimately, I want the cell to be blank unless there's something in one/any of the prior cells, then I want to sum those.

  • @MackLouis-k2q
    @MackLouis-k2q 11 місяців тому

    awesome video! very well explained!

  • @mch6893
    @mch6893 10 місяців тому

    best excel tutorial i've seen. You are the only one that covers arrays in if statements

  • @wsatrionugroho8542
    @wsatrionugroho8542 2 роки тому

    nice, your info is useful for me. but i have a question, how about the formula OR in array if add up two or more criterias such as true + true = 2? thanks before

    • @0x00nobody7
      @0x00nobody7 2 роки тому

      It would still work. He did mention any result that is not 0 will result in true.

  • @creatoratplay
    @creatoratplay 2 роки тому

    This helped me so much, thank you!!

  • @othmankial
    @othmankial Рік тому

    great video thanks a lot mate

  • @EduardoBicelisGarcia
    @EduardoBicelisGarcia 2 роки тому

    COGS cost of goods sold, ok

  • @ecomstories
    @ecomstories Рік тому

    Thank you! Helped me!

  • @RaniaGandapur
    @RaniaGandapur Рік тому

    This is just too awesome

  • @islamic31399
    @islamic31399 2 роки тому

    Great

  • @ipunk-kalijompojbr7239
    @ipunk-kalijompojbr7239 2 роки тому

    Sip. .... Mantab. .....

  • @thomasmcmahon6979
    @thomasmcmahon6979 Рік тому

    many, many thanks

  • @lbath76
    @lbath76 2 роки тому

    Well explained, thanks

  • @ERGODINHO
    @ERGODINHO 2 роки тому

    16' AND / OR function dont ork with array. How to solve this.

    • @ExcelGoogleSheets
      @ExcelGoogleSheets  2 роки тому

      Well. Did you watch the video?

    • @ERGODINHO
      @ERGODINHO 2 роки тому +1

      @@ExcelGoogleSheets Yes, I watched it. Very helpful. I love your vídeos. Thank you for your time.

  • @nminsight21-financialevent55

    I love you

  • @Female-fy6tg
    @Female-fy6tg 2 роки тому

    I LOVE YOU MAN!!! best channel ever !!!!!!

  • @libbysworld7649
    @libbysworld7649 2 роки тому

    I love the way you explained the differences.. Great video. Thank you!

  • @hoiyinwan8233
    @hoiyinwan8233 2 роки тому

    Thank you for your lessons, you are a generous teacher ❤️