Excel 97/2000:Formulas & FunctionsWindowsFormulaResult=10+6/213=(10+6)/28=1-3^2-8=(1-3)^24=1+-3^210=(1+-3)^24FormulaResult="6/8/96"-"5/27/96"12="12:30 pm"-"9:00"3:30IntroductionThis handout is not the typical ATN document. While most of us have become accustomed to a nice lineardocument that goes along with the in-class training, this document diverges a wee bit from the norm. It wouldnot be practical to list the 200+ functions of Excel. It would also be difficult to explain every option availablewhen building a formula. What this document intends to do is give the user a good sense of how Excel thinksbehind the scenes, and some direction in using the major features and operators that make Excel productive. Ifyou aren't in the Formulas and Functions class at present, we at ATN encourage you to enroll in this class.Nevertheless, please use this document as a reference tool in your Excel development.Entering FormulasTo enter a formula in a worksheet cell, you will first type an equal sign (=) followed by elements that mayinclude values, operators, cell references, names or functions. Then press Enter or click the Check button onthe Formula Bar. Excel displays the result of the calculation on the cell and the entered formula on theFormula Bar. To switch between displaying the results or the formulas on the cells of a worksheet, pressCtrl`. This is useful for checking your formulas, because Excel will produce a result as long as your formula isfree of syntax errors. It's up to you to make sure that you don't have the right answer to the wrong formula.OperatorsAn operator is a symbol that performs an operation, such as a plus sign (+). The arithmetic operators forperforming standard mathematical operations are: + for addition, - for subtraction, * for multiplication, / fordivision, ^ for exponentiation, and ( ) for grouping terms.Order of Operations (Do you remember 6th grade Math?)When a formula contains several operators, there is a predetermined orderin which they will be performed:( )Parentheses^Exponents*or /Multiplication or Division+or Addition or Subtraction(Forgetful? This phrase will help you remember: Please ExcuseMy Dear Aunt Sally).In addition to the standard math operators, Excel has % which divides a value by 100. Like the minus signused to negate values, % takes precedence over the standard operators.Operations on Dates & TimesSince Excel treats dates and times as numbers, they can be math operands. For example, subtract two dates tofind the number of days in between.