Sunteți pe pagina 1din 1

Excel Function Dictionary 1998 - 2000 Peter Noneley A 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 B C D E F G H I

ISERR Page 1 of 1

ISERR
Cell to test 3 #DIV/0! #NAME? #REF! #VALUE! #N/A #N/A Result FALSE TRUE TRUE TRUE TRUE FALSE FALSE =ISERR(D4) =ISERR(D5) =ISERR(D6) =ISERR(D7) =ISERR(D8) =ISERR(D9) =ISERR(D10)

What Does It Do ? This function tests a cell and shows TRUE if there is an error value in the cell. It will show FALSE if the contents of the cell calculate without an error, or if the error is the #NA message. Syntax =ISERR(CellToTest) The CellToTest can be a cell reference or a calculation. Formatting No special formatting is needed. Example The following tables were used by a publican to calculate the cost of a single bottle of champagne, by dividing the cost of the crate by the quantity of bottles in the crate. Table 1 shows what happens when the value zero 0 is entered as the number of bottles. The #DIV/0 indicates that an attempt was made to divide by zero 0, which Excel does not do. Table 1 Cost Of Crate : Bottles In Crate : Cost of single bottle : 24 0 #DIV/0!

=E32/E33

Table 2 shows how this error can be trapped by using the =ISERR() function. Table 2 Cost Of Crate : Bottles In Crate : Cost of single bottle : 24 0 Try again! =IF(ISERR(E40/E41),"Try again!",E40/E41)

S-ar putea să vă placă și