Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
0% found this document useful (0 votes)
2 views

Class Practical Activity Copy (1)

The document consists of multiple-choice questions related to Excel functionalities, specifically focusing on cell referencing, VLOOKUP, and the IF function. It tests knowledge on absolute and relative addressing, the structure of functions, and expected outcomes based on given conditions. Each question provides four answer options to choose from.

Uploaded by

kristen200717
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views

Class Practical Activity Copy (1)

The document consists of multiple-choice questions related to Excel functionalities, specifically focusing on cell referencing, VLOOKUP, and the IF function. It tests knowledge on absolute and relative addressing, the structure of functions, and expected outcomes based on given conditions. Each question provides four answer options to choose from.

Uploaded by

kristen200717
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Evening Class

Multiple Choice Items

Choose the most appropriate items below:

1. $A$3 is an example of what type of addressing mechanism/cell referencing?

a. Red addressing
b. Relative addressing
c. Formula addressing
d. Absolute addressing

2. Which of the following MUST be placed in front of the column letter and row
number to create an absolute reference/addressing?

a. *
b. +
c. -
d. $

3. Which of the following is an example of absolute cell addressing in Excel?

a. A1
b. $A$1
c. A$1
d. $A1

4. What happens to a relative cell reference when you copy it from one cell to another?
a. It remains fixed.
b. It changes based on the new location.
c. It becomes absolute.
d. It generates an error.

5. What is the primary purpose of the VLOOKUP function in Excel?


a. To sum values in a column.
b. To return data from a specific row in a range.
c. To search for a value in the first column of a range and return a corresponding value.
d. To create pivot tables.

6. Which argument specifies the column from which the value will be returned in
VLOOKUP?

a. Lookup_value
b. Table_array
c. Col_index_num
d. Range_lookup

7. What happens if the Range_lookup argument in VLOOKUP is set to FALSE?

a. It performs an approximate match.


b. It performs an exact match search.
c. It generates an error.
d. It only works with numerical values.

8. What does the IF function do in Excel?

a. Calculates the sum of multiple cells.


b. Checks whether a condition is true or false and returns one value if true and another if
false.
c. Sorts data in ascending order.
d. Returns a value based on a vertical lookup.

9. What is the correct structure for the IF function?

a. =IF(condition, value_if_true, value_if_false)


b. =IF(value_if_true, condition, value_if_false)
c. =IF(condition, value_if_false, value_if_true)
d. =IF(value_if_false, condition, value_if_true)

10. If you use the formula =IF(A1>10, "Pass", "Fail") and the value in A1 is 8, what
will the result be?

a. Pass
b. Fail
c. TRUE
d. FALSE

You might also like