#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 120
Default Formula Help

Is there a formula that can tell me the person with the highest number of
entries based on the names listed in a column.

Every time a suggestion is submitted it is added to the spreadsheet, I want
to know who has submitted the most.

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,058
Default Formula Help

Say we have names in A1 thru A100 with no blanks. In B1 enter:

=INDEX(A1:A100,MODE(MATCH(A1:A100,A1:A100,0)))

This is an array formula that must be entered with CNTRL-SHFT-ENTER rather
than just the ENTER key.

Remember: No blanks
--
Gary''s Student - gsnu200842


"Erika" wrote:

Is there a formula that can tell me the person with the highest number of
entries based on the names listed in a column.

Every time a suggestion is submitted it is added to the spreadsheet, I want
to know who has submitted 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



All times are GMT +1. The time now is 06:40 PM.

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

About Us

"It's about Microsoft Excel"