Please see attached. Why is the result N/A when apparently the most recurring is the letter W?
Please see attached. Why is the result N/A when apparently the most recurring is the letter W?
The mode function only works with numbers.
http://office.microsoft.com/en-us/ex...010335649.aspxIf an array or reference argument contains text, logical values, or empty cells, those values are ignored; however, cells with the value zero are included.
MODE function, works only with numbers. You need to use MODE with INDEX & MATCH, to get your result.
=INDEX(A1:A23,MODE(MATCH(A1:A23,A1:A23,0)))
Regards
Fotis.
-This is my Greek whisper to Europe.
--Remember, saying thanks only takes a second or two. Click the little star * below, to give some Rep if you think an answer deserves it.
Advanced Excel Techniques: http://excelxor.com/
--KISS(Keep it simple Stupid)
--Bring them back.
---See about Acropolis of Athens.
--Visit Greece.
What can I use in replacement of mode for this matter?
Thank you to both of you for the fast response!
Both are really helpful!![]()
Does the function =IF(COUNTIF(I937:I938,"---")=COUNT(I937:I938),"-99",INDEX((I937:I938),MODE(MATCH(I937:I938,I937:I938,0)))) will return the symbol --- if it is the most reccurring symbols? I need the mode function to retuen only letters.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks