Section 4: INDEX Function (Questions 81-100)
81. What does the INDEX function return?
a) The position of a value
b) The value at a specific position in a range
c) The sum of a range
d) The reference of a cell
Answer: b) The value at a specific position in a range
82. What is the correct syntax for INDEX (array form)?
a) =INDEX(array, row_num, [col_num])
b) =INDEX(row_num, col_num, array)
c) =INDEX([col_num], array, row_num)
d) =INDEX(array, [col_num], row_num)
Answer: a)
83. Can INDEX return a value from a 2D range?
a) Yes
b) No
Answer: a) Yes
84. What happens if row_num in INDEX is 0?
a) Returns the entire column
b) Returns an error
c) Returns the first row
d) Returns the last row
Answer: a) Returns the entire column
85. Which function is often combined with INDEX for dynamic lookups?
a) VLOOKUP
b) MATCH
c) HLOOKUP
d) SUMIF
Answer: b) MATCH