Excel Formulas

 

All formulas must begin with the equal sign (=)

 

Adding Formulas

+

Addition

-

Subtraction

*

Multiplication

/

Division

 

Examples:

                        = (RC[-2]      *  R[1]C[-2])

                        = (R[-11]C    + R[-10]C)

                        = (R[2]C[-2]  + R[-1]C[-2] - RC[-2])

 

Creating Formulas with Functions

SUM

Sum the cells

AVERAGE

Average cells

COUNT

Counts the numbers in cells

MAX

Finds the highest number

MIN

Finds the lowest number

 

 

Examples:

                        =SUM (R[-6]C : R[-2]C)

                        =AVERAGE (R[-9]C , R[-7]C , R[-6]C)

 

Dragging Formulas

 

Naming Ranges

Setting Values or Formulas

 

 

  

 

 

05/09/2000

RLS