<?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: Help me prioritize the people I bug for money</title>
	<link>http://ask.metafilter.com/61744/Help-me-prioritize-the-people-I-bug-for-money/</link>
	<description>Comments on Ask MetaFilter post Help me prioritize the people I bug for money</description>
	<pubDate>Tue, 01 May 2007 12:53:25 -0800</pubDate>
	<lastBuildDate>Tue, 01 May 2007 12:53:25 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: Help me prioritize the people I bug for money</title>
		<link>http://ask.metafilter.com/61744/Help-me-prioritize-the-people-I-bug-for-money</link>	
		<description>Excel-filter:  I have a spreadsheet with a list of donations made over the past year.  Unfortunately, when an individual has donated multiple times within a year there is a new row for each donation.  Fortunately, that individual is assigned the same unique identifier.  How do I make it so that each individual has one row with total donations for the year? &lt;br /&gt;&lt;br /&gt; In other words, I want to go from this:&lt;br&gt;
&lt;br&gt;
001, John Smith, $10&lt;br&gt;
001, John Smith, $15&lt;br&gt;
001, John Smith, $30&lt;br&gt;
002, Jane Doe, $10&lt;br&gt;
002, Jane Doe, $12&lt;br&gt;
&lt;br&gt;
to this:&lt;br&gt;
&lt;br&gt;
001, John Smith, $55&lt;br&gt;
002, Jane Doe, $22</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2007:site.61744</guid>
		<pubDate>Tue, 01 May 2007 12:49:53 -0800</pubDate>
		<dc:creator>ewiar</dc:creator>
		
			<category>excel</category>
		
			<category>spreadsheet</category>
		
			<category>merge</category>
		
			<category>fundraising</category>
		
			<category>database</category>
		
	</item> <item>
		<title>By: nathan_teske</title>
		<link>http://ask.metafilter.com/61744/Help-me-prioritize-the-people-I-bug-for-money#929381</link>	
		<description>You want to make a &lt;a href=&quot;http://office.microsoft.com/en-us/excel/HA010346321033.aspx&quot;&gt;Pivot Table&lt;/a&gt;</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.61744-929381</guid>
		<pubDate>Tue, 01 May 2007 12:53:25 -0800</pubDate>
		<dc:creator>nathan_teske</dc:creator>
	</item><item>
		<title>By: ewiar</title>
		<link>http://ask.metafilter.com/61744/Help-me-prioritize-the-people-I-bug-for-money#929389</link>	
		<description>And done.  Thanks nathan.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.61744-929389</guid>
		<pubDate>Tue, 01 May 2007 12:57:52 -0800</pubDate>
		<dc:creator>ewiar</dc:creator>
	</item><item>
		<title>By: nomad73</title>
		<link>http://ask.metafilter.com/61744/Help-me-prioritize-the-people-I-bug-for-money#929450</link>	
		<description>If you happen to be using the Raiser&apos;s Edge and exporting the data to Excel, next time, export the summary information for gifts.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.61744-929450</guid>
		<pubDate>Tue, 01 May 2007 13:45:12 -0800</pubDate>
		<dc:creator>nomad73</dc:creator>
	</item><item>
		<title>By: pompomtom</title>
		<link>http://ask.metafilter.com/61744/Help-me-prioritize-the-people-I-bug-for-money#929645</link>	
		<description>Alternatively, you could use the SUMIF function, such as:&lt;br&gt;
&lt;br&gt;
=SUMIF(A:A,A1,C:C)&lt;br&gt;
&lt;br&gt;
(presuming your identifier is in column A, starting at 1)&lt;br&gt;
&lt;br&gt;
I know you&apos;ve got your answer, but pivot tables annoy me, so if someone else reads this....</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.61744-929645</guid>
		<pubDate>Tue, 01 May 2007 15:40:08 -0800</pubDate>
		<dc:creator>pompomtom</dc:creator>
	</item><item>
		<title>By: imjosh</title>
		<link>http://ask.metafilter.com/61744/Help-me-prioritize-the-people-I-bug-for-money#929807</link>	
		<description>Glad you got it worked out but as a DB admin, I can&apos;t stress enough moving to an access database at the least.  I use Raisers Edge, which works great, well for most stuff, but it may be cost prohibitive for your org.&lt;br&gt;
&lt;br&gt;
Good Luck</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.61744-929807</guid>
		<pubDate>Tue, 01 May 2007 18:09:49 -0800</pubDate>
		<dc:creator>imjosh</dc:creator>
	</item><item>
		<title>By: Ironmouth</title>
		<link>http://ask.metafilter.com/61744/Help-me-prioritize-the-people-I-bug-for-money#929984</link>	
		<description>imjosh is right. Use a relational database for these issues. I first learned how to work with access after facing the exact same problem in a 65 page spreadsheet. After suggesting Access to the boss and then learning how to do it, I became the de facto database admin and got a 20% raise. Off of some stupid trick I saw in Access for Dummies, our organization won a nation-wide award.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.61744-929984</guid>
		<pubDate>Tue, 01 May 2007 20:35:24 -0800</pubDate>
		<dc:creator>Ironmouth</dc:creator>
	</item>
	</channel>
</rss>
