SlideShare uma empresa Scribd logo
1 de 12
Understanding Excel’s Error Values



    Learn how to handle Error Values while using Excel
Excel Error Values
When you enter or edit a formula or change one of the
formula’s input values, Excel might show an error value
as the formula result.
Excel has seven different error values:
1.   #DIV/0!
2.   #N/A
3.   #NAME?
4.   #NULL!
5.   #NUM!
6.   #REF! and
7.   #VALUE!
“#DIV/0” Error
When a value is divided by 0 (zero) or a blank cell,
Microsoft Excel displays the error value "#DIV/0!"
as the result of the calculation. ’A Blank cell is
treated by Excel as Zero’
This is because of a simple reason of Mathematics
that we can’t divide any value by “0” (Zero)
To keep #DIV/0! from appearing, use the following
formula in place of the standard division formula:
=IF(denominator=0,"",numerator/denominator)
Example is given in the next slide.
“#DIV/0” Error Examples
“#N/A” Error
The #N/A error value is short for not available, and it means that
the formula couldn’t return a legitimate result. You usually see
#N/A when you use an inappropriate argument (or if you omit a
required argument) in a function. HLOOKUP and VLOOKUP, for
example, return #N/A if the lookup value is smaller than the first
value in the lookup range.
To solve the problem, first check the formula’s input cells to see if
any of them are displaying the #N/A error. If so, that’s why your
formula is returning the same error; the problem actually lies in
the input cell.
This can be sorted out with ISERROR () Formula, which was
discussed in Information Formulas PPT. To reach – Click Here
#NAME? Error
You see the #NAME? error when Excel doesn’t recognize a name you
used in a formula, or when it interprets text within the formula as an
Undefined name.
This means that the #NAME? error pops up in a wide variety of
Circumstances:
■ You spelled a range name incorrectly.
■ You used a range name that you haven’t yet defined.
■ You spelled a function name incorrectly.
■ You used a function that’s part of an uninstalled add-in.
■ You used a string value without surrounding it with quotation marks.
■ You entered a range reference and accidentally omitted the colon.
■ You entered a reference to a range on another worksheet and didn’t
 enclose the sheet name in single quotation marks.
#NULL! Error
Excel displays the #NULL! error in a very specific case:
when you use the intersection operator (a space) on
two ranges that have no cells in common. For example,
the ranges A1:B2 and C3:D4 have no common cells, so
the following formula returns the #NULL! error:
=SUM(A1:B2 C3:D4)
Check your range coordinates to ensure that they’re
accurate. In addition, check to see if one of the ranges
has been moved so that the two ranges in your formula
no longer intersect.
#NUM! Error
This error indicates that a formula or function Contains
invalid numeric values. You may have used an Unaccept-
able argument in a function that requires a numeric
argument.
You may have used a worksheet function that iterates,
such as IRR or RATE, and the function cannot find a result.
You may have entered a formula that produces a number
that is too large or too small to be represented in Excel.
One of Examples -=SUM(A1:B2 C3:D4), in this formula ,
the gap between two ranges is invalid and returns #NUM!
Error
#REF! Error
#REF!
The #REF! error means that your formula contains an invalid cell reference, which is
Usually caused by one of the following actions:
■ You deleted a cell to which the formula refers. You need to add the cell back in or
  adjust the formula reference. You cut a cell and then pasted it in a cell used by
  the formula. You need to undo the cut and paste the cell elsewhere. (Note that
  it’s okay to copy a cell and paste it on a cell used by the formula.)

■ Your formula references a nonexistent cell address, such as B0. This can happen if
  you cut or copy a formula that uses relative references and paste it in such a way
  that the invalid cell address is created. For example, suppose that your formula
  references cell B1. If you cut or copy the cell containing the formula and paste it
  one row higher, the reference to B1 becomes invalid because Excel can’t move
  the cell reference up one row.
Example
#VALUE! Error
When Excel generates a #VALUE! error, it means
you’ve used an inappropriate argument in a function.
This is most often caused by using the wrong data
type.
For example, you might have entered or referenced a
string value instead of a numeric value. Similarly, you
might have used a range reference in a function
argument that requires a single cell or value.

Excel also generates this error if you use a value
that’s larger or smaller than Excel can handle.
More To Come

