Functions : Count, Today , if

Functions : Count, Today , if

8th Grade

20 Qs

quiz-placeholder

Similar activities

7th Grade

7th Grade

7th Grade - University

17 Qs

Database and Spreadsheet Quiz

Database and Spreadsheet Quiz

8th Grade

20 Qs

PTS INFORMATIKA SEMESTER GENAP

PTS INFORMATIKA SEMESTER GENAP

8th Grade - University

20 Qs

Quiz sobre el ornitorrinco y la programación

Quiz sobre el ornitorrinco y la programación

8th Grade - University

15 Qs

Latihan Soal Bab 1 dan 2

Latihan Soal Bab 1 dan 2

8th Grade

20 Qs

CAT 1 BASIC 8 COMPUTING

CAT 1 BASIC 8 COMPUTING

8th Grade

20 Qs

แบบทดสอบท้ายบทการใช้ซอฟต์แวร์ประยุกต์

แบบทดสอบท้ายบทการใช้ซอฟต์แวร์ประยุกต์

8th Grade

15 Qs

WordPress Quiz

WordPress Quiz

8th Grade

15 Qs

Functions : Count, Today , if

Functions : Count, Today , if

Assessment

Quiz

Information Technology (IT)

8th Grade

Hard

Created by

nahed alsalah

Used 1+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function would you use to count the number of numeric entries in the range A1:A10?
COUNT(A1:A10)
AVERAGE(A1:A10)
SUM(A1:A10)
MAX(A1:A10)

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What function can you use to insert today's date into a cell in a spreadsheet?
TODAY()
DATE()
NOW()
CURRENT()

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function would you use to evaluate if a number in cell B1 is greater than 10 and return 'Yes' if true and 'No' if false?
IF(B1 > 10, 'Yes', 'No')
SUMIF(B1 > 10, 'Yes')
AVERAGEIF(B1 > 10, 'Yes')
COUNTIF(B1 > 10, 'Yes')

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you check if the value in cell C3 is equal to 100 and return 'Match' if true and 'No Match' if false?
IF(C3 = 100, 'Match', 'No Match')
EQUAL(C3, 100)
IF(C3 == 100, 'Match', 'No Match')
CHECK(C3 = 100, 'Match', 'No Match')

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function would you use to calculate the total number of cells with numeric data in the range D1:D20?
COUNT(D1:D20)
AVERAGE(D1:D20)
COUNTIF(D1:D20)
SUM(D1:D20)

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What function would you use to display the current date in a spreadsheet cell?
TODAY()
CURRENT_DATE()
NOW()
GETDATE()

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If you want to return 'Pass' if the score in cell A5 is greater than or equal to 60, and 'Fail' otherwise, which function would you use?
IF(A5 >= 60, 'Pass', 'Fail')
CHECK(A5 >= 60, 'Pass', 'Fail')
IF(A5 > 60, 'Pass')
SELECT(A5 >= 60, 'Pass', 'Fail')

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?