Google News
logo
Google Sheets - Quiz(MCQ)
Which function is used to find the most common value(s)?
A)
MULT()
B)
SNGL()
C)
Both (A) and (B)
D)
None of the above

Correct Answer :   Both (A) and (B)


Explanation : Both MODE.SNGL() and MODE.MULT() functions are used to find the most common value(s).

=MODE.SNGL(value1, [value2, ...])
=MODE.MULT(value1, [value2, ...])

Advertisement