excel review by mr. griffin elmira business institute

29
Excel Review By Mr. Griffin Elmira Business Institute

Upload: annice-martin

Post on 18-Jan-2016

219 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Excel Review By Mr. Griffin Elmira Business Institute

Excel Review

By Mr. Griffin

Elmira Business Institute

Page 2: Excel Review By Mr. Griffin Elmira Business Institute

Identify Excel components

Page 3: Excel Review By Mr. Griffin Elmira Business Institute

Descriptions of Excel components

Page 4: Excel Review By Mr. Griffin Elmira Business Institute

Excel’s arithmetic operators

Arithmetic operations, symbols and description of their use.

Page 5: Excel Review By Mr. Griffin Elmira Business Institute

Know the order of precedence

The order of precedence rules must be considered when creating expressions. The chart below illustrates Excel’s order of precedence and shows sample expressions and the result of each expression.

Page 6: Excel Review By Mr. Griffin Elmira Business Institute

Key Excel Terminology

• Spreadsheet

• Column, Row

• Formula, Function

• Format

• Worksheet, Workbook, File

• Absolute, Relative

• Adjacent, Nonadjacent

Page 7: Excel Review By Mr. Griffin Elmira Business Institute

Functions

• What exactly are functions?

• Why do we use functions?

Page 8: Excel Review By Mr. Griffin Elmira Business Institute

Sum Function

• Used to add a group of numbers

Format

• Single Range =sum(a1:a20)

• Multiple Ranges, Adjacent Columns=sum(a1:b20)

• Multiple Ranges, Nonadjacent Columns=sum(a1:a20,c1:c20)

Page 9: Excel Review By Mr. Griffin Elmira Business Institute

Average Function

• Calculates the Average

Format

• Single Range =average(a1:a20)

• Multiple Ranges, Adjacent Columns=average(a1:b20)

• Multiple Ranges, Nonadjacent Columns=average(a1:a20,c1:c20)

Page 10: Excel Review By Mr. Griffin Elmira Business Institute

Max and Min Functions

• Max – finds the largest number in a given range=max(a1:a20) or =max(a1:b20) or =max(a1:a20,c1:c20)

• Min – Finds the smallest number in a given range

• =min(a1:a20) or =min(a1:b20) or =min(a1:a20,c1:c20)

– Return highest or lowest, values from an argument list• Argument list may include cell references, cell ranges,

values, functions, or formulas• Cells that are empty or contain text are not included

Page 11: Excel Review By Mr. Griffin Elmira Business Institute

Other functions ***• These functions are written the same way as the Sum function – they follow

the same exact rules.

=median(range) Example =median(a1:a20)Returns median of the range

=stdev(range) Example =stdev(a1:a20)Returns the Standard Deviation of the Range

=mode(range) Example =mode(a1:a20)Returns the Mode of range

These functions follow the same rules as the Sum function – adjacent/nonadjacent, multiple ranges, etc..

• *** not on the Excel Exam

Page 12: Excel Review By Mr. Griffin Elmira Business Institute

Counting Functions

• Count

• Counta

• Countif

• Countblank

Page 13: Excel Review By Mr. Griffin Elmira Business Institute

COUNT FUNCTION

• Count – counts numeric entries

Page 14: Excel Review By Mr. Griffin Elmira Business Institute

COUNTA FUNCTION

• Counta- counts all entries in a given range – numeric entries and text entries

Page 15: Excel Review By Mr. Griffin Elmira Business Institute

Countif Function

• Countif- counts entries in a specific range that meet criteria

Page 16: Excel Review By Mr. Griffin Elmira Business Institute

Countblank Function

• Countblank – counts blank entries in a given range

Page 17: Excel Review By Mr. Griffin Elmira Business Institute

Sumif Function

• Sumif- adds entries that meet specific criteria

Page 18: Excel Review By Mr. Griffin Elmira Business Institute

PMT Function

• Calculates Payment

Page 19: Excel Review By Mr. Griffin Elmira Business Institute

Vlookup• Vlookup- vertical lookup function• Allows Excel to look up a value in a table and return a related value• Requires three arguments:

– the numeric value (or cell) to look up– the range of the table– the column number containing the value you want to return

• Cousin of the Hlookup

Page 20: Excel Review By Mr. Griffin Elmira Business Institute

Today function

• Places current date on the spreadsheet

• Can be used in time/date calculations

Page 21: Excel Review By Mr. Griffin Elmira Business Institute

Rank Function

• Ranks cells in a spreadsheet. Orders cells in 1-2-3 order

Page 22: Excel Review By Mr. Griffin Elmira Business Institute

If Fuction

• Enables decision making in a worksheet

• Requires three arguments:– A condition– A value if the condition is true– A value if the condition is false

• Condition must be able to be evaluated as true or false– Uses relational operators (=, <, etc.)

Page 23: Excel Review By Mr. Griffin Elmira Business Institute

Formatting your Spreadsheet

Page 24: Excel Review By Mr. Griffin Elmira Business Institute

Graphing

Page 25: Excel Review By Mr. Griffin Elmira Business Institute

Common Error Messages

• #value – Excel expected to find a number, but found text – check your formula

• #ref – the cell referenced in the formula is not found – often from typing errors- named cells or cells located on other sheets – check your formula

• ##### - generally not an error at all. You need to resize your column width.

Page 26: Excel Review By Mr. Griffin Elmira Business Institute

Calculating Percentages

Page 27: Excel Review By Mr. Griffin Elmira Business Institute

Page Setup

Page tab controls print orientation and scaling

Margins tab is used to set top, bottom, left and right margins

Page 28: Excel Review By Mr. Griffin Elmira Business Institute

Page Setup (continued)

Header/Footer tab allows user to create headers and footers for each printed sheet

Sheet tab is used to control repeating rows or columns or print gridlines

Page 29: Excel Review By Mr. Griffin Elmira Business Institute

Display the Cell Formulas

CTRL + ~