Excel: more functions

Excel: more functions

9th - 12th Grade

12 Qs

quiz-placeholder

Similar activities

V/Hlookup, Data validation, and Sumif

V/Hlookup, Data validation, and Sumif

11th Grade

13 Qs

Изходно ниво

Изходно ниво

9th Grade

12 Qs

Google Sheet Chapter 4

Google Sheet Chapter 4

9th Grade

15 Qs

EXÁMEN QUIMESTRAL

EXÁMEN QUIMESTRAL

9th Grade

10 Qs

UAA1 - Hardware - L'imprimante

UAA1 - Hardware - L'imprimante

9th - 12th Grade

7 Qs

Neraca Lajur

Neraca Lajur

10th Grade

10 Qs

Google Sheet Chapter 3

Google Sheet Chapter 3

9th Grade

12 Qs

Usind Spreadsheets Entry 3

Usind Spreadsheets Entry 3

5th - 12th Grade

10 Qs

Excel: more functions

Excel: more functions

Assessment

Quiz

Computers

9th - 12th Grade

Hard

Created by

Nicola Woods

FREE Resource

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

To find the highest number

=max(a1:a8)

=max(a2:a8)

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

To sum all the numbers less than 33

=sum(a2:a8,<33)

=sumif(a2:a8,"<33")

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

To count all the numbers

=countif(a2:a8)

=count(a2:a8)

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

To find the average of all the numbers

=avg(a2:a8)

=sum(a1+a2+a3+a4+a5+a6+a7+a8)/7

=average(a2:a8)

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

To add 2 numbers 12 and 55

=sum(a2:a6)

=a2+a6

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

According to a given criteria if age is greater than or equals to 18 display "License Granted" else "Denied". The age is in cell a4

=if(a4>=18,"License Granted","Denied")

=if(a4 >=18,License Granted,Denied)

=if(a4>18,"License Granted","Denied")

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the formula to count the number of text values

=COUNTA(A1:C1)

=COUNT(A1:C1)

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?