SlideShare a Scribd company logo
Microsoft Excel
Content
 MS Excel Features
 Excel Files Formats
 Movements Keys
 Excel Sheet or Spread Sheet
 Formatting
 Cell & Range
 Formulas
 Operators
 Function
 Excel Error Values
 Important Formulas
MS Excel Features
 Number Crunching
 Creating Chart
 Organizing List
 Accessing Other Data
 Creating Graphical Dashboards
Recognizing the Excel File Formats
Format Description
XLSX A workbook file that does not contain macros
XLSM A workbook file that contains macros
XLTX A workbook template file that does not contain macros
XLTM A workbook template file that contains macros
XLSA An add-in file
XLSB
A binary file similar to the old XLS format but able to
accommodate the new features
XLSK A backup file
Excel Worksheet Movement Keys
Key Action
Up arrow (↑) Moves the active cell up one row.
Down arrow (↓) Moves the active cell down one row.
Left arrow (←) or Shift+Tab Moves the active cell one column to the left.
Right arrow (→) or Tab Moves the active cell one column to the right.
PgUp Moves the active cell up one screen.
PgDn Moves the active cell down one screen.
Alt+PgDn Moves the active cell right one screen.
Alt+PgUp Moves the active cell left one screen.
Ctrl+Backspace Scrolls the screen so that the active cell is visible.
Excel Sheet or Spread Sheet
Ribbon
The Merge & Center command
Dialog Boxes
 Activate any cell in the table.
 Choose Insert ➪ Charts ➪ Column and then select one of the 2-D column
chart types.
Excel inserts the chart in the center of your screen.
Creating a Chart
Pasting in Special Ways
Pasting Formats Description
Past (P)
Pastes the cell’s contents, formats, and data
validation from the Windows Clipboard
Formulas (F) Pastes formulas, but not formatting.
Formulas & Number Formatting
(O)
Pastes formulas and number formatting only
Keep Source Formatting (K) Pastes formulas, and all formatting.
No Borders (B)
Pastes everything except borders that appear
in the source range.
Keep Source Column Width (W)
Pastes formulas, and also duplicates the
column width of the copied cells
Paste Special Dialog Box
Adding Comments to Cells
 Choose Review ➪ Comments ➪ New Comment.
 Right-click the cell and choose Insert Comment from the
shortcut menu.
 Press Shift+F2.
Number-Formatting Keyboard
Shortcuts
Key
Combination
Formatting Applied
Ctrl+Shift+~ General number format (that is, unformatted values)
Ctrl+Shift+$ Currency format with two decimal places (negative
numbers appear in parentheses)
Ctrl+Shift+% Percentage format, with no decimal places
Ctrl+Shift+^ Scientific notation number format, with two decimal
places
Ctrl+Shift+# Date format with the day, month, and year
Ctrl+Shift+@ Time format with the hour, minute, and AM or PM
Ctrl+Shift+! Two decimal places, thousands separator, and a hyphen
for negative values
Understanding Cells and Ranges
Address Description
C24 A range that consists of a single cell.
A1:B1 Two cells that occupy one row and two columns
A1:D4 16 cells (four rows by four columns).
A6:XFD6
An entire row of cells; this range also can be expressed
as 6:6.
A1:XFD1048576
All cells in a worksheet. This range also can be
expressed as either A:XFD or 1:1048576.
Understanding Formula Basics
 Mathematical operators, such as + (for addition) and * (for
multiplication)
 Cell references (including named cells and ranges)
 Values or text
 Worksheet functions (such as SUM or AVERAGE)
Operator Name
+ Addition
- Subtraction
* Multiplication
/ Division
^ Exponentiation
& Concatenation
Operators Used in Formulas
Operator Name
= Logical comparison (equal to)
> Logical comparison (greater than)
< Logical comparison (less than)
>= Logical comparison (greater than or equal
to)
<= Logical comparison (less than or equal to)
<> Logical comparison (not equal to)
Logic Operators Used in Formulas
Operator What it Does
: (Colon) Specifies a range.
, (comma) Specifies the union of two ranges. This operator combines multiple
range references into a single reference.
(space) Specifies the intersection of two ranges. This operator produces
cells that are common to two ranges.
Reference Operators for Ranges
Function Arguments
 No arguments
 One argument
 A fixed number of arguments
 An indeterminate number of arguments
 Optional arguments
