Functions : Count, Today , if

Functions : Count, Today , if

8th Grade

20 Qs

quiz-placeholder

Similar activities

BAB. 1 TUGAS 2 8.1

BAB. 1 TUGAS 2 8.1

8th Grade

20 Qs

IT/CS Review Quizzizz

IT/CS Review Quizzizz

6th Grade - University

15 Qs

Web Development Quiz

Web Development Quiz

8th Grade

15 Qs

Spreadsheet

Spreadsheet

8th Grade

20 Qs

Chapter 12 Exam Review

Chapter 12 Exam Review

8th Grade

20 Qs

Analisis Data Bab 6

Analisis Data Bab 6

7th Grade - University

18 Qs

Mastering Excel: Skills for Success

Mastering Excel: Skills for Success

8th Grade

15 Qs

C++ Clasa VIII

C++ Clasa VIII

8th Grade

18 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?