<?xml version="1.0" encoding="UTF-8"?><rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
> <channel><title>Comments on: Sum unique values in excel</title> <atom:link href="http://www.get-digital-help.com/2009/04/20/sum-unique-values-in-excel/feed/" rel="self" type="application/rss+xml" /><link>http://www.get-digital-help.com/2009/04/20/sum-unique-values-in-excel/</link> <description>Quality excel resource</description> <lastBuildDate>Thu, 09 Feb 2012 20:47:33 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: Oscar</title><link>http://www.get-digital-help.com/2009/04/20/sum-unique-values-in-excel/comment-page-1/#comment-17886</link> <dc:creator>Oscar</dc:creator> <pubDate>Wed, 02 Feb 2011 13:16:46 +0000</pubDate> <guid
isPermaLink="false">http://www.get-digital-help.com/?p=1189#comment-17886</guid> <description>alemar,
Thanks!</description> <content:encoded><![CDATA[<p>alemar,</p><p>Thanks!</p> ]]></content:encoded> </item> <item><title>By: alemar</title><link>http://www.get-digital-help.com/2009/04/20/sum-unique-values-in-excel/comment-page-1/#comment-17826</link> <dc:creator>alemar</dc:creator> <pubDate>Tue, 01 Feb 2011 16:42:12 +0000</pubDate> <guid
isPermaLink="false">http://www.get-digital-help.com/?p=1189#comment-17826</guid> <description>Hi!
Let me say &quot;Thanks&quot; to you because you saved me, my next degree and my huge worksheet!
After countless hours looking for a feasible solution, I finally got here. May you be praised! :)</description> <content:encoded><![CDATA[<p>Hi!<br
/> Let me say "Thanks" to you because you saved me, my next degree and my huge worksheet!<br
/> After countless hours looking for a feasible solution, I finally got here. May you be praised! <img
src='http://cdn.get-digital-help.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p> ]]></content:encoded> </item> <item><title>By: Oscar</title><link>http://www.get-digital-help.com/2009/04/20/sum-unique-values-in-excel/comment-page-1/#comment-3287</link> <dc:creator>Oscar</dc:creator> <pubDate>Mon, 24 May 2010 10:47:07 +0000</pubDate> <guid
isPermaLink="false">http://www.get-digital-help.com/?p=1189#comment-3287</guid> <description>AJ,
see this post: http://www.get-digital-help.com/2010/05/22/how-to-return-the-total-for-orders-with-more-than-one-item-in-excel/</description> <content:encoded><![CDATA[<p>AJ,</p><p>see this post: <a
href="http://www.get-digital-help.com/2010/05/22/how-to-return-the-total-for-orders-with-more-than-one-item-in-excel/" rel="nofollow">http://www.get-digital-help.com/2010/05/22/how-to-return-the-total-for-orders-with-more-than-one-item-in-excel/</a></p> ]]></content:encoded> </item> <item><title>By: AJ</title><link>http://www.get-digital-help.com/2009/04/20/sum-unique-values-in-excel/comment-page-1/#comment-3203</link> <dc:creator>AJ</dc:creator> <pubDate>Tue, 11 May 2010 02:47:28 +0000</pubDate> <guid
isPermaLink="false">http://www.get-digital-help.com/?p=1189#comment-3203</guid> <description>I have given up trying to figure out the following problem as it seems over my head, and am
hoping there is a kind soul out there can help me out with the solution.
I am trying to setup a spreadsheet to make calculations which are then exported to Quickbooks.
The original data is returned to Excel from an Access database by msq.  Each record relates to an order number and is tied to a
product, and there may be more than entry for each order number as an order may have more than one product.
The actual data import sheet looks something like this:
OrderNumber	ItemNumber	 Date	      Product	    PricePerUnit	CostPerUnit
4967	               1	10-May-10      widget   	430.92	          306.00
4967	               2	10-May-10      doohickey	256.33            165.00
4968	               1	11-May-10      doohickey	256.33            165.00
The actual data export sheet looks something like this:
Date	        Name	        Account	        Account Type	MEMO	Split Account	        Amount
10-May-10	vendor1		Bank            Credit Card	4967	Cost of Goods Sold	-306.00
10-May-10	vendor1         Bank     	Credit Card	4967	Cost of Goods Sold	-165.00
11-May-10	vendor2         Bank     	Credit Card	4968	Cost of Goods Sold	-165.00
My problem is that I cannot figure out how to return the total only, and not individual amounts, for orders
with more than 1 item.  I.E., how can I tell excel to return each OrderNumber only once, along with
the total for each, like this:
Date	        Name	        Account	        Account Type	MEMO	Split Account	        Amount
10-May-10	vendor1		Bank            Credit Card	4967	Cost of Goods Sold	-471.00
11-May-10	vendor2         Bank     	Credit Card	4968	Cost of Goods Sold	-165.00
There is a little more to this, as I am also trying to include shipping costs, but I Am still trying to
figure out how to return the data using msq, which I am finding a little quirky to use at all, but I have
managed to at least get it to work on a basic level.
Anyhow, is there anyone there who can help?  I would be very grateful and much obliged.
Thanks in advance.
AJ</description> <content:encoded><![CDATA[<p>I have given up trying to figure out the following problem as it seems over my head, and am<br
/> hoping there is a kind soul out there can help me out with the solution.</p><p>I am trying to setup a spreadsheet to make calculations which are then exported to Quickbooks.</p><p>The original data is returned to Excel from an Access database by msq.  Each record relates to an order number and is tied to a</p><p>product, and there may be more than entry for each order number as an order may have more than one product.</p><p>The actual data import sheet looks something like this:</p><p>OrderNumber	ItemNumber	 Date	      Product	    PricePerUnit	CostPerUnit<br
/> 4967	               1	10-May-10      widget   	430.92	          306.00<br
/> 4967	               2	10-May-10      doohickey	256.33            165.00<br
/> 4968	               1	11-May-10      doohickey	256.33            165.00</p><p>The actual data export sheet looks something like this:</p><p>Date	        Name	        Account	        Account Type	MEMO	Split Account	        Amount<br
/> 10-May-10	vendor1		Bank            Credit Card	4967	Cost of Goods Sold	-306.00<br
/> 10-May-10	vendor1         Bank     	Credit Card	4967	Cost of Goods Sold	-165.00<br
/> 11-May-10	vendor2         Bank     	Credit Card	4968	Cost of Goods Sold	-165.00</p><p>My problem is that I cannot figure out how to return the total only, and not individual amounts, for orders<br
/> with more than 1 item.  I.E., how can I tell excel to return each OrderNumber only once, along with<br
/> the total for each, like this:</p><p>Date	        Name	        Account	        Account Type	MEMO	Split Account	        Amount<br
/> 10-May-10	vendor1		Bank            Credit Card	4967	Cost of Goods Sold	-471.00<br
/> 11-May-10	vendor2         Bank     	Credit Card	4968	Cost of Goods Sold	-165.00</p><p>There is a little more to this, as I am also trying to include shipping costs, but I Am still trying to<br
/> figure out how to return the data using msq, which I am finding a little quirky to use at all, but I have<br
/> managed to at least get it to work on a basic level.</p><p>Anyhow, is there anyone there who can help?  I would be very grateful and much obliged.</p><p>Thanks in advance.</p><p>AJ</p> ]]></content:encoded> </item> </channel> </rss>
