IF, IFS, Nested IFs Functions in Google Sheets ✅ Simple Tutorial with Examples

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

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

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

    Timestamps to navigate through the video:
    0:00 What is the IF function
    0:35 The IF function syntax breakdown
    0:58 The IF function basic example
    2:36 How to use other formulas as IF function arguments
    3:38 How to apply the AND / OR logic within the IF function
    5:02 How to automatically pull and refresh data from other apps to Gsheets using Coupler.io
    5:31 How to use the nested IFs (embed one function inside of another)
    7:33 What is the IFS function + the syntax breakdown
    8:08 The IFS function basic example
    10:44 Workaround to combine the IF function with wildcard characters
    12:44 Using ARRAY FORMULA with the IF function
    14:29 Video summary

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

    What I liked in this video: graphics, examples, explanation!
    What I did not like in this video: hmmm, it seems everything was great :)
    Thank you!

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

    Thanks! It’s a very useful video. I am gonna go and practice IF formula 🤓

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

    Watched this twice and feels like wanna watch it again, haha. Well done!

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

    I came across this channel when making my project timeline. I'm a motion grapher myself, so I know how much effort you put in these videos animation, kudos!
    Not only the information, but also the animation, this is such high quality content. Definitely got me to subscribe :)

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

    Great video. Please keep up with more videos!

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

    Very useful. Thank you!
    Especially the blog link to a spreadsheet with the formula inserted.
    This was a saviour!
    The IF, AND, OR is now embedded into our booking calendar! :-)

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

    This was explained so well! thank you so so much, getting multiple options on the if function was driving me insane. You're the best for this.

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

    We’d love to hear from you!🙋‍♀️💬Share your experience using the IF function in the comments ⬇️

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

    Love the video!! Thank you!!
    Keep it uuuppp!!!
    👏👏👏👏👏👏

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

    NICE VIDEO, easy to understand, thanks a lot

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

    This is awesome,thanks. I can't find link to unicode characters though

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

    I would use the AND function rather than multiplying - for easier understanding by other people.
    Multiplication is for advanced Boolean algebra practitioners only.

  • @ReaganCayetano
    @ReaganCayetano 4 หลายเดือนก่อน

    Hi, I would like to know how to get the sum with (-) negative value ie. profit/loss let say "A2-total earn" - "A3+A4" are the expenses but expenses are higher than total earn. If I do SUM and MINUS formula it doesn't show the (-). Thanks and hope my question is easy to understand.

    • @coupleracademy
      @coupleracademy  4 หลายเดือนก่อน

      Thanks for your question! To calculate profit/loss with a negative value when expenses are higher than total earnings, try this formula:
      =A2 - (A3 + A4)
      This will subtract your total expenses from your earnings, and if expenses are higher, it will show a negative value (loss).

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

    i love the style of presentation. it's classy. I guess my question is, those parentheses though. what's the syntax or the format to avoid errors?
    I'm tasked to identify if the NO survey result is driven by process or employee and how it impacts the resolution rate.
    I don't know how to do this lol help anyone?

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

    Stylist video

  • @OfficeManager-y1i
    @OfficeManager-y1i 27 วันที่ผ่านมา

    Can you do multiple options for IF when using a drop down? Drop down one would have multiple choices and based on those choices drop down two would have corresponding answers. Ex: IF "trim" is true then "Crew ONE" is true, IF "crane" is true then "Crew TWO" is true. How do you do the IF function with text only?

    • @coupleracademy
      @coupleracademy  24 วันที่ผ่านมา

      Hi! To achieve that, you'll need to use data validation for dropdowns. For dependent dropdowns, use IF or FILTER to match options based on the first selection. Apply validation to the second dropdown with the results. Done!

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

    Don't understand why it isn't working for me

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

      same =IF(C8=C11,C12,C11) says ERROR no matter what I do, or even if I use these: =IF(C8="0","1","0")

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

      I find it out, now it is not a comma, but ;

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

      @@DroneQuadcopter thanks. really it is not the comma, it is dot-comma(;)this info solved all the problem. Sheets has changed its coding language. thanks you for opinion