wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Excel Basic Function

Total questions: 34

Worksheet time: 18mins

Name
Class
Date
1.
Microsoft Excel is what type of software?
a)
Word Processing
b)
Spreadsheet
c)
Presentation
d)
Drawing
2.
A(n) Excel ___ allows data to be easily calculated.
a)
worksheet
b)
format
c)
table
d)
display 
3.
The _____ function that adds all of the numbers in a range of cells.
a)
AutoSum
b)
minimum
c)
maximum
d)
Average
4.
Which formula appears when you click the AUTOSUM button?
a)
=AVERAGE
b)
=AUTOSUM()
c)
=SUM()
d)
=AUTOSUM
5.
Which symbol must you use to begin a formula?
a)
+
b)
=
c)
/
d)
*
6.
How do you make a cell the active cell?
a)
Click the ACTIVE button
b)
Click INSERT CELL
c)
Click on the cell
d)
Cells are always active
7.
What is the symbol to add in Excel?
a)
-
b)
*
c)
/
d)
+
8.
What is the to divide in Excel?
a)
/
b)
[
c)
-
d)
*
9.
What is the symbol to subtract in Excel?
a)
^
b)
/
c)
-
d)
=
10.

What does a formula always begin with?

a)

Addition symbol +

b)

Exclamation Symbol !

c)

Equals symbol =

d)

Minus symbol -

11.

Is a zip code (28379) a label or a value?

a)

Label

b)

Value

12.

A ___________ instructs the software to perform a calculation.

a)

Workbook

b)

Active cell

c)

Cell range

d)

Formula

13.

A basic function is a shortcut for a formula.

a)

True

b)

False

14.

Which of the following is the correct way to write a function in a spreadsheet?

a)

=SUM(A1-A5)

b)

=SUM A1+A5

c)

SUM (A1:A5)=

d)

=SUM(A1:A5)

15.

In the following image, we are looking at the use of the COUNT function. What will be the value that should appear in cell E5?

a)

8

b)

3

c)

7

d)

5

16.

In the following image, we are looking at the use of the COUNTA function. What will be the value that should appear in cell B7?

a)

3

b)

7

c)

0

d)

Ninguno

17.

In the following figure using the IF function to place those conditions, which of the following is correct?

a)

=SI(A2 > 18, "Menor de edad", SI(A2 <> 65, "Mayor de edad", "Tercera edad"))

b)

=SI(A2 < 18, "Menor de edad", SI(A2 < 65, "Mayor de edad", "Tercera edad"))

c)

=SI(A2 < 18, "Menor de edad", SI(A2 < 65, "Mayor de edad", "Mayor de 18 años"))

d)

=SI(A2 < 18, "Menor de edad", SIA2 < 65, "Mayor de edad", "Tercera edad")

18.

What is the formula to make a discount of 30% (A2) to a purchase online for 1500 (D2)?

a)

=D2*0.30

b)

D2/0.3

c)

=D2*A2/30

d)

=D2*30%

19.

In the following image they ask me to obtain a difference of the sales of 2019 and 2020. Which of the following formulas is correct?

a)

=C2-B2/2

b)

=(C2-B2)/B2

c)

=B2/%

d)

=(C2*%)/B2

20.

In the following image, we observe the use of the MAX function with a set of numbers of which the one that should appear as a result in cell C7 is:

a)

-3

b)

-1

c)

0

d)

-2

21.

Any formula must start with an (a)   sign

22.

If you type "A1+B1" in cell C1, the value of cell C1 would be

a)

A1+B1

b)

3

c)

=A1+B1

d)

C1

23.

If you type =A1/B1 in cell C1, the value of cell C1 would be

a)

2

b)

1

c)

0.5

d)

A1/B1

24.

"=A1+B1" is called a

a)

formula

b)

function

25.

"=SUM(A1:B1)" is a

a)

function

b)

formula

c)

both

26.

if you type "=A1*B1" in cell C1

the value of cell C1 would be

a)

2

b)

3

c)

1

d)

A1*B1

27.

The formula to DIVIDE cell A1 by cell B1 would be

a)

=A1/B1

b)

=B1/A1

c)

=DIV(A1:B1)

d)

-

28.

the FUNCTION to add cell A1 and B1 would be

a)

=A1+B1

b)

=SUM(A1:B1)

c)

=ADD(A1:B1)

d)

=A1*B1

29.

the formula to calculate the DIFFERENCE between A1 and B1 would be

a)

=DIFF(A1:B1)

b)

=A1-B1

c)

=MIN(A1:B1)

30.

"=(A1+B1)/2" is a ___ that will calculate the average value of cells A1 and B1

a)

Formula

b)

Function

31.

=AVERAGE(A1:B1) is a ___ that will calculate the average value of cells A1 and B1

a)

Function

b)

Formula

32.

to find out which cell value is HIGHER, A1 or B1, you would type:

a)

=MAX(A1:B1)

b)

=HIGHER(A1:B1)

c)

=MAXIMUM(A1:B1)

d)

=SUM(A1:B1)

33.

to find out the average value of cells A1 and B1, using a FUNCTION, you would type:

a)

=AVG(A1:B1)

b)

=AVERAGE(A1:B1)

c)

=MAXIMUM(A1:B1)

d)

=SUM(A1:B1)/2

34.

"=SUM(A1:B1)/2"

this formula would calculate the AVERAGE value of cells A1 and B1

a)

TRUE

b)

FALSE

c)

This is not a formula