<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: Can I make an Excel chart from only one column?</title>
	<link>http://ask.metafilter.com/104738/Can-I-make-an-Excel-chart-from-only-one-column/</link>
	<description>Comments on Ask MetaFilter post Can I make an Excel chart from only one column?</description>
	<pubDate>Mon, 20 Oct 2008 15:12:16 -0800</pubDate>
	<lastBuildDate>Mon, 20 Oct 2008 15:12:16 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: Can I make an Excel chart from only one column?</title>
		<link>http://ask.metafilter.com/104738/Can-I-make-an-Excel-chart-from-only-one-column</link>	
		<description>How can I create a chart in Excel 2007 showing the number of times a certain value occurs in a column? &lt;br /&gt;&lt;br /&gt; This seems like it should be really simple, but I can&apos;t for the life of me figure this out.&lt;br&gt;
I have an excel spreadsheet with about 150 rows of marketing data that I&apos;d like be able to chart, but with only a single column of data per chart. Maybe this is possible with Pivot Tables? I can&apos;t figure that out.&lt;br&gt;
&lt;br&gt;
Here&apos;s an example: Column H has the cities everyone lives in. I want a chart showing how many people live in a given city. I could obviously count this out by hand (&quot;Ok, that&apos;s 5 for San Diego..&quot;), but I can&apos;t help but think Excel should be able to do the heavy lifting for me. I&apos;m fine using macros/VBA, but this seems so simple! Famous last words, I know.&lt;br&gt;
&lt;br&gt;
Let me know if I need to clarify this.</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2008:site.104738</guid>
		<pubDate>Mon, 20 Oct 2008 15:06:28 -0800</pubDate>
		<dc:creator>niles</dc:creator>
		
			<category>excel</category>
		
			<category>chart</category>
		
			<category>pivot</category>
		
			<category>table</category>
		
			<category>data</category>
		
			<category>single</category>
		
			<category>column</category>
		
			<category>spreadsheet</category>
		
			<category>resolved</category>
		
	</item> <item>
		<title>By: b33j</title>
		<link>http://ask.metafilter.com/104738/Can-I-make-an-Excel-chart-from-only-one-column#1514361</link>	
		<description>=COUNTIF(A1:A10,&quot;SAN DIEGO&quot;)</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.104738-1514361</guid>
		<pubDate>Mon, 20 Oct 2008 15:12:16 -0800</pubDate>
		<dc:creator>b33j</dc:creator>
	</item><item>
		<title>By: b33j</title>
		<link>http://ask.metafilter.com/104738/Can-I-make-an-Excel-chart-from-only-one-column#1514362</link>	
		<description>Or, if you have the data sorted, you could SUBTOTAL&lt;br&gt;
&lt;br&gt;
DATA&amp;gt;&amp;gt;SUBTOTALS&amp;gt;&amp;gt;at each change in city, use function COUNT, add SUBTOTAL to city.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.104738-1514362</guid>
		<pubDate>Mon, 20 Oct 2008 15:14:26 -0800</pubDate>
		<dc:creator>b33j</dc:creator>
	</item><item>
		<title>By: mhum</title>
		<link>http://ask.metafilter.com/104738/Can-I-make-an-Excel-chart-from-only-one-column#1514375</link>	
		<description>You can do this in a Pivot Table. Just put your field (e.g.: City) into the Axis Field box (i.e.: make it a Row Label) and also into the Values box. Change the &quot;Value Field Settings&quot; for your field to &quot;Count&quot;, if necessary; if your data was alphabetical instead of numeric, this shouldn&apos;t be necessary. Graph as desired.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.104738-1514375</guid>
		<pubDate>Mon, 20 Oct 2008 15:21:01 -0800</pubDate>
		<dc:creator>mhum</dc:creator>
	</item><item>
		<title>By: squorch</title>
		<link>http://ask.metafilter.com/104738/Can-I-make-an-Excel-chart-from-only-one-column#1514376</link>	
		<description>countif() is what you&apos;re looking for.&lt;br&gt;
&lt;br&gt;
By the by, if you&apos;re looking for the total number of non-blank cells in a range, use counta().</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.104738-1514376</guid>
		<pubDate>Mon, 20 Oct 2008 15:22:01 -0800</pubDate>
		<dc:creator>squorch</dc:creator>
	</item><item>
		<title>By: niles</title>
		<link>http://ask.metafilter.com/104738/Can-I-make-an-Excel-chart-from-only-one-column#1514383</link>	
		<description>That&apos;s exactly what I was looking for, mhum. I had my Pivot Table, but I couldn&apos;t figure out where things went. Thanks.&lt;br&gt;
&lt;br&gt;
Countif() would probably work too, except it looks like I&apos;d have to go in a figure out what cities are in their. The Pivot Table sees for itself that San Diego is a possible value, which is a whole lot easier.&lt;br&gt;
&lt;br&gt;
Thanks everyone!</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.104738-1514383</guid>
		<pubDate>Mon, 20 Oct 2008 15:27:13 -0800</pubDate>
		<dc:creator>niles</dc:creator>
	</item><item>
		<title>By: yellowbkpk</title>
		<link>http://ask.metafilter.com/104738/Can-I-make-an-Excel-chart-from-only-one-column#1514556</link>	
		<description>It sounds like you&apos;re trying to make a histogram (please forgive me if I&apos;m wrong), so check this page out: http://peltiertech.com/Excel/Charts/Histograms.html</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.104738-1514556</guid>
		<pubDate>Mon, 20 Oct 2008 17:45:24 -0800</pubDate>
		<dc:creator>yellowbkpk</dc:creator>
	</item><item>
		<title>By: yellowbkpk</title>
		<link>http://ask.metafilter.com/104738/Can-I-make-an-Excel-chart-from-only-one-column#1514557</link>	
		<description>Ack, sorry: &lt;a href=&quot;http://peltiertech.com/Excel/Charts/Histograms.html&quot;&gt;Link&lt;/a&gt;</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.104738-1514557</guid>
		<pubDate>Mon, 20 Oct 2008 17:45:43 -0800</pubDate>
		<dc:creator>yellowbkpk</dc:creator>
	</item>
	</channel>
</rss>