Mais conteúdo relacionado

Mais procurados

Excel lesson formulas and functions
Excel lesson formulas and functionsExcel lesson formulas and functions
Excel lesson formulas and functions
wildman099
 
03 Excel formulas and functions
03 Excel formulas and functions03 Excel formulas and functions
03 Excel formulas and functions
Buffalo Seminary
 
Excel Formula and Function Basics
Excel Formula and Function BasicsExcel Formula and Function Basics
Excel Formula and Function Basics
guest1c3d8c6
 
On if,countif,countifs,sumif,countifs,lookup,v lookup,index,match
On if,countif,countifs,sumif,countifs,lookup,v lookup,index,matchOn if,countif,countifs,sumif,countifs,lookup,v lookup,index,match
On if,countif,countifs,sumif,countifs,lookup,v lookup,index,match
Rakesh Sah
 
Using formula and function
Using formula and functionUsing formula and function
Using formula and function
Rachel Espino
 

Mais procurados (20)

2. mathematical functions in excel
2. mathematical functions in excel2. mathematical functions in excel
2. mathematical functions in excel
 
Formulas Cheat Sheet
Formulas Cheat SheetFormulas Cheat Sheet
Formulas Cheat Sheet
 
Excel lesson formulas and functions
Excel lesson formulas and functionsExcel lesson formulas and functions
Excel lesson formulas and functions
 
Mastering Excel Formulas and Functions
Mastering Excel Formulas and FunctionsMastering Excel Formulas and Functions
Mastering Excel Formulas and Functions
 
Joins SQL Server
Joins SQL ServerJoins SQL Server
Joins SQL Server
 
Functions in MS Excel
Functions in MS ExcelFunctions in MS Excel
Functions in MS Excel
 
Sumif () ppt
Sumif () pptSumif () ppt
Sumif () ppt
 
Formulas and functions - By Amresh Tiwari
Formulas and functions - By Amresh TiwariFormulas and functions - By Amresh Tiwari
Formulas and functions - By Amresh Tiwari
 
Real World Excel Formulas
Real World Excel FormulasReal World Excel Formulas
Real World Excel Formulas
 
Excel formula
Excel formulaExcel formula
Excel formula
 
03 Excel formulas and functions
03 Excel formulas and functions03 Excel formulas and functions
03 Excel formulas and functions
 
Microsoft excel 2010 useful formula & functions
Microsoft excel 2010   useful formula & functionsMicrosoft excel 2010   useful formula & functions
Microsoft excel 2010 useful formula & functions
 
Excel Formula and Function Basics
Excel Formula and Function BasicsExcel Formula and Function Basics
Excel Formula and Function Basics
 
On if,countif,countifs,sumif,countifs,lookup,v lookup,index,match
On if,countif,countifs,sumif,countifs,lookup,v lookup,index,matchOn if,countif,countifs,sumif,countifs,lookup,v lookup,index,match
On if,countif,countifs,sumif,countifs,lookup,v lookup,index,match
 
MS-Excel Formulas and Functions
MS-Excel Formulas and FunctionsMS-Excel Formulas and Functions
MS-Excel Formulas and Functions
 
Excel Chapter 2
Excel Chapter 2Excel Chapter 2
Excel Chapter 2
 
Row, Column, Index, Match, Offset Functions. Excel Tutorial
Row, Column, Index, Match, Offset Functions. Excel TutorialRow, Column, Index, Match, Offset Functions. Excel Tutorial
Row, Column, Index, Match, Offset Functions. Excel Tutorial
 
Spreadsheets
SpreadsheetsSpreadsheets
Spreadsheets
 
Using formula and function
Using formula and functionUsing formula and function
Using formula and function
 
Ms excel ppt
Ms   excel pptMs   excel ppt
Ms excel ppt
 

Semelhante a Understanding excel’s error values

errorsinms-excel-150423031419-conversion-gate02.pdf
errorsinms-excel-150423031419-conversion-gate02.pdferrorsinms-excel-150423031419-conversion-gate02.pdf
errorsinms-excel-150423031419-conversion-gate02.pdf
ssuser3d8a50
 
Excel basics for everyday use part three
Excel basics for everyday use part threeExcel basics for everyday use part three
Excel basics for everyday use part three
Kevin McLogan
 
