How To Use The IFERROR Function In Excel - The Easy Way!

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

КОМЕНТАРІ • 40

  • @TheOrganicChemistryTutor
    @TheOrganicChemistryTutor  11 місяців тому

    Final Exams and Video Playlists: www.video-tutor.net/

  • @olvinmejiarivero9373
    @olvinmejiarivero9373 Рік тому +1

    Thanks a lot men, that actually helped me solve my homework!!!!!

  • @ProKhata
    @ProKhata 2 роки тому +5

    You can use the IFERROR function to trap and handle errors in a formula. IFERROR returns a value you specify if a formula evaluates to an error; otherwise, it returns the result of the formula
    If value or value_if_error is an empty cell, IFERROR treats it as an empty string value ("").
    If value is an array formula, IFERROR returns an array of results for each cell in the range specified in value. See the second example below.

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

    Thank you this really helped. It's hard to find exactly what is needed for our specific spreadsheets.

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

    Thank You,
    You have been very helpful and provided a solution for the errors in my data.

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

    Great explanation.👍

  • @patrik1789
    @patrik1789 3 роки тому +15

    You diden´t even dividend the same column in Iferror?

    • @83mmakki
      @83mmakki 3 роки тому +5

      i was gonna say the same thing. he messed up

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

      Exactly

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

    Thank you very much was searching for the same

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

    very good nicely explained

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

    Thanks for your time to create this video (appreciate). My suggestion is to create you example sheet not in your video as it takes time and does not add any value. In this way the video become shorter, and the message will be delivered faster. Thanks

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

    2:25 example syntax using if error and returning the desired output

  • @irislekkerkerker8950
    @irislekkerkerker8950 3 роки тому +3

    When I'm typing values between the ''....'', I get the error ''There's a problem with this formula''. Do you know how to solve this?

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

      Did you figure out this problem? I'm getting the same one.

  • @Mygoogleaccount-gr2qf
    @Mygoogleaccount-gr2qf Рік тому

    Thanks alot

  • @mdrakibulhasanmahmudcmamba5919

    Thanks dear

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

    Hm, I was using =isna because I got some N/A errors but of course that only returns True or False, which is not what I want. It seems like iferror is better then. There's probably no way to make isna return anything else than the boolean evaluation?

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

    Great....Thanks...

  • @DCh-ks6ug
    @DCh-ks6ug 4 місяці тому

    sir what if i want to return it as the word null instead of error value 0 ?

  • @biancardir
    @biancardir 7 місяців тому

    Thank you.

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

    Thanks

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

    God bless you

  • @miamited69
    @miamited69 6 місяців тому

    What if subtract a blank cell and leaving the cell with the iferror blank?

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

    Freakin awesome!

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

    what if instead of the error we have a wrong string like "9999". how we can make Excel avoiding that?

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

    Do you do everything?

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

    Thnk u

  • @Jellevip
    @Jellevip 11 місяців тому

    doesn't work on my macbook

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

    How about when you have same problem when you giving rank formula.

  • @WowPlusWow
    @WowPlusWow 6 років тому +4

    Does anybody know what this guy looks like?

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

  • @ASHISHSHARMA-mt4nj
    @ASHISHSHARMA-mt4nj Рік тому

    =IF([@[task_type]="pickup",[@supplier_id],[customer_id]]) - why this is not working? can anyone help me pls.