[go: up one dir, main page]

0% found this document useful (0 votes)
4 views7 pages

If Function Practice Tasks

The document contains instructions for creating formulas in a spreadsheet for various scenarios, including determining if individuals are old enough to drive based on age, calculating savings with bonuses, assessing sports game results, adjusting insurance quotes based on age, and calculating mileage costs based on distance driven. Each section provides specific conditions for the formulas to be applied and suggests using the autofill feature to replicate them across multiple cells. The overall focus is on using IF functions to automate calculations based on given criteria.

Uploaded by

khin myat thu
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views7 pages

If Function Practice Tasks

The document contains instructions for creating formulas in a spreadsheet for various scenarios, including determining if individuals are old enough to drive based on age, calculating savings with bonuses, assessing sports game results, adjusting insurance quotes based on age, and calculating mileage costs based on distance driven. Each section provides specific conditions for the formulas to be applied and suggests using the autofill feature to replicate them across multiple cells. The overall focus is on using IF functions to automate calculations based on given criteria.

Uploaded by

khin myat thu
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
You are on page 1/ 7

Name Age Old Enough to Drive?

Paul 16
Jane 27
Ian 17
Bob 18
Keri 12

Instructions
Write formula into cell C2 which displays the following text:

1) "Old enough to drive" - if the person is aged 17 or older


2) "Not old enough to drive" - if the person is under 17.

Use the autofil drag handle to replicate the formula into cells C3 to C6
Savings Account Amount Saved Savings with bonus
Regular £1,000.00
Bonus £2,000.00
Bonus £500.00
Regular £4,000.00
Current £10,000.00

Instructions
Write formula into cell C2 which performs the following:
1) Double the amount saved if the savings account is "Bonus"
2) Adds no bonus to the amount saved if the savings account is not "Bonus".

Use the autofil drag handle to replicate the formula into cells C3 to C6
Home Goals Away Goals Result
2 1
3 5
2 3
5 1

Instructions
Write formula into cell C2 which performs the following:

1) Displays the text "Home win" if the home team scores more goals than the away team
2) Displays the text "Away win" if the away team scores more goals than the home team
Use the autofil drag handle to replicate the formula into cells C3 to C5
he away team
e home team
Basic Insurance $ 1,000.00 25%

Age 25

Final Insurance

Instructions

We need to add an IF Function to cell B5 that:

increases the insurance quote by 25% if the driver is under 25


decreases it by 25% if the driver is 25 or over.

The soloution should adapt to changes made to both age and basic
insurance cost.
Miles Driven Mileage Cost
120

Instructions

We need to add an IF Function to cell B2 that calculates mileage costs using the following
rules:

First 100 miles driven should be calculated at $1.20 per mile


Any miles driven after 100 should be calculated at $0.90 per mile

The soloution should adapt to changes made to the number of miles driven.
lowing

You might also like