functionsandformulas-131221213835-phpapp01.pdf
functionsandformulas-131221213835-phpapp01.pdffunctionsandformulas-131221213835-phpapp01.pdf
functionsandformulas-131221213835-phpapp01.pdf
FranzLawrenzDeTorres1
 
TrainingOutline_Excel_FormulasNFunctions_Workshop (Writing Sample)
TrainingOutline_Excel_FormulasNFunctions_Workshop (Writing Sample)TrainingOutline_Excel_FormulasNFunctions_Workshop (Writing Sample)
TrainingOutline_Excel_FormulasNFunctions_Workshop (Writing Sample)
Patrice Dowtin, MS, MBA
 
Excel 2003 tutorial 3
Excel 2003 tutorial 3Excel 2003 tutorial 3
Excel 2003 tutorial 3
catacata1976
 

Semelhante a Understanding excel’s error values (20)

Excel error
Excel errorExcel error
Excel error
 
Excel
ExcelExcel
Excel
 
Excel
ExcelExcel
Excel
 
Cucci_-Excel_for_beginners_.pptx
Cucci_-Excel_for_beginners_.pptxCucci_-Excel_for_beginners_.pptx
Cucci_-Excel_for_beginners_.pptx
 
Cucci_-Excel_for_beginners_ (1).pptx
Cucci_-Excel_for_beginners_ (1).pptxCucci_-Excel_for_beginners_ (1).pptx
Cucci_-Excel_for_beginners_ (1).pptx
 
Excel Training.pptx
Excel Training.pptxExcel Training.pptx
Excel Training.pptx
 
Lesson 27 - Excel Lesson 13.pptx
Lesson 27 - Excel Lesson 13.pptxLesson 27 - Excel Lesson 13.pptx
Lesson 27 - Excel Lesson 13.pptx
 
errorsinms-excel-150423031419-conversion-gate02.pdf
errorsinms-excel-150423031419-conversion-gate02.pdferrorsinms-excel-150423031419-conversion-gate02.pdf
errorsinms-excel-150423031419-conversion-gate02.pdf
 
Understanding-Common-Errors.pptx
Understanding-Common-Errors.pptxUnderstanding-Common-Errors.pptx
Understanding-Common-Errors.pptx
 
Cucci_-Excel_for_beginners_.pdf
Cucci_-Excel_for_beginners_.pdfCucci_-Excel_for_beginners_.pdf
Cucci_-Excel_for_beginners_.pdf
 
Excel basics for everyday use-the more advanced stuff
Excel basics for everyday use-the more advanced stuffExcel basics for everyday use-the more advanced stuff
Excel basics for everyday use-the more advanced stuff
 
Grade 6 computer
Grade 6 computer Grade 6 computer
Grade 6 computer
 
Excel basics for everyday use part three
Excel basics for everyday use part threeExcel basics for everyday use part three
Excel basics for everyday use part three
 
Excel intermediate
Excel intermediateExcel intermediate
Excel intermediate
 
functionsandformulas-131221213835-phpapp01.pdf
functionsandformulas-131221213835-phpapp01.pdffunctionsandformulas-131221213835-phpapp01.pdf
functionsandformulas-131221213835-phpapp01.pdf
 
Functions and formulas of ms excel
Functions and formulas of ms excelFunctions and formulas of ms excel
Functions and formulas of ms excel
 
Modulo 1 de diapo..
Modulo  1 de diapo..Modulo  1 de diapo..
Modulo 1 de diapo..
 
Modulo 1 de diapo..
Modulo  1 de diapo..Modulo  1 de diapo..
Modulo 1 de diapo..
 
TrainingOutline_Excel_FormulasNFunctions_Workshop (Writing Sample)
TrainingOutline_Excel_FormulasNFunctions_Workshop (Writing Sample)TrainingOutline_Excel_FormulasNFunctions_Workshop (Writing Sample)
TrainingOutline_Excel_FormulasNFunctions_Workshop (Writing Sample)
 
Excel 2003 tutorial 3
Excel 2003 tutorial 3Excel 2003 tutorial 3
Excel 2003 tutorial 3
 

Mais de Vijay Perepa

