<?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: Australian Income Tax Spreadsheet Formula</title>
	<atom:link href="http://www.doctort.org/adam/nerd-notes/australian-income-tax-spreadsheet-formula.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.doctort.org/adam/nerd-notes/australian-income-tax-spreadsheet-formula.html</link>
	<description>Maker of Finest Quality Digital Things</description>
	<lastBuildDate>Wed, 20 Apr 2011 06:42:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
	<item>
		<title>By: adam</title>
		<link>http://www.doctort.org/adam/nerd-notes/australian-income-tax-spreadsheet-formula.html/comment-page-1#comment-16994</link>
		<dc:creator>adam</dc:creator>
		<pubDate>Thu, 13 Jan 2011 10:37:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.doctort.org/adam/?p=328#comment-16994</guid>
		<description>Sorry everyone, this post has been attracting a lot of spam so I&#039;m going to turn off commenting.</description>
		<content:encoded><![CDATA[<p>Sorry everyone, this post has been attracting a lot of spam so I&#8217;m going to turn off commenting.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Duff</title>
		<link>http://www.doctort.org/adam/nerd-notes/australian-income-tax-spreadsheet-formula.html/comment-page-1#comment-16558</link>
		<dc:creator>Duff</dc:creator>
		<pubDate>Fri, 24 Dec 2010 01:09:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.doctort.org/adam/?p=328#comment-16558</guid>
		<description>This is great stuff !!!
Just what I was looking for, with my Excel sheet
Thanks allot
Duff</description>
		<content:encoded><![CDATA[<p>This is great stuff !!!<br />
Just what I was looking for, with my Excel sheet<br />
Thanks allot<br />
Duff</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: IanC</title>
		<link>http://www.doctort.org/adam/nerd-notes/australian-income-tax-spreadsheet-formula.html/comment-page-1#comment-16375</link>
		<dc:creator>IanC</dc:creator>
		<pubDate>Fri, 03 Dec 2010 11:21:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.doctort.org/adam/?p=328#comment-16375</guid>
		<description>Thanks heaps for the formula Adam.

The Excel version for the 2009-10 scales, in case anyone wants a quick copy-paste:
=IF(A1&lt;=6000,0,IF(A1&lt;=35000,0.15*(A1-6000),IF(A1&lt;=80000,4350+(0.3*(A1-35000)),IF(A1&lt;=180000,17850+(0.38*(A1-80000)),55850+(0.45*(A1-180000))))))

The scales are now different for 2010-11, making the Excel version:
=IF(A1&lt;=6000,0,IF(A1&lt;=37000,0.15*(A1-6000),IF(A1&lt;=80000,4650+(0.3*(A1-37000)),IF(A1&lt;=180000,17550+(0.37*(A1-80000)),54550+(0.45*(A1-180000))))))</description>
		<content:encoded><![CDATA[<p>Thanks heaps for the formula Adam.</p>
<p>The Excel version for the 2009-10 scales, in case anyone wants a quick copy-paste:<br />
=IF(A1&lt;=6000,0,IF(A1&lt;=35000,0.15*(A1-6000),IF(A1&lt;=80000,4350+(0.3*(A1-35000)),IF(A1&lt;=180000,17850+(0.38*(A1-80000)),55850+(0.45*(A1-180000))))))</p>
<p>The scales are now different for 2010-11, making the Excel version:<br />
=IF(A1&lt;=6000,0,IF(A1&lt;=37000,0.15*(A1-6000),IF(A1&lt;=80000,4650+(0.3*(A1-37000)),IF(A1&lt;=180000,17550+(0.37*(A1-80000)),54550+(0.45*(A1-180000))))))</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: promo86</title>
		<link>http://www.doctort.org/adam/nerd-notes/australian-income-tax-spreadsheet-formula.html/comment-page-1#comment-14845</link>
		<dc:creator>promo86</dc:creator>
		<pubDate>Fri, 16 Jul 2010 14:26:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.doctort.org/adam/?p=328#comment-14845</guid>
		<description>thank anyway for the very helpful formula...
i can manage my &lt;a href=&quot;http://www.income-taxproblems.com/&quot; rel=&quot;nofollow&quot;&gt;income tax problems&lt;/a&gt; in a well manner.</description>
		<content:encoded><![CDATA[<p>thank anyway for the very helpful formula&#8230;<br />
i can manage my <a href="http://www.income-taxproblems.com/" rel="nofollow">income tax problems</a> in a well manner.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ross</title>
		<link>http://www.doctort.org/adam/nerd-notes/australian-income-tax-spreadsheet-formula.html/comment-page-1#comment-14836</link>
		<dc:creator>Ross</dc:creator>
		<pubDate>Wed, 14 Jul 2010 07:48:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.doctort.org/adam/?p=328#comment-14836</guid>
		<description>This is great as a start. I am trying to do this by the month though, so if I predict the number of days I will work in a month and know my daily rate, I can put the correct tax aside to pay the man! Ideally, I would like to &#039;average that out&#039;, but I can&#039;t seem to work out how to do this. Do you have any thoughts on this? - Doesn&#039;t have to be perfect, just a good gut feel so I don&#039;t get stung!

Cheers Muchly in advance</description>
		<content:encoded><![CDATA[<p>This is great as a start. I am trying to do this by the month though, so if I predict the number of days I will work in a month and know my daily rate, I can put the correct tax aside to pay the man! Ideally, I would like to &#8216;average that out&#8217;, but I can&#8217;t seem to work out how to do this. Do you have any thoughts on this? &#8211; Doesn&#8217;t have to be perfect, just a good gut feel so I don&#8217;t get stung!</p>
<p>Cheers Muchly in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://www.doctort.org/adam/nerd-notes/australian-income-tax-spreadsheet-formula.html/comment-page-1#comment-14365</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Mon, 07 Sep 2009 09:17:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.doctort.org/adam/?p=328#comment-14365</guid>
		<description>Thanks for the formula Adam.

Works great in Filemaker too (as expected):

Cut and paste into Filemaker, substitute &#039;A1&#039; for the field containing your taxable income figure. Easy!</description>
		<content:encoded><![CDATA[<p>Thanks for the formula Adam.</p>
<p>Works great in Filemaker too (as expected):</p>
<p>Cut and paste into Filemaker, substitute &#8216;A1&#8242; for the field containing your taxable income figure. Easy!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam Pierce</title>
		<link>http://www.doctort.org/adam/nerd-notes/australian-income-tax-spreadsheet-formula.html/comment-page-1#comment-14355</link>
		<dc:creator>Adam Pierce</dc:creator>
		<pubDate>Mon, 24 Aug 2009 11:32:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.doctort.org/adam/?p=328#comment-14355</guid>
		<description>This is just a straight income tax calculation. It does not take into account any special tax office rules.

Glad to see it works OK in Excel with just a minor modification.</description>
		<content:encoded><![CDATA[<p>This is just a straight income tax calculation. It does not take into account any special tax office rules.</p>
<p>Glad to see it works OK in Excel with just a minor modification.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://www.doctort.org/adam/nerd-notes/australian-income-tax-spreadsheet-formula.html/comment-page-1#comment-14354</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Mon, 24 Aug 2009 09:42:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.doctort.org/adam/?p=328#comment-14354</guid>
		<description>Hi Adam

I have compared you formula against the current TWC Calculator provided by the ATO.
When i select that I am entitled to Annual Leave it will provide me a different figure

Can you explain why that is?

Also in excel, a comma(,) is require instead of a semi-colon(;) as a separator between tests

Thanks</description>
		<content:encoded><![CDATA[<p>Hi Adam</p>
<p>I have compared you formula against the current TWC Calculator provided by the ATO.<br />
When i select that I am entitled to Annual Leave it will provide me a different figure</p>
<p>Can you explain why that is?</p>
<p>Also in excel, a comma(,) is require instead of a semi-colon(;) as a separator between tests</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>