Function
 Algebraic Functions
 Logic Functions
 Lookup Function
 Statistic Function
 Financial Function
 Text Function
 Date & Time Function
Operator Name Description
Sum Add Selected array in one cell
Product Multiply of two or more references
Quotient Divide two or more references
- (Subtraction) Subtraction of references
Algebraic Function
Algebraic Function
 Division
=QUOTIENT(First_Reference,Second_Reference)
 Multiplication
=PRODUCT(Start_Cell:End_Cell)
 Addition
=SUM(Start_Cell:End_Cell)
 Subtraction
=First_Reference - Second_Reference
Function Description
AND Both logic are true then return true
Or One logic is true then return true
> First greater then Second
< First less then second
>= First Greater then or Equal the second
<= First less then or Equal the second
IF Logic is true the return true other wise false
Logic Function
 AND
=AND(First_Logic,Second_Logic)
 OR
=OR(First_Logic,Second_Logic)
 Greater Then ( > )
= First_ Condition > Second_Condition
 Less Then ( < )
= First_ Condition < Second_Condition
 IF
=IF(Logic,Truth_Value,Flase Value)
(if reference true then truth value else/otherwise false value)
Logic Function
Functions Lookup
Function Description
CHOOSE Returns a specific value from a list of values supplied as arguments
HLOOKUP
Horizontal lookup. Searches for a value in the top row of a table and returns
a value in the same column from a row you specify in the table.
IF
Returns one value if a condition you specify is TRUE, and returns another
value if the condition is FALSE.
IFERROR
If the first argument returns an error, the second argument is evaluated and
returned. If the first argument does not return an error, then it is evaluated
and returned.
INDEX Returns a value (or the reference to a value) from within a table or range
LOOKUP
Returns a value either from a one-row or one-column range. Another form of
the LOOKUP function works like VLOOKUP but is restricted to returning a
value from the last column of a range.
MATCH
Returns the relative position of an item in a range that matches a specified
value.
OFFSET
Returns a reference to a range that is a specified number of rows and
columns from a cell or range of cells.
VLOOKUP
Vertical lookup. Searches for a value in the first column of a table and returns
a value in the same row from a column you specify in the table.
The VLOOKUP function
VLOOKUP(lookup_value,table_array,col_index_num,range_lookup)
The HLOOKUP function
HLOOKUP(lookup_value,table_array,row_index_num,range_lookup)
The LOOKUP function
LOOKUP(lookup_value,lookup_vector,result_vector)
The MATCH and INDEX functions
MATCH(lookup_value,lookup_array,match_type)
INDEX(array,row_num,column_num)
LOOKUP Function
Excel Error Values
Error
Value
Description/Explanation
#DIV/0!
The formula is trying to divide by zero. This also occurs when the
formula attempts to divide by what’s in a cell that is empty (that is, by
nothing).
#NAME?
The formula uses a name that Excel doesn’t recognize. This can
happen if you delete a name that’s used in the formula or if you have
unmatched quotes when using text.
#N/A
The formula is referring (directly or indirectly) to a cell that uses the
NA function to signal that data is not available. Some functions (for
example, VLOOKUP) can also return #N/A.
#NULL! The formula uses an intersection of two ranges that don’t intersect.
#NUM!
A problem with a value exists; for example, you specified a negative
number where a positive number is expected.
#REF!
The formula refers to a cell that isn’t valid. This can happen if the cell
has been deleted from the worksheet.
#VALUE!
The formula includes an argument or operand of the wrong type. An
operand is a value or cell reference that a formula uses to calculate a
result.
Function Formulas
Count Count Numbers
=COUNT(Start_Cell:End_Cell)
Count Alphabet
=COUNTA(Start_Cell:End_Cell)
Countif
=COUNTIF(Range,Criteria)
Countifs
=COUNTIFS(Range1,Criteria,Range2,Criteria,……)
Sum
Sum
=SUM(Start_Num:End_Num)
Sumif
=SUMIF(Range,Criteria,Sum_Range)
Sumifs
=SUMIFS(Sum_Range,Range1,Criteria1,Range2,Criteria2,…….)
Average
Average
=AVERAGE(Start_Num:End_Num)
Averageif
=AVERAGEIF(Range,Criteria,Average_Range)
Averageifs
=AVERAGEIFS(Average_Range,Range1,Ceriteri1,Range2,Criteria2,…..)
Ms excel
Ms excel

