I have a list of words, one in each cell, such as Jimmy, Joe, Sam, Joe, Jimmy, Jimmy. I want to make a bar graph showing the frequency of each name. How can I do this? Can I only make graphs with number data?
The data from my example should yield Jimmy: 3, Joe: 2, Sam: 1, and create a graph illustrating such.
Also, is there a way to toggle case sensitivity?
Please don't ask me to count them by hand or to use a find/replace to count them. I have over 26,000 data and many unique entries.
Thanks!
Multi
Need a website or other media? Visit Amalgam Web and Media (http://www.amalgamweb.com) today for a free quote on any custom project.
I would use Excels Advanced Filter to copy unique names to another location, let's say starting in G1 and then next to each name use COUNTIFThen graph Columns G and H. Does that work for you?Code:=COUNTIF(Original Range,G1)
ChemistB
My 2¢
Don't forget to mark threads as "Solved" (Edit First post>Advanced>Change Prefix)
If I helped, Don't forget to add to my reputation (click on the little star at bottom of this post)
Thanks. That does help, but I'm very new to this and I'm not sure how to use that feature.
How do you get a text list from the Advanced Filter?
Last edited by multimediocrity; 08-18-2009 at 06:21 PM.
Need a website or other media? Visit Amalgam Web and Media (http://www.amalgamweb.com) today for a free quote on any custom project.
In Excel 2007, from the Data Tab choose Advanced Filter. With Advanced Filter, you need to include the header (must have) in your range.Click on "Copy to another Location", set your range (e.g. A1:A2500), Check "Unique Records Only" Leave "Criteria Range" blank and in "Copy to" put the first cell of where you want your unique list (e.g. G1). Does that help?
ChemistB
My 2¢
Don't forget to mark threads as "Solved" (Edit First post>Advanced>Change Prefix)
If I helped, Don't forget to add to my reputation (click on the little star at bottom of this post)
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks