Computer Power Point
nmdcat.online May 22, 2026

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?

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)

📖 Additional Information

  • =LARGE(A:A, 2)
  • =LARGE(UNIQUE(A:A), 2)
  • =INDEX(SORT(UNIQUE(A:A), , -1), 2)
  • =SMALL(UNIQUE(A:A), 2)

🔗 Share This Question