Hi all
What im trying to do is get the most common (or frequent) text string from a range to display in another cell. eg a list of names Bob Barton, Carl Carry, etc where there names could be in a range of cells umteen times (eg sales record) so i know who sold the most for the month without using a count, i need the actual name in the new cell.
Any Ideas - i already tried using this formula:
=INDEX(sales,MATCH(MAX(COUNTIF(sales,sales)),COUNTIF(sales,sales),0))
but it returns a #N/A - a value is not avalible to the formula or function
could it be because im using a text srting in my values?
Brett
Bookmarks