Hello all
My aim is to have a forula automatically look at a range and tell me the most common text and then the amount of time the text occured.
I did use a mix of formula last week but left it and have now lost all trains of thought.
Imagine in Collumn A the cells are:
Apple
Bananna
Carrot
Apple
Apple
Carrot
I want the formula to display the word apple as it is the most common.
I then want to be a able to fill down to show Carrot as the second most common and so on.
My formula looks like this at the moment;
{=INDEX(Sheet1!$A$1:$A$500,MODE(IF((Sheet1!$A$1:$A$500<>"")*ISNA(MATCH(Sheet1!$A$1:$A$500,$B$1:$B1,0)),MATCH(Sheet1!$A$1:$A$500,Sheet1!$A$1:$A$500,0))))}
It will show the text with more than one occurance, but not those with a single entry.
Help!
My aim is to have a forula automatically look at a range and tell me the most common text and then the amount of time the text occured.
I did use a mix of formula last week but left it and have now lost all trains of thought.
Imagine in Collumn A the cells are:
Apple
Bananna
Carrot
Apple
Apple
Carrot
I want the formula to display the word apple as it is the most common.
I then want to be a able to fill down to show Carrot as the second most common and so on.
My formula looks like this at the moment;
{=INDEX(Sheet1!$A$1:$A$500,MODE(IF((Sheet1!$A$1:$A$500<>"")*ISNA(MATCH(Sheet1!$A$1:$A$500,$B$1:$B1,0)),MATCH(Sheet1!$A$1:$A$500,Sheet1!$A$1:$A$500,0))))}
It will show the text with more than one occurance, but not those with a single entry.
Help!