+ All Categories
Home > Documents > © Boardworks Ltd 2010 1 of 9 Functions. © Boardworks Ltd 2010 2 of 15 Teacher’s notes included...

© Boardworks Ltd 2010 1 of 9 Functions. © Boardworks Ltd 2010 2 of 15 Teacher’s notes included...

Date post: 25-Dec-2015
Category:
Upload: nathaniel-burke
View: 217 times
Download: 1 times
Share this document with a friend
15
© Boardworks Ltd 2010 1 of 9 Functions
Transcript

© Boardworks Ltd 20101 of 9

Functions

© Boardworks Ltd 20102 of 15

Teacher’s notes included in the Notes Page

Flash activity. These activities are not editable. Web addresses

Icons key: For more detailed instructions, see the Getting Started presentation

Functional Skills check

Student task accompanies this slide Printable activity

This lesson will cover:

Basic spreadsheet functions.

Finding data using VLOOKUP.

Using the IF function and other logical operators.

© Boardworks Ltd 20103 of 15

Functions

Spreadsheet software comes with a variety of different functions that can make it easy to process data efficiently.

What are functions and what do they do?

© Boardworks Ltd 20104 of 15

Simple functions

Typing out a formula like

Functions also use the colon (:) to stand for all the cells in between two cells. So that

would eventually be tiresome, especially if lots more cellsneeded to be added into the equation.

To make this easier Excel has functions which will help makewriting formulae easier. For example:

Sum adds together a series of numbersAverage works out the average of a series of numbersMax works out the largest of a series of numbersMin works out the smallest of a series of numbers.

becomes

© Boardworks Ltd 20105 of 15

Using functions

© Boardworks Ltd 20106 of 15

To find out the ICT teacher, you would look down the Subject column until you found ICT, then across to

the Teacher column to find the teacher’s name.

Finding a record

VLOOKUP allows you to search through a table of information and find the relative value.

Like a database, the table has:field names – Subject, Teacher, Room records – each row is a different record. For example, the first record is ‘English Mrs Ridyard Room 6’.

© Boardworks Ltd 20107 of 15

The computer does just the same. The function which is entered in cell B7 is as follows:

=VLOOKUP(A7,A2:C5,2,FALSE)

Vertical (i.e. column)

lookup (find)

Find the word in cell A7

Look between A2:C5

Take the value in

column 2

Find anexact match

VLOOKUP

– Mrs Spencer

© Boardworks Ltd 20108 of 15

TRUE and FALSE

VLOOKUP(A7,A1:C5,2,FALSE),

In VLOOKUP, a TRUE value is used when searching for numbers and wanting to find the closest match. For example, you might look up the value ‘5’, but still want data returned where the value is ‘5.1’.

However, the previous example required an exact match of letters so FALSE would be used.

TRUE and FALSE are used in many formulae. They are logicalvalues like ‘1’ and ‘0’ or ‘Yes’ and ‘No’. The effect they have depends on how the formula is constructed.

© Boardworks Ltd 20109 of 15

VLOOKUP

© Boardworks Ltd 201010 of 15

Logical operators in spreadsheets

© Boardworks Ltd 201011 of 15

More on the IF function

The IF function is one of the most commonly used functions as it allows you to create logical statements.

=IF(D1<26,100,200 )

If the cell D1 is less than 26 then return the value ‘100’ in the cell.If the cell D1 is greater than 26 then return the value ‘200’ in the cell.

Logical test Value if true Value if false

IF statements can be used to alert you when tolerances are breeched (e.g. going over budget) or they can be combined with other statements like COUNTIF.

© Boardworks Ltd 201012 of 15

Functions

© Boardworks Ltd 201013 of 15

Formulae in spreadsheets

© Boardworks Ltd 201014 of 15

Correcting formulae and functions

© Boardworks Ltd 201015 of 15

Revise those functions


Recommended