A. =LARGE(A:A, 2)
B. =LARGE(UNIQUE(A:A), 2)
C. =INDEX(SORT(UNIQUE(A:A), , -1), 2)
D. =SMALL(UNIQUE(A:A), 2)
Submitted by: Malik Sanwal
Advertisement
Advertisement
The correct answer to the question: "In MS Excel, you have a list of sales data in column A, and you need to find the second highest unique value in this list. Which of the following formulas will correctly return the second highest unique value?" is "=INDEX(SORT(UNIQUE(A:A), , -1), 2)".