KEMBAR78
Excel lesson formulas and functions | PPT
Excel Formulas and Functions Mr. Lee BIM
Creating Formulas A formula is an equation that performs a calculation.  All Excel formulas begin with an equals sign (=). Operator   Meaning Example + (plus sign) Addition =7+1 - (minus sign)  Subtraction =F2-4 *(asterick)   Multiplication =2*C5 / (forward slash)  Division =B2/8 ^ (caret) Exponentiation  =4^2
Excel Formula Functions A function is a predefined formula in Excel that performs a specific, built-in operation. Common Functions Function Description =SUM(cells) Adds all the numbers in the specified  cells. =MIN(cells) Returns the smallest value in the  specified cells. =MAX(cells) Returns the largest value in the  specified cells. =DATE(year,month,day) Returns a number that represents the  specified date. =AVERAGE(cells) Returns the average of the cells that are  highlighted.
Where can I find more Functions? Click insert, then select function (Fx). The Insert Function menu allows you to search for functions after you type in a brief description.

Excel lesson formulas and functions

  • 1.
    Excel Formulas andFunctions Mr. Lee BIM
  • 2.
    Creating Formulas Aformula is an equation that performs a calculation. All Excel formulas begin with an equals sign (=). Operator Meaning Example + (plus sign) Addition =7+1 - (minus sign) Subtraction =F2-4 *(asterick) Multiplication =2*C5 / (forward slash) Division =B2/8 ^ (caret) Exponentiation =4^2
  • 3.
    Excel Formula FunctionsA function is a predefined formula in Excel that performs a specific, built-in operation. Common Functions Function Description =SUM(cells) Adds all the numbers in the specified cells. =MIN(cells) Returns the smallest value in the specified cells. =MAX(cells) Returns the largest value in the specified cells. =DATE(year,month,day) Returns a number that represents the specified date. =AVERAGE(cells) Returns the average of the cells that are highlighted.
  • 4.
    Where can Ifind more Functions? Click insert, then select function (Fx). The Insert Function menu allows you to search for functions after you type in a brief description.