In Excel, the formula =INDEX(A1:C3, 2, 3) will return the value from:
A. Second row, third column of the range A1:C3
B. Cell B2
C. An error
D. Third row, second column
Answer: Option A
Solution (By JKExamLibrary)
INDEX(array, row_num, col_num) returns the value at intersection. 2nd row, 3rd column is cell C2.
This question belongs to:
Computer
Microsoft Office
No comments yet. Be the first to start the discussion!