+ All Categories
Home > Education > Excel functions formulas

Excel functions formulas

Date post: 25-Dec-2014
Category:
Upload: learnitud
View: 1,822 times
Download: 14 times
Share this document with a friend
Description:
 
24
IT-User Services LearnIT@Lunch Understanding Formulas and Functions In Excel 2007
Transcript
Page 1: Excel functions formulas

IT-User Services

LearnIT@Lunch

Understanding Formulas

and Functions

In Excel 2007

Page 2: Excel functions formulas

Using Formulas

During this session you will learn about:

• Basic mathematical operators• Relative and absolute cell references• Using Functions• Using the IF function• Finding the right function• Fixing errors• Working with range name

Page 3: Excel functions formulas

Formula vs. Function

Formulas are equations that perform calculations on values.

Functions are predefined formulas that perform calculations by using specific values in a certain order.

Page 4: Excel functions formulas

Mathematical Operators

Basic Mathematical Operators

Control order of operations with ( )

Page 5: Excel functions formulas

Mathematical Operators

Use Parentheses to control operations

Page 6: Excel functions formulas

Exploring Functions

Function syntax

=FunctionName(Argument1, Argument2, Agrument3)

Useful & Simple Functions

=SUM

=AVERAGE

=MIN

=MAX

Page 7: Excel functions formulas

Exploring Functions

=SUM (range or arguments)

Page 8: Excel functions formulas

Copying Formula

Relative References

When a formula is copied, the referenced cells changes

*Note: The result of cut and paste is different than copy and paste.

Page 9: Excel functions formulas

Copying Formula

•Use $ to ‘lock’ the row/column reference

•Press (F4) to create the ($) sign

Absolute References

Page 10: Excel functions formulas

Copying Formula

•Use Ctl + Enter

•Double click the Fill Handle

Quick Tips

Page 11: Excel functions formulas

AutoCalculate

Using AutoCalculate

Calculations done by Excel on range of data

Page 12: Excel functions formulas

Display Formulas

Displaying and Printing Formulas

Formulas Tab, Show Formulas button

Page 13: Excel functions formulas

Using the Function Library

Inserting Functions

Type into formula bar or use the function library

Page 14: Excel functions formulas

Finding Functions

AutoComplete (new in Excel 2007)

Type = then first letter of the function

Page 15: Excel functions formulas

Finding Functions

Function Wizard

Type key words search or browse library

Page 16: Excel functions formulas

Using IF Function

IF Function syntax

=IF (test, if value true, if value false)

Page 17: Excel functions formulas

VLOOKUP Syntax=VLOOKUP(J2,$N$1:$O$4,2,FALSE)

To Find an Exact Match

J2 = Lookup value (last 4 digits of pro card)

$N$1:$O$4 = Table array (pro card # with employee name)

2 = Column index from table array with value to be returned

False = Tells Excel to return value if exact match is found

This function works differently based on the 4th parameter.

Page 18: Excel functions formulas

Using Functions

Working with Nested Functions

Functions inside other functions

Page 19: Excel functions formulas

Identifying Errors

Error Messages

#VALUE! – Trying to do math with nonnumeric data.

#DIV/0! – Trying to divide by zero.

#REF! – Occurs when a cell reference is not valid. (When a cell referenced in formula has been deleted.)

#N/A! – Occurs when a value is not available to a function or formula.

Page 20: Excel functions formulas

Naming a cell or range

Instead of using the cell address, give the cell or range a name (e.g. grandtotal)

Page 21: Excel functions formulas

Naming a cell or range

• Make formulas easier to understand and use

• “procardlist” is much more meaningful than A2:B5.

• Quick navigation

Page 22: Excel functions formulas

Naming a cell or range

Naming Rules

• Up to 255 characters long

• No spaces (may use “_” underscore)

• Cannot contain special characters (!”$)

• Cannot contain operators (+-%)

Page 23: Excel functions formulas

Naming a cell or range

Defining and Using Range Names

Select Formulas tab and Define Name

Page 24: Excel functions formulas

Helpful Resources

www.udel.edu/learn

www.udel.edu/help or call 831-6000

www.datapigtechnologies.com

http://office.microsoft.com/en-us/training


Recommended