Excel For Beginners
Excel For Beginners
1.Functions
2.References
3.Constants
4.Operators
Formula Example ~ Single Argument
• Sum
• Count
• Counta
• Sumif
• Average
• Round
• Product
• Roman
SUMIF
What it does?
sums items in a list matching a condition
Syntax:
sumif(in this range,values that meet this criteria,[sum-this-range])
Example:
=sumif(A1:A20,10) = sums the cells with the value of "10"
SUMIF
=sumif(condition range,condition, sum range)
• If
• And
• Or
• Not
• Choose
• Iferror
• Istext
IF
What it does?
checks whether a condition is met and returns one value if TRUE and another if FALSE
Syntax:
if(is-this-true,then do this, or this)
Example:
=if(25<15,"looser","winner") = winner
Other:
=sumif(condition range,condition, sum range)
IFERROR
What it does?
an easy way to handle errors in formulas
IFERROR returns the value you want incase of
an error with the formula
Syntax:
iferror(formula, value to return if there is an error)
Example:
=iferror(1/0,"can't divide by zero") can't divide by zero
=iferror(0/1,"can't divide by zero") 0
Text Formulas
• Proper
• Trim
• Dollar
• Rept
• Text
• Type
Shortcuts
• Keyboard Shortcuts
• Insert Function
• Define Name
• Error Checking
• Watch Window
Keyboard
Shortcuts
• F2
• Ctrl-Home
• Double Click to change a
tab/sheet name
• Copy sheet within a
workbook
• Right Click to get Menu
• Press “Alt” Key and letters
appear called “Key Tips”
F2
Double Click to Change a Tab Name
Copy a Sheet ~ Copies WITH Format
Right Click Menu
ALT Key to see “Key Tips”
Error Types
Excel displays this error when a value is not available to a function or formula.
=IFERROR(VLOOKUP(D2,$D$6:$E$8,2,TRUE),0)
#NAME?
#NULL
=SUM(C2:C3 E4:E6)
#REF!
A1 Relative
A$1 Column is relative; Row is Constant
$A1 Row is relative; Column is absolute
$A$1 BOTH are Absolute
Order of Operations
• The Order of Operations tells Excel which operation to calculate first.
1. Parenthesis
2. Exponents
3. Multiplication & Division
4. Addition & Subtraction
Circular
Reference
• A circular reference
occurs when a cell
refers to itself.
Common Formula Errors
• Inspect Workbook
• F2
Find & Select