More Related Content

PDF
PPT
Introduction to Excel
PPT
Teaching Excel
PPTX
Basic Ms excel
PPTX
Excel lesson01
PPT
Excel Tutorial
PPT
Training On Microsoft Excel
PPTX
Introduction to Excel
Teaching Excel
Basic Ms excel
Excel lesson01
Excel Tutorial
Training On Microsoft Excel

What's hot (20)

PPTX
Microsoft Excel Basics
PPT
MS EXCEL
PPTX
Ms excel ppt presentation
PPTX
PPT
ms excel for mba first sem students of dr hs gour university sagar(m.p)
PPTX
ms excel presentation...
PPTX
Excel PowerPoint
PPTX
Excel for beginner
PPTX
Ppt on ms excel
PPTX
03 Excel formulas and functions
PPTX
Introduction to microsoft word 2007
PPT
Bullets and Styles
PPTX
PPT On Microsoft Excel 2007 Full Information.
PPT
Ms excel basic about Data, graph and pivot table
PPTX
PPTX
Microsoft word
PPTX
Introduction to MS Word
PPT
Introduction to Microsoft Excel for beginners
PPTX
MS-Excel Formulas and Functions
Microsoft Excel Basics
MS EXCEL
Ms excel ppt presentation
ms excel for mba first sem students of dr hs gour university sagar(m.p)
ms excel presentation...
Excel PowerPoint
Excel for beginner
Ppt on ms excel
03 Excel formulas and functions
Introduction to microsoft word 2007
Bullets and Styles
PPT On Microsoft Excel 2007 Full Information.
Ms excel basic about Data, graph and pivot table
Microsoft word
Introduction to MS Word
Introduction to Microsoft Excel for beginners
MS-Excel Formulas and Functions
Ad

Viewers also liked (20)

PPTX
Introduction to Computing Lecture 01 history of computers
PPTX
FEATURES OF MICROSOFT EXCEL
PPTX
MS EXCEL PPT PRESENTATION
PPT
01 intro to vb-net
PDF
Formulas Cheat Sheet
PDF
Otomatisasi siklus akuntansi menggunakan excel
PPTX
Excel Presentation
PPT
Internet Phishing
PPTX
Internet Phishing
PPTX
Excel
PPTX
Digital etiquette
PPTX
PPTX
Digital Etiquette
PPTX
Our Solutions To the Problems with Guided Reading
PPTX
Problem solving reading and writing classes
KEY
Cyber safety & Social Media - Penguin 2012
PPT
Digital Etiquette
PPS
Fungsi IF , Hlookup dan Vlookup
PPTX
Digital Etiquette
PPTX
What Is Digital Etiquette
Introduction to Computing Lecture 01 history of computers
FEATURES OF MICROSOFT EXCEL
MS EXCEL PPT PRESENTATION
01 intro to vb-net
Formulas Cheat Sheet
Otomatisasi siklus akuntansi menggunakan excel
Excel Presentation
Internet Phishing
Internet Phishing
Excel
Digital etiquette
Digital Etiquette
Our Solutions To the Problems with Guided Reading
Problem solving reading and writing classes
Cyber safety & Social Media - Penguin 2012
Digital Etiquette
Fungsi IF , Hlookup dan Vlookup
Digital Etiquette
What Is Digital Etiquette
Ad

Similar to Ms excel (20)

