Common Formula Errors in Google Sheets and How To Fix Them

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

КОМЕНТАРІ • 11

  • @helmanfrow
    @helmanfrow 7 місяців тому +1

    I was hoping to hear you mention that syntactical trick of invoking IFERROR(1/0) in the second half of a parent IFERROR() to coerce a true null in the output.

    • @helmanfrow
      @helmanfrow 7 місяців тому +1

      Otherwise a great primer on errors!

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

      @@helmanfrow thanks

  • @Scott-sm9nm
    @Scott-sm9nm 7 місяців тому +1

    Excellent run down. I was being driven mad with a #NA (I think returned from a GoogleFinance(..."name") lookup. I couldn't reference it in any other column as the #NA got propagated. I think I set up another column and just did a =K21L21 in a formula (equality test) and then was able to test the results for subsequent cell IF processing.

    • @benlcollins
      @benlcollins  7 місяців тому +1

      Thanks, Scott. Yes, the IF function with equality tests is another useful way to deal with errors 👍

  • @linux5450
    @linux5450 7 місяців тому +1

    There is also this Data Validation error

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

    This video is great and will be very useful. However, I have a question regarding the topic of the video, which is "Common Formula Errors in Google Sheets and How To Fix Them". I would like to know if there is a specific tab or sheet related to this topic that I can access. If so, could you please tell me its location?

    • @benlcollins
      @benlcollins  6 місяців тому +1

      Thanks, Bradley. More info in the written post: www.benlcollins.com/spreadsheets/formula-parse-error/

  • @nichlassgaard2548
    @nichlassgaard2548 3 місяці тому

    Whn i try to make this formular =COUNTIF(F4:F500,">0") /COUNTA(F4:F500) It Says Error How do i fix that?

  • @AnshulMarele-gbaa
    @AnshulMarele-gbaa 7 місяців тому

    @Ben Collins
    how to return cell address with XLOOKUP function of a last non-blank cell in google sheets?

    • @benlcollins
      @benlcollins  7 місяців тому +1

      Try wrapping it with the ArrayFormula designation and then it should work the same way, e.g. =ArrayFormula(XLOOKUP(TRUE,B5:B16"",B5:B16,,,-1))