WorksheetsFormulas & Functions in Excel
Total questions: 86
Worksheet time: 1hrs 16mins
Excel formulae are entered or edited in:
The formula box
The formula bar
The formula space
The formula area
The ABSOLUTE reference to cell G13 would be:
G13
?G?13
!G!13
$G$13
Excel ranges are denoted with
:
!
?
.
Concatenate() also has a shortcut, which is:
&
+
#
!
This function returns the current date without the time
TODAY()
NOW()
DATE()
CURRENT()
In binary logic OR will evaluate to TRUE under the condition "TF" because it is:
Strict, it requires 2 TRUE inputs
Permissive, it only requires 1 TRUE input
Permissive, it requires no TRUE inputs
Strict, it requires 3 TRUE inputs
How would you write a cell reference formula for cell A1 subtracted by Cell C3?
A1-C3
A1-C3=
=A1-C3
=C3-A1
Office 365's version of Excel has limited features compared to Microsoft Excel 2016 desktop application.
True
False
Which functionin Excel checks whether a condition is true or not ?
SUM
COUNT
IF
AVERAGE
If =left(A1,3) is applied, what is the result?
SEC
OND
123
SECO
If =right(B2,2) is applied, what is the result?
_7
0)
ND
56
If =mid(B1,3,4) is applied, what is the result?
LE(2
LE(
8_7
3456
If =left(A1,3) is applied, what is the result?
SEC
OND
123
SECO
If =right(B2,2) is applied, what is the result?
_7
0)
ND
56
If =mid(B1,3,4) is applied, what is the result?
LE(2
LE(
8_7
3456
If =mid(A1,4,2) is applied, what is the result?
ON
ECON
45
2345
If =left(B2,1) is applied, what is the result?
:
:9
F
7
If =right(A2,3) is applied, what is the result?
456
654
123
SEC
What is =COUNTA function?
counts the number of cells that are not empty.
counts the number of cells that contain a number.
counts the number of cells in a range, that meets a given criteria.
counts the number of cells that are empty.
What is =COUNT function?
counts the number of cells that are not empty.
counts the number of cells that contain a number.
counts the number of cells in a range, that meets a given criteria.
counts the number of cells that are empty.
What is =COUNTIF function?
counts the number of cells that are not empty.
counts the number of cells that contain a number.
counts the number of cells in a range, that meets a given criteria.
counts the number of cells that are empty.
If =COUNTA(A1:A6) is applied, what is the result?
5
6
2
3
If =COUNT(A1:A6) is applied, what is the result?
5
6
2
3
If =COUNTIF(A1:A6,ROUND) is applied, what is the result?
2
3
0
1
If =COUNTIF(A1:A6,"ROUND") is applied, what is the result?
2
3
0
1
If =COUNTIF(A1:A6,"Here") is applied, what is the result?
2
3
0
1
If =LEFT(A2,5) is applied, what is the result?
Here2
2
ROUND
Here
If =RIGHT(A6,2) is applied, what is the result?
33
333
2333
ND
If =MID(A4,4,1) is applied, what is the result?
N
U
OUND
D
Which of the following function is applied to receive "h"
=MID(A1,2,1)
=LEFT(A2,1)
=LEFT(A1,2,1)
=LEFT(A1,2)
Which of the following function is applied to receive "Th"
=MID(A1,2,1)
=LEFT(A2,1)
=LEFT(A1,2,1)
=LEFT(A1,2)
Which of the following function is applied to receive "re"
=MID(A2,2,2)
=RIGHT(A2,2)
=RIGHT(A2,3)
=MID(A2,3,2)
The formula that adds values in a specified range that meet a certain condition or criteria is called:
SUMIFS
SUMIF
COUNTIF
SUBTOTAL
To combine text that is in two different cells, use the formula:
COMBINE
MATCH
CONCATENATE
SUBTOTAL
In formulas, spaces count as characters.
TRUE
FALSE
Cell A2 contains the following e-mail address: support@excel-skills.com
Cell B2 contains the following formula: =MID(A2,FIND(“@”,A2)+1,LEN(A2)-FIND(“@”,A2)+1)
What is the result of the formula in cell B2?
@
excel-skills.com
support
#VALUE
To count how many cells have text in them, use the function:
COUNT
COUNTIF
COUNTA
SUMIF
To Count the number of cells in a range that contain numeric values only, We have to use ................ function
Sum
COUNT
COUNTA
Average
What is the function that allow us to remove unwanted spaces in a text?
=SUBSTITUTE
=REPLACE
=VALUE
=TRIM
The function to call an specific amount of characters at the beginning of a text string is:
(a)
If I have the text "123456 - 010" in cell A1, what is the formula that allows me to call the last 3 characters?
=LEFT(A1,3)
=RIGHT(A1,3)
=LEFT(A1,6)
=RIGHT(A1,6)
If I have the text "123456 - 010" in cell A1, what is the formula that allows me to call the first 6 characters?
=LEFT(A1,3)
=RIGHT(A1,6)
=LEFT(A1,6)
=RIGHT(A1,3)
... function calculate cells that contain numbers only
a. COUNT()
b. COUNTA()
c. SUM()
$B$2 this cell is ...
a. relative to others
b. absolute cell
c. none of the above
#DIV/0 refers to ...
a. Divide a document error
b. Divide a number by zero
c. Divide zero by a number
... function gives the highest value.
a. MIN()
b. AVG()
c. COUNT()
d. none of the above
IF(10>=10, "OK", "No") this will output ...
a. 10
b. OK
c. NO
When you have a condition you can use ...
a. WHILE()
b. IF()
c. DO()
... function calculate cells that contain numbers only
a. COUNT()
b. COUNTA()
c. SUM()
The IF Statement takes a logical test and determines a result that is either True or False.
True
False
If the cell B2 is 68, what will this IF function give you as a result? =IF (B2>60, 'pass', 'fail')
60
pass
fail
What does the Countif formula return?
Counts the number of cells within a range that meets the given condition.
Counts the number of words within a range that meets the given condition.
Counts the number of columns within a range that meets the given condition.
Counts the number of letters within a range that meets the given condition.
The absolute cell reference uses which symbol:
$
%
*
&
To combine text that is in two different cells, use the formula:
COMBINE
MATCH
CONCATENATE
SUBTOTAL
In formulas, spaces count as characters.
TRUE
FALSE
To create a drop-down list in a cell or cell range, you would use:
the LIST function
DATA VALIDATION
NAME MANAGER
a VLOOKUP function
In a computer, when we create an Excel chart as a separate sheet, it is stored in a
A. current worksheet
B. separate workbook
C. current book
D. A or C
Which of the following has a syntax error?
If(B3<=20,"good",If(B3=<30,"better","best))
If(B3<=75,"pass",if(B3<=60,"credit","distinction"))
If(B3="blue","Boy,"Girl")
Suppose cell B2 in a spreadsheet contains the formula:
=if(A1>100,"bazinga","zippo") If cell A1 contains the value 425, what value appears in cell B2?
zippo
425
bazinga
B2 is blank
PROPER function converts string to
lower case
upper case
first letter of a word to lower and others to upper case
first letter of a word to upper and others to lower case
In the Formulas ribbon, which category should you click to use "WORKDAY" function?
Text
Database
Math & Trig
Date & Time
Logical functions are based on the values:
True or False
Equal or Not Equal
Yes or No
On or Off
Which of the following is the formula for looking up data with the "VLOOKUP" function?
HLOOKUP(Lookup Value, Table Array, Row Index Number)
HLOOKUP(Lookup Value, Table Array, Column Index Number)
VLOOKUP(Lookup Value, Table Array, Row Index Number)
VLOOKUP(Lookup Value, Table Array, Column Index Number)
What best describes "VLOOKUP"?
A function that looks up data in the 1st worksheet in the workbook
A function that finds data in another location based on data in the current worksheet. This information can then be displayed in a cell or used in a calculation
A function that references another function to provide data
A function that returns a row of data based on input parameters
Function that used to check and assign 'pass' and 'fail' to group of scores
SUM
VLOOKUP and HLOOKUP
COUNT and COUNTA
IF and IFS
Which are the three essential elements to enter a function?
Equal sign, cell reference and formula
Equal sign, function name and cell reference
Function name, data and cell reference
=(F8 : F13)
What is this symbol?
less than
greater than
less than or equal to
greater than or equal to
a function used to count the number of cell that contains something in them if the criteria are met.
COUNT
COUNTNOW
COUNTING
COUNTIF
a function used to add a certain range of cell if a condition is met
SUMIF
ADDIF
TOTALIF
PLUSIF
a syntax in the AVERAGEIF function that includes the value or label that determines if the cell is part of the range to be averaged
range
criteria
average range
logical test
