![]() |
#1
|
|||
|
|||
![]()
I have a column of states and a column of income, and I need to find the median income for each state. A sample of my two columns of data would be something like this:
CA - $80,000 CA - $23,000 CA - $30,000 AZ - $50,000 AZ - $60,000 AZ - $70,000 FL - $55,000 FL - $65,000 FL - $95,000 Is there a way to do this dynamically? I can sort by state and select the fields manually, but I'd really like to know if there's a way to do it using a function as I'll probably need to repeat this process as new data comes in. So far this is what I've come up with, but it doesn't seem to work: =MEDIAN(IF(A:A="CA",B:B)) Edit: Ok, nevermind, solved. The above function is correct, just needed to hit CTRL SHIFT ENTER. Last edited by knownunknown; 01-22-2011 at 01:07 PM. |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Stock levels | RobertH | Excel | 5 | 01-24-2011 01:02 PM |
![]() |
jaybo | Word | 4 | 01-18-2011 12:42 AM |
Analysis of Amount based on following criterion. | aligahk06 | Excel | 1 | 04-24-2010 10:34 AM |
Income/Budget Calendar? | Guinea | Excel | 4 | 03-11-2010 09:11 PM |
Word Heading Levels | spock0149 | Word | 2 | 06-04-2009 06:10 AM |