MS Excel | AND, OR and NOT operators

แชร์
ฝัง
  • เผยแพร่เมื่อ 25 ม.ค. 2025

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

  • @EmilyParfenoff
    @EmilyParfenoff 4 หลายเดือนก่อน +2

    thank you so much!!! you're the best at explaining

  • @LoL-jz9kv
    @LoL-jz9kv 5 หลายเดือนก่อน +9

    Bros the reason im passing

  • @yasminkhalifa8709
    @yasminkhalifa8709 2 ปีที่แล้ว +7

    Amazing, thank you

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

    Bro great vid.

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

    Sir on the Supplementary column I'm receiving incorrect results with the correct function. All of them say no even for the a
    average pass

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

    At 3:40 in the video, you say, "Where would you use this? You would use it in an IF statement." The IF is redundant. You write the equation (Around 4:00) as =IF( AND(B11>=50,C11>=50), however that can be simplified by just saying =AND(B11>=50,C11>=50) . The AND will return true or false depending on the status of all of the parts inside the and statement. I see no reason why the superfluous "IF" would be added in front.

    • @MrLongITandCAT
      @MrLongITandCAT  9 หลายเดือนก่อน +1

      Yes, the video is just demonstrating how the AND and OR works. You don't need the IF statement if display true and false but I wanted to show an example in an If statement in the event you wanted to display other options.

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

    My if statement isn’t working

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

      Can you copy the IF statement here