Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Assuming you have your values in Col A
then type this in B1 =INDIRECT("A"&MATCH(MAX(COUNTIF(A1:A30,A1:A30)),CO UNTIF(A1:A30,A1:A30),0)) and IMP:- press CTRL-SHIFT-ENTER as this is an ARRAY formula, to get the Max entry.. and this for MIN in B2 =INDIRECT("A"&MATCH(MIN(COUNTIF(A1:A30,A1:A30)),CO UNTIF(A1:A30,A1:A30),0)) ------------------------------------- Pl. click ''Yes'' if this was helpful... "jmj713" wrote: I need to find both the most and the least common text values in a column. For instance, if I have ten entries reading "Tuesday" and three "Monday", I'd like to be able to return "Tuesday" as the most common and "Monday" as the least common value. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Second Most Common Value | Excel Discussion (Misc queries) | |||
Common footer but not common margins please -(Page 1 of 2) etc | Excel Discussion (Misc queries) | |||
I still cant get the six most common numbers to come up | Excel Discussion (Misc queries) | |||
Common Private Sub | Excel Discussion (Misc queries) | |||
Common spacing | Excel Worksheet Functions |