Mastering Excel Formulas and Functions

Mastering Excel Formulas and Functions

12th Grade

8 Qs

quiz-placeholder

Similar activities

pengenalan pemprograman prosedural3

pengenalan pemprograman prosedural3

8th Grade - University

5 Qs

KIỂM TRA NHANH

KIỂM TRA NHANH

11th Grade - University

4 Qs

Understanding Joins in Databases

Understanding Joins in Databases

12th Grade

10 Qs

Algorithms and Control Structures

Algorithms and Control Structures

9th - 12th Grade

4 Qs

Business Intelligence and Excel Quiz

Business Intelligence and Excel Quiz

12th Grade

10 Qs

Quiz1 Kelas XII

Quiz1 Kelas XII

12th Grade

10 Qs

CIP Task 211 - Configure and Optimize Portable Devices

CIP Task 211 - Configure and Optimize Portable Devices

12th Grade

10 Qs

CIP Task 201 - Categorize Storage Devices, Backup Media and RAID

CIP Task 201 - Categorize Storage Devices, Backup Media and RAID

12th Grade

10 Qs

Mastering Excel Formulas and Functions

Mastering Excel Formulas and Functions

Assessment

Quiz

Information Technology (IT)

12th Grade

Medium

Created by

Clinton Lough

Used 2+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a basic Excel function used to calculate the average of a range of cells?

SUM

AVERAGE

COUNT

MAX

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of conditional formatting in Excel?

To change the font of the text

To apply different formats to cells based on specific conditions

To sort data in ascending order

To create a chart

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In an IF statement, what does the syntax `=IF(A1>10, "High", "Low")` do?

It checks if A1 is less than 10 and returns "High" if true, otherwise "Low"

It checks if A1 is greater than 10 and returns "High" if true, otherwise "Low"

It checks if A1 is equal to 10 and returns "High" if true, otherwise "Low"

It checks if A1 is not equal to 10 and returns "High" if true, otherwise "Low"

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the result of the formula `=SUM(2, 3, 5)` in Excel?

10

8

15

5

5.

OPEN ENDED QUESTION

3 mins • 1 pt

Explain how absolute referencing works in excel

Evaluate responses using AI:

OFF

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the formula `=IF(B2="Yes", "Approved", "Denied")` do?

It checks if B2 is "No" and returns "Approved" if true, otherwise "Denied"

It checks if B2 is "Yes" and returns "Approved" if true, otherwise "Denied"

It checks if B2 is "Yes" and returns "Denied" if true, otherwise "Approved"

It checks if B2 is "No" and returns "Denied" if true, otherwise "Approved"

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is an example of a relative reference in Excel?

A$1

$A1

A1

8.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Write a Vlookup formula that looks for the value in A1 from a list in C2 to D10 and returns the value from the D column. This list is unsorted and the formula should be draggable in column A without breaking. E.g. change A1 to A2 etc.