Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hello,
I have a list that includes both blank spaces and text values. How would I go about finding the 'mode' of the text, while excluding the 0's? For example, AA BB CC AA DD AA Say this is the list of values I have. Clearly, AA is the most common text. However, blanks are the most common character. Auto-filter will not work, since I need this 'mode value' to appear on a separate line, so it can be linked to another part of the spreadsheet. I use Office 2007. Thanks for the help! |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Try this array formula** :
=INDEX(A1:A20,MODE(IF(A1:A20<"",MATCH(A1:A20,A1:A 20,0)))) ** array formulas need to be entered using the key combination of CTRL,SHIFT,ENTER (not just ENTER) -- Biff Microsoft Excel MVP "BryGuy77" wrote in message ... Hello, I have a list that includes both blank spaces and text values. How would I go about finding the 'mode' of the text, while excluding the 0's? For example, AA BB CC AA DD AA Say this is the list of values I have. Clearly, AA is the most common text. However, blanks are the most common character. Auto-filter will not work, since I need this 'mode value' to appear on a separate line, so it can be linked to another part of the spreadsheet. I use Office 2007. Thanks for the help! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
MODE function for text entries | Excel Worksheet Functions | |||
Mode function in excel using Text | Excel Discussion (Misc queries) | |||
Mode for Text | Excel Discussion (Misc queries) | |||
Finding the mode of text | Excel Discussion (Misc queries) | |||
coverting answer from Radian mode to degree mode | Excel Worksheet Functions |