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

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

КОМЕНТАРІ • 22

  • @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 🤓

  • @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 :)

  • @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.

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

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

  • @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! :-)

  • @rjndca
    @rjndca 3 роки тому +2

    Great video. Please keep up with more videos!

  • @coupleracademy
    @coupleracademy  3 роки тому

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

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

    NICE VIDEO, easy to understand, thanks a lot

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

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

  • @pap1ll0n
    @pap1ll0n 3 роки тому

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

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

    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  2 місяці тому

      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).

  • @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.

  • @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 2 роки тому

    Stylist video

  • @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 10 місяців тому +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