Font size
WorksheetsData Science-Spreadsheet Functions
Total questions: 50
Worksheet time: 29mins
Which formula is used to find the average of a set of numbers in Excel?
=SUM(A1:A10)
=MIN(A1:A10)
AVERAGE(A1:A10)
=AVERAGE(A1:A10)
The formula =IF(A1>50, "Pass", "Fail") will return "Pass" if:
Which function is used to round a number to two decimal places?
=TRUNC(A1,2)
=ROUND(A1,2)
ROUND(A1,2)
=RND(A1,2)
What does the $ symbol do in a cell reference, such as $A$1?
What formula is used to calculate the sum of a range of cells in Excel?
=SUMIF(A1:A10)
=TOTAL(A1:A10)
=SUM(A1:A10)
=ADD(A1:A10)
In Excel, which formula returns the highest value in a range?
=MIN(A1:A10)
MAX(A1:A10)
=MAX(A1:A10)
=SUM(A1:A10)
Which function can be used to find the rank of a number in a list?
=RANK(A1,A1:A10)
RANK(A1,A1:A10)
=MATCH(A1,A1:A10,0)
=INDEX(A1:A10,3)
How can you use conditional formatting to highlight cells that contain values greater than 90?
Which formula would count the number of cells in a range that contain numbers?
=SUM(A1:A10)
COUNT=(A1:A10)
=COUNT(A1:A10)
=AVERAGE(A1:A10)
In a pivot table, which area is used to add the values you want to summarize?
The formula =VLOOKUP(A1, B1:C10, 2, FALSE) does what?
It looks up a value in A1 in column B and returns the value from column C.
What does the standard deviation formula =STDEV(A1:A10) measure?
How much the values vary from the mean
Which formula will return the smallest value in a range?
MIN(A1:A10)
=AVERAGE(A1:A10)
=MIN(A1:A10)
=SUM(A1:A10)
How can you link data from Sheet2 cell A1 into Sheet1?
=A1' in Sheet1.
=Sheet2!A1'
The formula =IF(A1>=50, "Pass", "Fail") will:
Return 'Pass' if A1 is >= 50, otherwise return 'Fail'.
Return "Pass" if A1 is less than 50
Which formula can restrict entries in a cell to a whole number between 1 and 100?
Use Conditional Formatting > Whole number between 1 and 100
Use SUMIF formula
Use IF formula
Use Data Validation > Allow > Whole number between 1 and 100
The (a) function checks (b) is true (c) , and then shows one result for (d) for false.
The (a) function (b) in one (c) and (d) from (e) in the same row.
The (a) reference feature (b) when you (c) . The (d) locks the row or column.
The (a) is a tool that helps you (b) amounts of data by (c) , averages, or (d)
Which Excel function is used to concatenate text from multiple cells?
=CONCATENATE(A1, B1)
=JOIN(A1, B1)
=MERGE(A1, B1)
=TEXTJOIN(A1, B1)
What does the Excel function =LEN(A1) return?
The length of the text in cell A1.
The number of words in cell A1.
The number of cells in range A1.
The sum of numbers in cell A1.
Which Excel function can be used to find the current date?
=DATE()
=NOW()
=TODAY()
=CURRENTDATE()
What is the purpose of the Excel function =CONCATENATE(A1, B1)?
To add the values in cells A1 and B1.
To merge the text from cells A1 and B1 into one cell.
To find the average of the values in cells A1 and B1.
To compare the values in cells A1 and B1.
Which Excel function is used to calculate the median of a set of numbers?
=MEDIAN(A1:A10)
=AVERAGE(A1:A10)
=MODE(A1:A10)
=SUM(A1:A10)
How can you freeze the top row in an Excel worksheet?
Go to View > Freeze Panes > Freeze Top Row.
Go to Home > Format > Freeze Top Row.
Go to Insert > Freeze Panes > Freeze Top Row.
Go to Data > Freeze Panes > Freeze Top Row.
Which function is used to add numbers in a range of cells?
=SUM
=CALCULATE
=ADD
=TOTAL
What does the AVERAGE function do?
Which function returns the largest value in a range?
=MAX
=SUM
=AVERAGE
=MIN
What does the MIN function return?
What is the purpose of the IF function?
Which function counts the number of numeric entries in a range?
=COUNT
=MAXIMUM
=AVERAGE
=SUM
What does the COUNTA function count?
Which function is used to combine the contents of multiple cells?
=CONCATENATE or & operator
=IF function
=AVERAGE function
=SUM function
Which function is used to combine the contents of multiple cells?
=IF function
=AVERAGE function
=CONCATENATE function or & operator
=SUM function
What does the NOW or TODAY function display?
Which function searches for a value in the first column of a range?
=HLOOKUP
=MATCH
=INDEX
=VLOOKUP
What is the output of =SUM(10, 20, 30)?
If cell A1 contains "12345", what is the result of =LEFT(A1, 3)?
What is the result of =RIGHT("Hello", 2)?
Which function removes all extra spaces from the text?
=strip
=clear
=sanitize
=trim
If =IF(A1>10, "Yes", "No") is used and A1 contains 5, what is the result?
What will be the output of =SUM(5, 15, 25)?
If today’s date is November 28, 2024, what will =NOW() return?
If cell A1 contains the value "123.456", what will the result of =ROUND(A1, 2) be?
If =RIGHT("Microsoft", 5) is used, what will the output be?
osoft
What will =LEFT("Microsoft", 4) return?
If cell A1 contains "Excel" and A2 contains "Fun", what will =CONCAT(A1, " is ", A2) return?
What is the output of =MAX(10, 20, 30, 40, 50)?
If cell A1 contains 100 and cell A2 contains 50, what is the result of =AVERAGE(A1, A2)?
