Thread: MODE
View Single Post
  #3   Report Post  
Jack Sons
 
Posts: n/a
Default

Harlan,

I tried, but the formula (f.i. placed in F14) gives only the word that is in
the A1 to A20 cell of the same row the formula is in (in this example A14).
If the formula is in a row other than 1 to 20 it results in #VALUE!. If
array entered it results in the word that is in A1, no matter where the
formula is placed. I thought it would result in the most occuring word in
the cells A1 to A20.

What goes wrong?

Jack Sons
The Netherlands


"Harlan Grove" schreef in bericht
...
"Micayla Bergen" wrote...
help says i cant use the mode function on text in a table, is there an
equivalent function for text?


If your text is in a single column, multiple row range like A1:A20, you
could use

=INDEX(A1:A20,MODE(MATCH(A1:A20,A1:A20,0)))

I believe Leo Heuser came up with this.