easyFPSCNTSCSSPPSCMS Office & Productivity
Answer explanation
Explanation included
Practice quiz ready
Related MS Office & Productivity MCQs
View all1The .xls extension is used for _________________________ files?2How to use drop cap in MS word?3In Microsoft Word the Superscript, subscript, outline, emboss, engrave are known as________?4The term chart wizard data in MS is refer to_________?5In a computer, element which is not a part of chart is ___________ ?6In a computer spreadsheet, value of formula (7-3)x(1+6)/4 is __________ ?
Answer and explanation
Correct Answer: C: =INDEX(SORT(UNIQUE(A:A), , -1), 2)
Explanation: The correct answer is C: =INDEX(SORT(UNIQUE(A:A), , -1), 2). The LARGE(UNIQUE(A:A),2) returns the second largest value, but after removing duplicates, the INDEX+SORT combination properly retrieves the second highest unique value. The UNIQUE function filters duplicates, SORT arranges descending, and INDEX picks the second position.