Excel: Find most frequent occurring value in a range?
I have a column on sheet 1 like so: Column D Dog Dog Dog Dog Cat Cat Cat Hamster Frog Frog On sheet 2, i want to list the top 10 most frequent occurring words in chronological order Dog . <---Most Frequent Cat . <---Second Frequent Frog . <--Third etc. I am trying to use index, mode and match like so: =INDEX(Sheet1!D:D,MODE(MATCH(Sheet1!D:D,Sheet1!D:D,0))) This produces an N/A error But if i add ranges to my column reference like so: =INDEX(Sheet1!D1:D10,MODE(MATCH(Sheet1!D1:D10,Sheet1!D1:D10,0))) Then it works. Problem is data is going to be added to columnn D and i need it to look up the