PPTX
Useful Excel Functions & Formula Used everywhere.pptx
PDF
Microsoft Excel- basics
PPTX
Microsoft Excel Core Points Training.pptx
PPTX
Excel_Breif_Overview.pptx
PPTX
Excel_Course_Formulas_and_Functions.pptx
PPTX
Functions and formulas of ms excel
PPTX
Data management and excel appication.pptx
PPTX
MIRCROSOFT EXCEL- brief and useful for beginners by RISHABH BANSAL
PDF
MS Excel Overall Power Point Presentatio
PPT
Intro_Excel_FA12ff.ppthhhhhhhhhhhhhhhhhhhhhhhhhhhhh
PPTX
ExcelTipsAndTricks.pptx
PPTX
Intro to Excel Basics: Part I
PPTX
Excel Basics presentation for beginners and students
PPT
Intro_Excel_FA12 Intro_Excel_FA12Intro_Excel_FA12
PPT
Intro_Excel_FA12.ppt Introduction to Excel
PPT
Intro_Excel_FA14 powerpoint complete.ppt
PPT
Intro_Excel_FA12eeeeeeeeeeeeeeeeeeeeeeee
PPT
introduction to Microsoft excel for beginner
PPT
the power point presentation of How to use MS excel
PPT
If you need help with this file, such as explaining its contents, summarizing...
Useful Excel Functions & Formula Used everywhere.pptx
Microsoft Excel- basics
Microsoft Excel Core Points Training.pptx
Excel_Breif_Overview.pptx
Excel_Course_Formulas_and_Functions.pptx
Functions and formulas of ms excel
Data management and excel appication.pptx
MIRCROSOFT EXCEL- brief and useful for beginners by RISHABH BANSAL
MS Excel Overall Power Point Presentatio
Intro_Excel_FA12ff.ppthhhhhhhhhhhhhhhhhhhhhhhhhhhhh
ExcelTipsAndTricks.pptx
Intro to Excel Basics: Part I
Excel Basics presentation for beginners and students
Intro_Excel_FA12 Intro_Excel_FA12Intro_Excel_FA12
Intro_Excel_FA12.ppt Introduction to Excel
Intro_Excel_FA14 powerpoint complete.ppt
Intro_Excel_FA12eeeeeeeeeeeeeeeeeeeeeeee
introduction to Microsoft excel for beginner
the power point presentation of How to use MS excel
If you need help with this file, such as explaining its contents, summarizing...

Recently uploaded (20)

PDF
BF and FI - Blockchain, fintech and Financial Innovation Lesson 2.pdf
PPTX
mbdjdhjjodule 5-1 rhfhhfjtjjhafbrhfnfbbfnb
PPTX
Introduction to Firewall Analytics - Interfirewall and Transfirewall.pptx
PPTX
CEE 2 REPORT G7.pptxbdbshjdgsgjgsjfiuhsd
PDF
“Getting Started with Data Analytics Using R – Concepts, Tools & Case Studies”
PPTX
Introduction-to-Cloud-ComputingFinal.pptx
PPTX
STUDY DESIGN details- Lt Col Maksud (21).pptx
PPT
Reliability_Chapter_ presentation 1221.5784
PDF
Clinical guidelines as a resource for EBP(1).pdf
PPTX
iec ppt-1 pptx icmr ppt on rehabilitation.pptx
PDF
Foundation of Data Science unit number two notes
PPTX
Business Acumen Training GuidePresentation.pptx
PPTX
Major-Components-ofNKJNNKNKNKNKronment.pptx
PPT
Miokarditis (Inflamasi pada Otot Jantung)
PPTX
MODULE 8 - DISASTER risk PREPAREDNESS.pptx
PDF
TRAFFIC-MANAGEMENT-AND-ACCIDENT-INVESTIGATION-WITH-DRIVING-PDF-FILE.pdf
PDF
.pdf is not working space design for the following data for the following dat...
PDF
22.Patil - Early prediction of Alzheimer’s disease using convolutional neural...
PPTX
The THESIS FINAL-DEFENSE-PRESENTATION.pptx
BF and FI - Blockchain, fintech and Financial Innovation Lesson 2.pdf
mbdjdhjjodule 5-1 rhfhhfjtjjhafbrhfnfbbfnb
Introduction to Firewall Analytics - Interfirewall and Transfirewall.pptx
CEE 2 REPORT G7.pptxbdbshjdgsgjgsjfiuhsd
“Getting Started with Data Analytics Using R – Concepts, Tools & Case Studies”
Introduction-to-Cloud-ComputingFinal.pptx
STUDY DESIGN details- Lt Col Maksud (21).pptx
Reliability_Chapter_ presentation 1221.5784
Clinical guidelines as a resource for EBP(1).pdf
iec ppt-1 pptx icmr ppt on rehabilitation.pptx
Foundation of Data Science unit number two notes
Business Acumen Training GuidePresentation.pptx
Major-Components-ofNKJNNKNKNKNKronment.pptx
Miokarditis (Inflamasi pada Otot Jantung)
MODULE 8 - DISASTER risk PREPAREDNESS.pptx
TRAFFIC-MANAGEMENT-AND-ACCIDENT-INVESTIGATION-WITH-DRIVING-PDF-FILE.pdf
.pdf is not working space design for the following data for the following dat...
22.Patil - Early prediction of Alzheimer’s disease using convolutional neural...
The THESIS FINAL-DEFENSE-PRESENTATION.pptx

