I have a List where users will be inputting the province they are from where each province has a different rate associated to it. What I am trying to do as of now, I need my customers to manually input the Provinces twice. Once in a Column on one page, and another time on another.
I'd like to find the most common word in my column, so that my cell on the other sheet simply references this, and as well with the least common. As the customer will only ever have a maximum of two different provinces being chosen.
As of now I have this
=INDEX($I$9:$I$24,MATCH(MAX(COUNTIF($I$9:$I$24,$I$9:$I$24)),COUNTIF($I$9:$I$24,$I$9:$I$24),0))
=INDEX($I$9:$I$24,MATCH(MIN(COUNTIF($I$9:$I$24,$I$9:$I$24)),COUNTIF($I$9:$I$24,$I$9:$I$24),0))
and then I ctrl+alt+enter to make it an array... sadly I can't get it to work. I simply get an error.
I've been researching to find a solution to no avail... Any help would be greatly appreciated it. If you need more clarification just let me know.
Thanks.
I'd like to find the most common word in my column, so that my cell on the other sheet simply references this, and as well with the least common. As the customer will only ever have a maximum of two different provinces being chosen.
As of now I have this
=INDEX($I$9:$I$24,MATCH(MAX(COUNTIF($I$9:$I$24,$I$9:$I$24)),COUNTIF($I$9:$I$24,$I$9:$I$24),0))
=INDEX($I$9:$I$24,MATCH(MIN(COUNTIF($I$9:$I$24,$I$9:$I$24)),COUNTIF($I$9:$I$24,$I$9:$I$24),0))
and then I ctrl+alt+enter to make it an array... sadly I can't get it to work. I simply get an error.
I've been researching to find a solution to no avail... Any help would be greatly appreciated it. If you need more clarification just let me know.
Thanks.