fbpx
Search
Close this search box.

CP037: Error error on the wall, How do I fix you all? – Understanding & Fixing Excel Errors

Share

Facebook
Twitter
LinkedIn

In the 37th session of Chandoo.org podcast, Let’s debug ’em #VALUEs & #N/As.

CP037 - Error error on the wall, how do I fix you all? - Understanding & Fixing Excel Errors - Chandoo.org Podcast

What is in this session?

In this podcast,

  • Introduction to Excel formula errors
  • The easy kind: syntax errors
  • The triky ones: # ERRORs
  • Fixing errors – using IFERROR & ISERROR
  • Error checking & debug options
  • Using Errors deliberately – charts & data validation
  • A challenge for you – produce #NULL error
  • Conclusions

Listen to this session

Click here to download the MP3 file.

Links & Resources mentioned in this podcast

Understanding & Fixing Excel Errors:

Error handing in Excel

Using Errors deliberately

Related Podcasts:

Transcript of this session:

Download this podcast transcript [PDF]

How do you tackle errors?

My favorite techniques for error handling are – IFERROR & F9 key.

What about you? What kind of errors do you face frequently. How do you handle them? What do you do to ensure fewer errors in your reports and dashboards? Please share your tips in the comments area.

Also, tell me which formulas you will write to produce #NULL error in Excel.

Facebook
Twitter
LinkedIn

Share this tip with your colleagues

Excel and Power BI tips - Chandoo.org Newsletter

Get FREE Excel + Power BI Tips

Simple, fun and useful emails, once per week.

Learn & be awesome.

Welcome to Chandoo.org

Thank you so much for visiting. My aim is to make you awesome in Excel & Power BI. I do this by sharing videos, tips, examples and downloads on this website. There are more than 1,000 pages with all things Excel, Power BI, Dashboards & VBA here. Go ahead and spend few minutes to be AWESOME.

Read my storyFREE Excel tips book

Excel School made me great at work.
5/5

– Brenda

Excel formula list - 100+ examples and howto guide for you

From simple to complex, there is a formula for every occasion. Check out the list now.

Calendars, invoices, trackers and much more. All free, fun and fantastic.

Advanced Pivot Table tricks

Power Query, Data model, DAX, Filters, Slicers, Conditional formats and beautiful charts. It's all here.

Still on fence about Power BI? In this getting started guide, learn what is Power BI, how to get it and how to create your first report from scratch.

letter grades from test scores in Excel

How to convert test scores to letter grades in Excel?

We can use Excel’s LOOKUP function to quickly convert exam or test scores to letter grades like A+ or F. In this article, let me explain the process and necessary formulas. I will also share a technique to calculate letter grades from test scores using percentiles.

4 Responses to “CP037: Error error on the wall, How do I fix you all? – Understanding & Fixing Excel Errors”

  1. MF says:

    Same as you, my favorite for handling (actually hiding) errors is IFERROR, or IF(ISERROR) before Excel 2010
    http://wmfexcel.com/2014/04/06/how-to-get-rid-of-the-error-message/

    Frankly, I have never encountered #NULL before, as I have never written a formula for intersection and I doubt how many regular users would do it in workplace.

    But as you requested, here's one formula that returns #NULL
    =sum(A1:B2 C3:D4)

  2. Great podcast and Excel error resource post Chandoo! I will share this.
    I created a video last year about using ERROR.TYPE function to distinguish between error types.
    https://www.youtube.com/watch?v=Cek4k4lkL_I
    Cheers,
    Kevin

  3. The Stig says:

    #NULL is easy to recreate. Simply write any formula that requires addition, subtraction, multiplication, or division and leave out the operator.

    A1 = 1
    A2 = 1

    =A1+A2 = 2
    =A1 A2 = #NULL

    Off to the races.
    -The Stig

  4. mona says:

    Great podcast! this is very helpful specially for beginner like me. Thank you for sharing!

Leave a Reply