5
IF Statement

Click on the link below statement.html statement.html Very good site

Embed Size (px)

Citation preview

Page 1: Click on the link below  statement.html  statement.html Very good site

IF Statement

Page 2: Click on the link below  statement.html  statement.html Very good site

Click on the link belowhttp://www.free-training-tutorial.com/if-stateme

nt.html

Very good site to learn if statement, look at the video and text for more information.

Once you are ok with it lets try a task

Page 3: Click on the link below  statement.html  statement.html Very good site

TaskDownload IF.xlsx from website.You need to implement if statement for the

following. If more than 5 units are sold then target is met with ‘yes’ else ‘no’

It is best typing the formula. Another alternative is using the ‘fx’ button; your choice.

Page 4: Click on the link below  statement.html  statement.html Very good site

Task 2Download IFOR.xlsx from website.The task is to automatically state whether the

pupil is eligible to enter for a particular exam if either the English or Maths scores are above 75.

Hint:

=IF(OR(first condition, second condition), “Yes”, “No”)

Page 5: Click on the link below  statement.html  statement.html Very good site

Task 3 IF ANDAs with Task 2, imagine using the IF AND

Function to see if the pupil scores more that 55 in English and Maths , then they are entered for the exam.

Change the value of the data under maths and English to test your formula