If I want to find the mode of A2:A10, but my values are something like:
Foo
Foo
Bar
Foo
Baz
Bar
Foo
Bar
Foo
, what can I do?
The =MODE()
function only takes numerical data, so is there a way to find the most frequent of these values? Thank you!