Spreadsheet using Excel (IF statement).pptx

AakifahRahman 7 views 12 slides Feb 27, 2025
Slide 1
Slide 1 of 12
Slide 1
1
Slide 2
2
Slide 3
3
Slide 4
4
Slide 5
5
Slide 6
6
Slide 7
7
Slide 8
8
Slide 9
9
Slide 10
10
Slide 11
11
Slide 12
12

About This Presentation

IGCSE ICT - Spreadsheets using Microsoft Excel - IF statements


Slide Content

SpreadsheetS IF FUNCTION

Objectives Understand the use of IF FUNCTION in excel

Starter: What is a difference between a formula and a function in Excel?

RECAP TASK FOR PRACTICE

EXAMPLE 1 If the student mark iS 50 or more then the student passes otherwise they fail. HOW CAN WE IMPLEMENT THIS IN EXCEL? 5

=IF( LOGIC_TEST , IF TRUE , IF FALSE ) 6 IF mark >= 50 , then “PASS”, otherwise “FAIL”

EXAMPLE 2 If an item has a delivery charge add $10 to the price Understanding the model: The model shows electronic items and the price of each item Some items have a delivery charge - so IF the item has a ‘ Y ’ we must add the $10 to the price to calculate the total charge. 7

=IF( LOGIC_TEST , IF TRUE , IF FALSE ) 8 IF the delivery = “Y”, then Total Charge = Price + 10, otherwise Total Charge = Price

LOGICAL TESTS

TASK 1 In cell  C4  create an  =IF  function to calculate the commission.  Use the following to help you: If the sales in column B >= 30000, commission rate is 20% If the sales are anything less, commission rate is 1% Copy the commission rate formulae down column C to calculate commissions for all of the other reps. Change your commission rate input cells in column F to check that your  =IF  function is working correctly

TASK 2 – PAST PAPER QUESTION Open Task 3 questions Open the FILE diveplanner.csv to do the QUESTIONS on it.

Plenary
Tags