The new forums will be named Coin Return (based on the most recent vote)! You can check on the status and timeline of the transition to the new forums here.
The Guiding Principles and New Rules document is now in effect.
Obviously, Drez appears most often in this column.
How do I get another cell to not "total" the number of Drez counts, but to actually return "Drez" as the text value that appears most in the column?
I know I could use =COUNTIF(A1:A100,"Drez") to count how many times and even do this for all the available values and then find the max value with =MAX(blah blah blah), but I can't figure out how to use any of this to return "Drez."
All I get is #N/A and holding SHIFT-CTRL-ENTER does nothing...
I think I was unclear in my instructions.
Copy it back into the formula bar at the top of the Excel window, not directly into a cell, and hold SHIFT+CTRL as you press ENTER.
Feral on
every person who doesn't like an acquired taste always seems to think everyone who likes it is faking it. it should be an official fallacy.
If there's a tie for any of those, it will pick the first entry in the list. For your example above, Poopiehead and Dancemaster each appear three times. If you looked for the second most common value, the formula would return Poopiehead because it appears in the list before Dancemaster.
Feral on
every person who doesn't like an acquired taste always seems to think everyone who likes it is faking it. it should be an official fallacy.
Posts
Then copy it back into a cell on the same worksheet and hold SHIFT+CTRL as you press ENTER. (If you don't do SHIFT+CTRL+ENTER it won't work.)
the "no true scotch man" fallacy.
What's =INDEX do? And what, exactly, does COUNTIF(Array, Array) do?
edit: I think the main problem is that your COUNTIF doesn't specify which text to look for. All it does is return a 0.
I think I was unclear in my instructions.
Copy it back into the formula bar at the top of the Excel window, not directly into a cell, and hold SHIFT+CTRL as you press ENTER.
the "no true scotch man" fallacy.
It's an array formula. They're explained (badly) here: http://office.microsoft.com/en-us/excel/HA010872901033.aspx
the "no true scotch man" fallacy.
For the third:
And so on.
If there's a tie for any of those, it will pick the first entry in the list. For your example above, Poopiehead and Dancemaster each appear three times. If you looked for the second most common value, the formula would return Poopiehead because it appears in the list before Dancemaster.
the "no true scotch man" fallacy.
I guess there's no way to resolve ties? Like if there are 8 people and 3 of them have 5 votes, I'd want them listed over anything else.
Not that I can think of without using a messy nest of IF statements.
Somebody else may have an idea, though.
the "no true scotch man" fallacy.
Thank you very much!
But, yeah, if anyone has any ideas, I'm all ears.