Excel Formula Application Quiz

Excel Formula Application Quiz

11th Grade

10 Qs

quiz-placeholder

Similar activities

Basic Formula Practice

Basic Formula Practice

9th - 12th Grade

11 Qs

CCSA - Chapter 6 Review

CCSA - Chapter 6 Review

9th - 12th Grade

15 Qs

Excel Essentials: Navigating the Basics

Excel Essentials: Navigating the Basics

11th Grade

10 Qs

Sheet Quiz  Review

Sheet Quiz Review

9th - 12th Grade

10 Qs

Accounting 1 (1.03 Quiz)

Accounting 1 (1.03 Quiz)

11th Grade

11 Qs

Computer Applications

Computer Applications

9th - 12th Grade

10 Qs

Investing Quiz

Investing Quiz

9th - 12th Grade

15 Qs

Short-run and Long-run: Theory of Costs 2

Short-run and Long-run: Theory of Costs 2

6th - 12th Grade

12 Qs

Excel Formula Application Quiz

Excel Formula Application Quiz

Assessment

Quiz

Business

11th Grade

Easy

Created by

LaKiella Rose

Used 4+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You have a list of sales figures for the past year in cells A1 to A12. You want to find out the total sales for the year. Which formula should you use?

`=IF(A1:A12)`

`=SUM(A1:A12)`

`=AVERAGE(A1:A12)`

`=MAX(A1:A12)`

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You are analyzing a dataset of student scores in a class. You want to determine the highest score achieved. Which formula will help you find this?

`=MIN(A1:A30)`

`=AVERAGE(A1:A30)`

`=MAX(A1:A30)`

`=CONCAT(A1:A30)`

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You have a list of numbers in cells B1 to B10. You need to find the average of these numbers, but only if the average is greater than 50. Which formula will you use to achieve this?

`=IF(AVERAGE(B1:B10)>50, AVERAGE(B1:B10), "Below 50")`

`=SUM(B1:B10)/10`

`=MAX(B1:B10)`

`=RANDBETWEEN(1,100)`

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You are tasked with generating a random number between 1 and 100 for a simulation. Which formula should you use?

`=CONCAT(1,100)`

`=RANDBETWEEN(1,100)`

`=SUM(1,100)`

`=IF(1,100)`

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You have a dataset of monthly expenses in cells C1 to C12. You want to find out the minimum expense for any month. Which formula will you use?

`=MAX(C1:C12)`

`=MIN(C1:C12)`

`=AVERAGE(C1:C12)`

`=SUM(C1:C12)`

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You need to combine the first name in cell D1 and the last name in cell E1 into a full name in cell F1. Which formula will you use?

`=SUM(D1, E1)`

`=CONCAT(D1, " ", E1)`

`=IF(D1, E1)`

`=MAX(D1, E1)`

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You are given a list of temperatures in cells F1 to F7. You need to calculate the average temperature, but only if the average is less than 30 degrees. Which formula will you use?

`=IF(AVERAGE(F1:F7)<30, AVERAGE(F1:F7), "Above 30")`

`=SUM(F1:F7)/7`

`=MIN(F1:F7)`

`=RANDBETWEEN(1,30)`

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?