Functions : Count, Today , if

Functions : Count, Today , if

8th Grade

20 Qs

quiz-placeholder

Similar activities

Programski jezik Python

Programski jezik Python

8th Grade

17 Qs

Quiz sobre Sentencias If en Python

Quiz sobre Sentencias If en Python

8th Grade

15 Qs

Chapt 21 - Income Statement Practice 2 (exam further)

Chapt 21 - Income Statement Practice 2 (exam further)

6th Grade - University

20 Qs

Writing Code Quiz

Writing Code Quiz

6th - 8th Grade

15 Qs

Latihan Soal Informatika

Latihan Soal Informatika

8th Grade - University

17 Qs

BAB 6 ANALISIS DATA B. Perkakas Pengolah Lembar Kerja

BAB 6 ANALISIS DATA B. Perkakas Pengolah Lembar Kerja

7th Grade - University

20 Qs

Database Retrieval

Database Retrieval

8th Grade

20 Qs

YEAR 2 ICT - Progression Test 2

YEAR 2 ICT - Progression Test 2

2nd Grade - University

20 Qs

Functions : Count, Today , if

Functions : Count, Today , if

Assessment

Quiz

Information Technology (IT)

8th Grade

Practice Problem

Hard

Created by

nahed alsalah

Used 1+ times

FREE Resource

AI

Enhance your content in a minute

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

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

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

Already have an account?