View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
rylo rylo is offline
external usenet poster
 
Posts: 1
Default Returning the most duplicated item


Hi

Assuming that your data is in A1:A11, then array enter (ctrl, shift,
enter) the formula


Code:
--------------------
=INDEX(A:A,MIN(IF(COUNTIF(A1:A11,A1:A11)=MAX(COUNT IF(A1:A11,A1:A11)),ROW(A1:A11),"")))
--------------------


rylo


--
rylo
------------------------------------------------------------------------
rylo's Profile: http://www.thecodecage.com/forumz/member.php?userid=28
View this thread: http://www.thecodecage.com/forumz/sh...ad.php?t=33152