DaveTurton
New Member
Hi
I have the following data. Its actually an excel list. I've named all data under the hearder row 'Week5_data'
[pre]
Have entered with Ctrl + Shift + Enter
But am getting a #N/A[/code] error.
Any help would be appriciated.
Thank you
I have the following data. Its actually an excel list. I've named all data under the hearder row 'Week5_data'
[pre]
Code:
Name Time Name Time Name Time Name Time Name Time Name Time
Mike 09:39 Sam 09:04 Adam 12:45 John 08:35 Steven 10:06 John 08:57
Paul 09:40 Tom 10:44 James 09:41 John 10:03 Steven 09:37 John 06:12
Paul 10:43 Sam 12:55 John 11:18 John 10:53 Paul 10:39
Paul 11:03 Peter 11:36 Mark 11:38 Paul 11:00
Paul 12:14 Mike 12:42 John 12:30
John 11:54[/pre]
I am trying to find which name appears the most in the named range.
I did a search and found the below link
http://chandoo.org/wp/2011/10/31/using-array-formulas-to-find-count/
I've modified the formula to take into account the named range:
[code]=INDEX(Week5_data,MATCH(MAX(COUNTIF(Week5_data,Week5_data)), COUNTIF(Week5_data,Week5_data),0))
Have entered with Ctrl + Shift + Enter
But am getting a #N/A[/code] error.
Any help would be appriciated.
Thank you