#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 70
Default most common data

I have column A consists of employees names obviously in text format.

Is it possible to say have cell B1 populated with the name that aears the
most?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,501
Default most common data

Hi,

Try this ARRAY formula. See below on how to enter it and adjust the range to
suit.

=INDEX(A1:A20,MATCH(MAX(COUNTIF(A1:A20,A1:A20)),CO UNTIF(A1:A20,A1:A20),0))

This is an array formula which must be entered by pressing CTRL+Shift+Enter
'and not just Enter. If you do it correctly then Excel will put curly brackets
'around the formula {}. You can't type these yourself. If you edit the formula
'you must enter it again with CTRL+Shift+Enter.
--
Mike

When competing hypotheses are otherwise equal, adopt the hypothesis that
introduces the fewest assumptions while still sufficiently answering the
question.


"The Rook" wrote:

I have column A consists of employees names obviously in text format.

Is it possible to say have cell B1 populated with the name that aears the
most?

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 561
Default most common data

1) Name the range of names as: LIST
2) Use this formula to return the most appeared name:
=INDEX(LIST,MODE(MATCH(LIST,LIST,)))
Micky


"The Rook" wrote:

I have column A consists of employees names obviously in text format.

Is it possible to say have cell B1 populated with the name that aears the
most?

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,520
Default most common data

Please note that this is an array formula. You create array formulas in the
same way that you create other formulas, except you press CTRL+SHIFT+ENTER to
enter the formula. If successful in 'Formula Bar' you can notice the curly
braces at both ends like "{=<formula}"

=INDEX(A1:A1000,MODE(IF(A1:A1000<"",MATCH(A1:A100 0,A1:A1000,0))))

--
Jacob


"The Rook" wrote:

I have column A consists of employees names obviously in text format.

Is it possible to say have cell B1 populated with the name that aears the
most?

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Combining two ranges based on common a common value ahmed[_3_] Excel Discussion (Misc queries) 5 April 18th 09 05:04 PM
COUNT COMMON DATA HARSHAWARDHAN. S .SHASTRI[_2_] Excel Worksheet Functions 3 February 3rd 09 03:50 AM
Common footer but not common margins please -(Page 1 of 2) etc RajenRajput1 Excel Discussion (Misc queries) 9 August 26th 08 06:56 PM
finding common data cheric Excel Discussion (Misc queries) 1 September 13th 06 10:24 PM
Deleting rows containing common data gcotterl Excel Discussion (Misc queries) 1 January 4th 05 12:58 AM


All times are GMT +1. The time now is 04:12 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright 2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"