Pivot table essential learning 1
Pivot table   essential learning 1Pivot table   essential learning 1
Pivot table essential learning 1
Vijay Perepa
 
Modeling in microsoft excel
Modeling in microsoft excelModeling in microsoft excel
Modeling in microsoft excel
Vijay Perepa
 
Excel training commands not in ribbon
Excel training   commands not in ribbonExcel training   commands not in ribbon
Excel training commands not in ribbon
Vijay Perepa
 
Power point short cut keys
Power point short cut keysPower point short cut keys
Power point short cut keys
Vijay Perepa
 
Excel information formulae par ii ameet z academy
Excel information formulae par ii  ameet z academyExcel information formulae par ii  ameet z academy
Excel information formulae par ii ameet z academy
Vijay Perepa
 

Mais de Vijay Perepa (20)

Access essential training framework
Access essential training   frameworkAccess essential training   framework
Access essential training framework
 
Add picture to comment
Add picture to commentAdd picture to comment
Add picture to comment
 
Excel short cut series function keys
Excel short cut series   function keysExcel short cut series   function keys
Excel short cut series function keys
 
PowerPoint Info-Graphics
PowerPoint Info-GraphicsPowerPoint Info-Graphics
PowerPoint Info-Graphics
 
Types of charts in Excel and How to use them
Types of charts in Excel and How to use themTypes of charts in Excel and How to use them
Types of charts in Excel and How to use them
 
Pivot table essential learning 1
Pivot table   essential learning 1Pivot table   essential learning 1
Pivot table essential learning 1
 
Pivot table essential learning 2
Pivot table   essential learning 2Pivot table   essential learning 2
Pivot table essential learning 2
 
Modeling in microsoft excel
Modeling in microsoft excelModeling in microsoft excel
Modeling in microsoft excel
 
Understanding excel’s error values
Understanding excel’s error valuesUnderstanding excel’s error values
Understanding excel’s error values
 
Excel training commands not in ribbon
Excel training   commands not in ribbonExcel training   commands not in ribbon
Excel training commands not in ribbon
 
E learning excel vba programming lesson 5
E learning excel vba programming  lesson 5E learning excel vba programming  lesson 5
E learning excel vba programming lesson 5
 
E learning excel vba programming lesson 4
E learning excel vba programming  lesson 4E learning excel vba programming  lesson 4
E learning excel vba programming lesson 4
 
Pivot table
Pivot tablePivot table
Pivot table
 
Power point short cut keys
Power point short cut keysPower point short cut keys
Power point short cut keys
 
E learning excel vba programming lesson 3
E learning excel vba programming  lesson 3E learning excel vba programming  lesson 3
E learning excel vba programming lesson 3
 
Excel information formulae par ii ameet z academy
Excel information formulae par ii  ameet z academyExcel information formulae par ii  ameet z academy
Excel information formulae par ii ameet z academy
 
Excel information formulae ameet z academy
Excel information formulae   ameet z academyExcel information formulae   ameet z academy
Excel information formulae ameet z academy
 
Excel text formulae ameet z academy
Excel text formulae   ameet z academyExcel text formulae   ameet z academy
Excel text formulae ameet z academy
 
E-Learning from Ameetz (ISERROR formula)
E-Learning from Ameetz (ISERROR formula)E-Learning from Ameetz (ISERROR formula)
E-Learning from Ameetz (ISERROR formula)
 
E learning excel short cut keys
E learning excel short cut keysE learning excel short cut keys
E learning excel short cut keys
 

Último

Making and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdfMaking and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdf
Chris Hunter
 
Seal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxSeal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptx
negromaestrong
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
ciinovamais
 

Último (20)

Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdf
 
Making and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdfMaking and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdf
 
PROCESS RECORDING FORMAT.docx
PROCESS      RECORDING        FORMAT.docxPROCESS      RECORDING        FORMAT.docx
PROCESS RECORDING FORMAT.docx
 
ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot Graph
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17
 
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17  How to Extend Models Using Mixin ClassesMixin Classes in Odoo 17  How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 
Asian American Pacific Islander Month DDSD 2024.pptx
Asian American Pacific Islander Month DDSD 2024.pptxAsian American Pacific Islander Month DDSD 2024.pptx
Asian American Pacific Islander Month DDSD 2024.pptx
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.
 
