Public Schedule Face-to-Face & Online Instructor-Led Training - View dates & book

microsoft excel courses in - iserror statement

Forum home » Delegate support and help forum » Microsoft Excel Training and help » microsoft excel courses in - Iserror statement

microsoft excel courses in - Iserror statement

ResolvedVersion Standard

Femi has attended:
Excel Intermediate course
Excel Advanced course
Excel VBA Intro Intermediate course

Iserror statement

How does one use iserror with if statements?

RE: iserror statement

Hi Femi,

Thank you for the question,

To stop a formula returning a "#DIV/0" Error
If a formula returns a #DIV/0 error message there is a way to avoid such results.

For example the formula =A1/B1 will return a #DIV/0 if B1 is empty or a zero.

If you protect your formulas with the ISERROR function, the formula will then look like this:

=IF(ISERROR(A1/B1),0,A1/B1)

In plain English: should the result of A1 divided by B1 be an error change the result to 0 else show the result of A1/B1.

Hope this helps

Tracy

Excel tip:

Recently used file list

Under the File menu, you may find a list of files at the bottom of the menu. These files represent the most recently used Excel spreadsheets. This file list provides a quick way for you to access your files.

You can disable the file list feature of Excel. This is done by

1. Choose Tools > Options menu. You will see the Options dialog box.
2. Ensure the General tab is selected.
3. Make sure the Recently Used File List check box is cleared.
4. Click on OK.

View all Excel hints and tips

Connect with us:

0207 987 3777

Call for assistance

Request Callback

We will call you back

Server loaded in 0.1 secs.