Ms excel

  • 2. Content  MS Excel Features  Excel Files Formats  Movements Keys  Excel Sheet or Spread Sheet  Formatting  Cell & Range  Formulas  Operators  Function  Excel Error Values  Important Formulas
  • 3. MS Excel Features  Number Crunching  Creating Chart  Organizing List  Accessing Other Data  Creating Graphical Dashboards
  • 4. Recognizing the Excel File Formats Format Description XLSX A workbook file that does not contain macros XLSM A workbook file that contains macros XLTX A workbook template file that does not contain macros XLTM A workbook template file that contains macros XLSA An add-in file XLSB A binary file similar to the old XLS format but able to accommodate the new features XLSK A backup file
  • 5. Excel Worksheet Movement Keys Key Action Up arrow (↑) Moves the active cell up one row. Down arrow (↓) Moves the active cell down one row. Left arrow (←) or Shift+Tab Moves the active cell one column to the left. Right arrow (→) or Tab Moves the active cell one column to the right. PgUp Moves the active cell up one screen. PgDn Moves the active cell down one screen. Alt+PgDn Moves the active cell right one screen. Alt+PgUp Moves the active cell left one screen. Ctrl+Backspace Scrolls the screen so that the active cell is visible.
  • 6. Excel Sheet or Spread Sheet
  • 8. The Merge & Center command
  • 10.  Activate any cell in the table.  Choose Insert ➪ Charts ➪ Column and then select one of the 2-D column chart types. Excel inserts the chart in the center of your screen. Creating a Chart
  • 11. Pasting in Special Ways Pasting Formats Description Past (P) Pastes the cell’s contents, formats, and data validation from the Windows Clipboard Formulas (F) Pastes formulas, but not formatting. Formulas & Number Formatting (O) Pastes formulas and number formatting only Keep Source Formatting (K) Pastes formulas, and all formatting. No Borders (B) Pastes everything except borders that appear in the source range. Keep Source Column Width (W) Pastes formulas, and also duplicates the column width of the copied cells
  • 13. Adding Comments to Cells  Choose Review ➪ Comments ➪ New Comment.  Right-click the cell and choose Insert Comment from the shortcut menu.  Press Shift+F2.
  • 14. Number-Formatting Keyboard Shortcuts Key Combination Formatting Applied Ctrl+Shift+~ General number format (that is, unformatted values) Ctrl+Shift+$ Currency format with two decimal places (negative numbers appear in parentheses) Ctrl+Shift+% Percentage format, with no decimal places Ctrl+Shift+^ Scientific notation number format, with two decimal places Ctrl+Shift+# Date format with the day, month, and year Ctrl+Shift+@ Time format with the hour, minute, and AM or PM Ctrl+Shift+! Two decimal places, thousands separator, and a hyphen for negative values
  • 15. Understanding Cells and Ranges Address Description C24 A range that consists of a single cell. A1:B1 Two cells that occupy one row and two columns A1:D4 16 cells (four rows by four columns). A6:XFD6 An entire row of cells; this range also can be expressed as 6:6. A1:XFD1048576 All cells in a worksheet. This range also can be expressed as either A:XFD or 1:1048576.
  • 16. Understanding Formula Basics  Mathematical operators, such as + (for addition) and * (for multiplication)  Cell references (including named cells and ranges)  Values or text  Worksheet functions (such as SUM or AVERAGE)
  • 17. Operator Name + Addition - Subtraction * Multiplication / Division ^ Exponentiation & Concatenation Operators Used in Formulas
  • 18. Operator Name = Logical comparison (equal to) > Logical comparison (greater than) < Logical comparison (less than) >= Logical comparison (greater than or equal to) <= Logical comparison (less than or equal to) <> Logical comparison (not equal to) Logic Operators Used in Formulas
  • 19. Operator What it Does : (Colon) Specifies a range. , (comma) Specifies the union of two ranges. This operator combines multiple range references into a single reference. (space) Specifies the intersection of two ranges. This operator produces cells that are common to two ranges. Reference Operators for Ranges
  • 20. Function Arguments  No arguments  One argument  A fixed number of arguments  An indeterminate number of arguments  Optional arguments
  • 21. Function  Algebraic Functions  Logic Functions  Lookup Function  Statistic Function  Financial Function  Text Function  Date & Time Function
  • 22. Operator Name Description Sum Add Selected array in one cell Product Multiply of two or more references Quotient Divide two or more references - (Subtraction) Subtraction of references Algebraic Function
  • 23. Algebraic Function  Division =QUOTIENT(First_Reference,Second_Reference)  Multiplication =PRODUCT(Start_Cell:End_Cell)  Addition =SUM(Start_Cell:End_Cell)  Subtraction =First_Reference - Second_Reference
  • 24. Function Description AND Both logic are true then return true Or One logic is true then return true > First greater then Second < First less then second >= First Greater then or Equal the second <= First less then or Equal the second IF Logic is true the return true other wise false Logic Function
  • 25.  AND =AND(First_Logic,Second_Logic)  OR =OR(First_Logic,Second_Logic)  Greater Then ( > ) = First_ Condition > Second_Condition  Less Then ( < ) = First_ Condition < Second_Condition  IF =IF(Logic,Truth_Value,Flase Value) (if reference true then truth value else/otherwise false value) Logic Function
  • 26. Functions Lookup Function Description CHOOSE Returns a specific value from a list of values supplied as arguments HLOOKUP Horizontal lookup. Searches for a value in the top row of a table and returns a value in the same column from a row you specify in the table. IF Returns one value if a condition you specify is TRUE, and returns another value if the condition is FALSE. IFERROR If the first argument returns an error, the second argument is evaluated and returned. If the first argument does not return an error, then it is evaluated and returned. INDEX Returns a value (or the reference to a value) from within a table or range LOOKUP Returns a value either from a one-row or one-column range. Another form of the LOOKUP function works like VLOOKUP but is restricted to returning a value from the last column of a range. MATCH Returns the relative position of an item in a range that matches a specified value. OFFSET Returns a reference to a range that is a specified number of rows and columns from a cell or range of cells. VLOOKUP Vertical lookup. Searches for a value in the first column of a table and returns a value in the same row from a column you specify in the table.
  • 27. The VLOOKUP function VLOOKUP(lookup_value,table_array,col_index_num,range_lookup) The HLOOKUP function HLOOKUP(lookup_value,table_array,row_index_num,range_lookup) The LOOKUP function LOOKUP(lookup_value,lookup_vector,result_vector) The MATCH and INDEX functions MATCH(lookup_value,lookup_array,match_type) INDEX(array,row_num,column_num) LOOKUP Function
  • 28. Excel Error Values Error Value Description/Explanation #DIV/0! The formula is trying to divide by zero. This also occurs when the formula attempts to divide by what’s in a cell that is empty (that is, by nothing). #NAME? The formula uses a name that Excel doesn’t recognize. This can happen if you delete a name that’s used in the formula or if you have unmatched quotes when using text. #N/A The formula is referring (directly or indirectly) to a cell that uses the NA function to signal that data is not available. Some functions (for example, VLOOKUP) can also return #N/A. #NULL! The formula uses an intersection of two ranges that don’t intersect. #NUM! A problem with a value exists; for example, you specified a negative number where a positive number is expected. #REF! The formula refers to a cell that isn’t valid. This can happen if the cell has been deleted from the worksheet. #VALUE! The formula includes an argument or operand of the wrong type. An operand is a value or cell reference that a formula uses to calculate a result.
  • 29. Function Formulas Count Count Numbers =COUNT(Start_Cell:End_Cell) Count Alphabet =COUNTA(Start_Cell:End_Cell) Countif =COUNTIF(Range,Criteria) Countifs =COUNTIFS(Range1,Criteria,Range2,Criteria,……) Sum Sum =SUM(Start_Num:End_Num) Sumif =SUMIF(Range,Criteria,Sum_Range) Sumifs =SUMIFS(Sum_Range,Range1,Criteria1,Range2,Criteria2,…….) Average Average =AVERAGE(Start_Num:End_Num) Averageif =AVERAGEIF(Range,Criteria,Average_Range) Averageifs =AVERAGEIFS(Average_Range,Range1,Ceriteri1,Range2,Criteria2,…..)