exel functions

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

Forum home » Delegate support and help forum » Microsoft Excel Training and help » Exel Functions

Exel Functions

resolvedResolved · Low Priority · Version 2003

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

Exel Functions

What is the main function of an iserror and how would you use ut practically?

Edited on Thu 24 Apr 2008, 10:08

RE: Exel Functions

Hi Julian, Thank you for your post, in answer to your question the ISERROR function looks at a formula in a particuar cell and considers its accuracy, if the formula is incorrect it will return TRUE and if it is OK it will return FALSE,
The ISERROR function allows you to test whether a cell has generated an error message. This is particularly useful for division by zero (#DIV/0!) errors and is often combined with an IF statement to provide an alternate action if an error is generated.
As an example consider this: =A8-B8/C8 this will return a #DIV/0 error when it is copied and hits a blank cell, so if we dont want to see the #DIV/0
Try this: =IF(ISERROR(A8-B8/C8),"",(A8-B8/C8)) the #DIV/0 will not display, because the IF statement has entered nothing "" when it sees the TRUE statement.
I hope that has shed a little light, if so please click the Resolved link, best regards Pete.

 

Training courses

 

Training information:

See also:

Welcome. Please choose your application (eg. Excel) and then post your question.

Our Microsoft Qualified trainers will then respond within 24 hours (working days).

Frequently Asked Questions
What does 'Resolved' mean?

Any suggestions, questions or comments? Please post in the Improve the forum thread.


 

Excel tip:

Freeze Rows and Columns to keep lables displayed

You can freeze rows and columns in your worksheet so they don't move.

This allows you to keep row and column labels displayed on your screen as you move through a large worksheet.

Click below and/or to the right of the cell(s) you want to freeze. (NB. Excel freezes ALL the rows above and ALL the columns to left of the selected cell)

Click on the 'Windows' menu and selct 'Freeze Panes'.

Lines appear in your worksheet. The required rows and columns are frozen and remain on your screen as you move through your worksheet.

To unfreeze rows and columns, click on 'Window' menu and select 'Unfreeze Panes'.

View all Excel hints and tips


Server loaded in 0.09 secs.