Quiz 2 - Excel

Quiz 2 - Excel

University

10 Qs

quiz-placeholder

Similar activities

POST-TEST (X-8)

POST-TEST (X-8)

10th Grade - University

10 Qs

San Isidro ES LAC on MS Excel

San Isidro ES LAC on MS Excel

KG - University

9 Qs

Excel Database Quiz

Excel Database Quiz

University

10 Qs

QUIZ INFORMATIKA KELAS 9 BAB 3 - ANALISIS DATA

QUIZ INFORMATIKA KELAS 9 BAB 3 - ANALISIS DATA

University

15 Qs

Kiểm tra kiến thức về excel

Kiểm tra kiến thức về excel

University

15 Qs

Microsoft Excel Advanced Features

Microsoft Excel Advanced Features

1st Grade - University

14 Qs

G7 Excel Quiz 1

G7 Excel Quiz 1

7th Grade - University

10 Qs

Excel Test

Excel Test

University

10 Qs

Quiz 2 - Excel

Quiz 2 - Excel

Assessment

Quiz

Computers

University

Hard

Created by

Christine Cordero

Used 9+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

There is an IF statement in cell C2 that enters a text string No Action if the Systolic blood pressure reading in column B is less than 130.  If it is not less than 130, the formula enters the text string Monitor.

What is the condition of this IF statement?

B1 < 176

B2 < 176

B1 < 130

B2 < 130

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Given the IF statement shown in E2, what will appear in E2?

10

880

890

Yes

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Choose the IF statement in cell C2 that enters a text string of "No Commission" if the sales amount in column B is less than $250 dollars; and if sales are at least $250, enters 10% of the sales amount.

=IF(B2>=250,10%*B2,"No Commission")

=IF(A2>=250,"No Commission",10%*B2)

=IF(B2>=250,"No Commission",10%*B2)

=IF(B2>=250,"No Commission",10%*B2)

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Given the IF statement shown in D2, what will we see in D2?

Yes

No

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Pick the correct IF statement for cell D2 that enters a text string Make Appointment if the Systolic blood pressure reading in column B is greater than or equal to 135.  If it is not greater than or equal to 135, create another IF statement that examines the Diastolic blood pressure in column C.  If the Diastolic reading is greater than 100, enter the text string Make Appointment.  If the Diastolic reading is not greater than 100, enter the text string Monitor.

=IF(B2>=135,”Monitor”,IF(C2>100,” Monitor”,”Make Appointment”))

=IF(B2>=135,”Make Appointment”,IF(C2>100,” Make Appointment”,”Monitor”))

=IF(B2>=125,”Make Appointment”,IF(C2>100,” Make Appointment”,”Monitor”))

=IF(B2>=135,”Make Appointment”,IF(C2>102,” Monitor”,”Make Appointment”))

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Pick the formula (for cell A8) that will provide the retail price of any product appearing in cell A2.

=vlookup($A$2, $C$2:$E$13, 3, FALSE)

=vlookup($A$8, $C$2:$E$13, 2, FALSE)

=vlookup($A$8, $C$2:$E$13, 3, FALSE)

=vlookup($A$5, $C$2:$E$13, 2, FALSE)

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Formula in A5:=VLOOKUP(A2,$C$2:$H$9,3,FALSE)What number appears in A5?

252

356

397

667

#NA (Error Message)

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?