Energy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural Resources
Energy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural ResourcesEnergy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural Resources
Energy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural Resources
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
 
Seal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxSeal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptx
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 

Understanding excel’s error values

  • 1. Understanding Excel’s Error Values Learn how to handle Error Values while using Excel
  • 2. Excel Error Values When you enter or edit a formula or change one of the formula’s input values, Excel might show an error value as the formula result. Excel has seven different error values: 1. #DIV/0! 2. #N/A 3. #NAME? 4. #NULL! 5. #NUM! 6. #REF! and 7. #VALUE!
  • 3. “#DIV/0” Error When a value is divided by 0 (zero) or a blank cell, Microsoft Excel displays the error value "#DIV/0!" as the result of the calculation. ’A Blank cell is treated by Excel as Zero’ This is because of a simple reason of Mathematics that we can’t divide any value by “0” (Zero) To keep #DIV/0! from appearing, use the following formula in place of the standard division formula: =IF(denominator=0,"",numerator/denominator) Example is given in the next slide.
  • 5. “#N/A” Error The #N/A error value is short for not available, and it means that the formula couldn’t return a legitimate result. You usually see #N/A when you use an inappropriate argument (or if you omit a required argument) in a function. HLOOKUP and VLOOKUP, for example, return #N/A if the lookup value is smaller than the first value in the lookup range. To solve the problem, first check the formula’s input cells to see if any of them are displaying the #N/A error. If so, that’s why your formula is returning the same error; the problem actually lies in the input cell. This can be sorted out with ISERROR () Formula, which was discussed in Information Formulas PPT. To reach – Click Here
  • 6. #NAME? Error You see the #NAME? error when Excel doesn’t recognize a name you used in a formula, or when it interprets text within the formula as an Undefined name. This means that the #NAME? error pops up in a wide variety of Circumstances: ■ You spelled a range name incorrectly. ■ You used a range name that you haven’t yet defined. ■ You spelled a function name incorrectly. ■ You used a function that’s part of an uninstalled add-in. ■ You used a string value without surrounding it with quotation marks. ■ You entered a range reference and accidentally omitted the colon. ■ You entered a reference to a range on another worksheet and didn’t enclose the sheet name in single quotation marks.
  • 7. #NULL! Error Excel displays the #NULL! error in a very specific case: when you use the intersection operator (a space) on two ranges that have no cells in common. For example, the ranges A1:B2 and C3:D4 have no common cells, so the following formula returns the #NULL! error: =SUM(A1:B2 C3:D4) Check your range coordinates to ensure that they’re accurate. In addition, check to see if one of the ranges has been moved so that the two ranges in your formula no longer intersect.
  • 8. #NUM! Error This error indicates that a formula or function Contains invalid numeric values. You may have used an Unaccept- able argument in a function that requires a numeric argument. You may have used a worksheet function that iterates, such as IRR or RATE, and the function cannot find a result. You may have entered a formula that produces a number that is too large or too small to be represented in Excel. One of Examples -=SUM(A1:B2 C3:D4), in this formula , the gap between two ranges is invalid and returns #NUM! Error
  • 9. #REF! Error #REF! The #REF! error means that your formula contains an invalid cell reference, which is Usually caused by one of the following actions: ■ You deleted a cell to which the formula refers. You need to add the cell back in or adjust the formula reference. You cut a cell and then pasted it in a cell used by the formula. You need to undo the cut and paste the cell elsewhere. (Note that it’s okay to copy a cell and paste it on a cell used by the formula.) ■ Your formula references a nonexistent cell address, such as B0. This can happen if you cut or copy a formula that uses relative references and paste it in such a way that the invalid cell address is created. For example, suppose that your formula references cell B1. If you cut or copy the cell containing the formula and paste it one row higher, the reference to B1 becomes invalid because Excel can’t move the cell reference up one row.
  • 11. #VALUE! Error When Excel generates a #VALUE! error, it means you’ve used an inappropriate argument in a function. This is most often caused by using the wrong data type. For example, you might have entered or referenced a string value instead of a numeric value. Similarly, you might have used a range reference in a function argument that requires a single cell or value. Excel also generates this error if you use a value that’s larger or smaller than Excel can handle.