Intro to Excel
Intro to Excel
A B C D
1 Potential Rebate
2
Rebate Amount Rebate
3 Category Rate Spent Amount
4 Gasoline 3% $ 1,575.80
5 Restaurants 3% $ 1,054.75
6 Travel 2% $ 450.95
7 Everything Else 1% $ 2,584.32
8 Totals
Entering DATES
You can enter dates and times in a variety of
formats in cells, such as 9/1/2016; 9/1/16;
September 1, 2016; or 1-Sep-16. You can also
enter times, such as 1:30 PM or 13:30.
Using Auto Fill
Auto Fill enables you to copy the contents of
a cell or cell range to continue a series using
the fill handle.
Addition + +
Subtraction - -
Multiplication X *
Division ÷ /
Exponentiation ^ ^
Function Basics
• An Excel function is a predefined formula that
performs a calculation.
• A function begins with the equal sign (=)
followed by the function name and arguments
in parentheses.
Example: =SUM(A1:A3)
Basic Functions
• Common functions include:
1) AVERAGE arithmetic mean
2) MIN minimum value
3) MAX maximum value
4) COUNT number of values in range
5) SUM calculates a total
6) IF logical function
The IF Function
• Itis a function that is used to test the values in a
cell and return one value if true and another if
false.
• The IF function has three arguments:
• A condition that is tested to determine if it is either
true or false
• The resulting value if the condition is true
• The resulting value if the condition is false
Error Meaning
#DIV/0! Trying to divide by 0
Text in the formula is not
#NAME? recognized
The wrong type of operand or
#VALUE! function argument is used