Quiz 2 - Excel

Quiz 2 - Excel

University

10 Qs

quiz-placeholder

Similar activities

Aptitude Assessment 2

Aptitude Assessment 2

University

15 Qs

Desain Grafis Kelas ''COVID-19"

Desain Grafis Kelas ''COVID-19"

12th Grade - University

10 Qs

WN-CELLULAR CONCEPT

WN-CELLULAR CONCEPT

University

10 Qs

Algorithm analysis: divide & conquer theory

Algorithm analysis: divide & conquer theory

University

10 Qs

Porcentajes

Porcentajes

University

12 Qs

Aplikasi Komputer Pengolah Angka

Aplikasi Komputer Pengolah Angka

University

10 Qs

Data Structures: Linked Lists and Hashtables

Data Structures: Linked Lists and Hashtables

11th Grade - University

14 Qs

Web-II-Loop and Function

Web-II-Loop and Function

University

10 Qs

Quiz 2 - Excel

Quiz 2 - Excel

Assessment

Quiz

Computers

University

Practice Problem

Hard

Created by

Christine Cordero

Used 9+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?