<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>

<channel>
	<title>Fresh Excel Tips</title>
	<atom:link href="http://www.freshexcel.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.freshexcel.com</link>
	<description>Quick and Easy Excel Tips and Tutorials</description>
	<pubDate>Thu, 23 Oct 2008 07:25:59 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
	<language>en</language>
			<item>
		<title>How to Use the RATE function to calculate interest rate in Excel</title>
		<link>http://www.freshexcel.com/formula-and-function-examples/rate-function-calculate-interest-rate-excel/</link>
		<comments>http://www.freshexcel.com/formula-and-function-examples/rate-function-calculate-interest-rate-excel/#comments</comments>
		<pubDate>Thu, 23 Oct 2008 07:25:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Formula and Function Examples]]></category>

		<category><![CDATA[interest rate]]></category>

		<category><![CDATA[payment periods]]></category>

		<category><![CDATA[present value]]></category>

		<category><![CDATA[rate function]]></category>

		<category><![CDATA[syntax]]></category>

		<guid isPermaLink="false">http://www.freshexcel.com/?p=544</guid>
		<description><![CDATA[Let’s say a bank advertises that if you deposit $500 each month for 12 years, you will have $100,000 at the end of the period. What is the interest rate the bank is paying? To answer this question, use the RATE function, which returns the interest rate per period of an annuity. Here is the [...]]]></description>
			<content:encoded><![CDATA[<p>Let’s say a bank advertises that if you deposit $500 each month for 12 years, you will have $100,000 at the end of the period. What is the interest rate the bank is paying? To answer this question, use the RATE function, which returns the interest rate per period of an annuity. Here is the syntax that is used:</p>
<p><strong>RATE(nper, pmt, pv, fv, type, guess)</strong><br />
<strong>nper:</strong> The total number of payment periods in an annuity.<br />
<strong>pmt:</strong> The payment made each period, which is a constant value.<br />
<strong>pv:</strong> The present value. This is the amount that a series of future payments is worth right now.<br />
<strong>fv:</strong> The future value. This is the amount you want after the last payment is made.<br />
<strong>type:</strong> A number that indicates when payments are due. 0 or omitted indicates the end of the period, and 1 indicates the beginning of the period.<br />
<strong>guess:</strong> A guess for what the interest rate will be. If omitted, Excel uses 10%.</p>
<p><strong>To calculate the interest rate:</strong></p>
<ol>
<li>In cell B1 enter the number of periods in years.</li>
<li>In cell B2 enter the monthly amount to deposit.</li>
<li>In cell B3 enter the final value the bank has advertised.</li>
<li>In cell B5 type the following formula: =RATE(B1*12,-B2,0,B3,0)*12.</li>
<li>Press Enter.</li>
</ol>
<p><a href="http://www.freshexcel.com/wp-content/uploads/2008/10/fresh_excel_37-oct-23.jpg"><img class="alignnone size-full wp-image-545" title="fresh_excel_37-oct-23" src="http://www.freshexcel.com/wp-content/uploads/2008/10/fresh_excel_37-oct-23.jpg" alt="How to Use the RATE function to calculate interest rate in Excel" width="499" height="181" /></a></p>
<div><a href="http://www.addthis.com/bookmark.php" onclick="window.open('http://www.addthis.com/bookmark.php?pub=thundakiss&amp;url=http%3A%2F%2Fwww.freshexcel.com%2Fformula-and-function-examples%2Frate-function-calculate-interest-rate-excel%2F&amp;title=How+to+Use+the+RATE+function+to+calculate+interest+rate+in+Excel', 'addthis', 'scrollbars=yes,menubar=no,width=620,height=520,resizable=yes,toolbar=no,location=no,status=no'); return false;" title="Bookmark using any bookmark manager!" target="_blank"><img src="http://s3.addthis.com/button1-bm.gif" width="125" height="16" border="0" title="How To Use The Rate Function To Calculate Interest Rate In Excel Photo" alt="How to Use the RATE function to calculate interest rate in Excel" /></a></div>]]></content:encoded>
			<wfw:commentRss>http://www.freshexcel.com/formula-and-function-examples/rate-function-calculate-interest-rate-excel/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to Use the FV function to calculate total savings account balance</title>
		<link>http://www.freshexcel.com/formula-and-function-examples/fv-function-calculate-total-savings-account-balance/</link>
		<comments>http://www.freshexcel.com/formula-and-function-examples/fv-function-calculate-total-savings-account-balance/#comments</comments>
		<pubDate>Thu, 23 Oct 2008 06:51:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Formula and Function Examples]]></category>

		<category><![CDATA[account balance]]></category>

		<category><![CDATA[annuity]]></category>

		<category><![CDATA[current interest rate]]></category>

		<category><![CDATA[future value]]></category>

		<category><![CDATA[fv function]]></category>

		<category><![CDATA[savings account]]></category>

		<category><![CDATA[syntax]]></category>

		<guid isPermaLink="false">http://www.freshexcel.com/?p=541</guid>
		<description><![CDATA[In this example you want to save money for five months. The interest rate is 3.5%. Every month you deposit $500 at the bank. How much money is in your bank account after five months? This question can be answered by using the FV function. It returns the future value of an investment based on [...]]]></description>
			<content:encoded><![CDATA[<p>In this example you want to save money for five months. The interest rate is 3.5%. Every month you deposit $500 at the bank. How much money is in your bank account after five months? This question can be answered by using the FV function. It returns the future value of an investment based on periodic, constant payments and a constant interest rate. Here is the syntax that is used:<br />
<strong>FV(rate, nper, pmt, pv, type)</strong><br />
<strong>rate:</strong> The interest rate per period.<br />
<strong>nper:</strong> The total number of payment periods in an annuity.<br />
<strong>pmt:</strong> The payment made each period, which is a constant value.<br />
<strong>pv:</strong> The present value. This is the amount that a series of future payments is worth right now.<br />
<strong>type:</strong> A number that indicates when payments are due. 0 indicates the end of the period, and 1 indicates the beginning of the period.</p>
<p><strong>To calculate the total of an account with regular deposits and a constant interest rate:</strong></p>
<ol>
<li>Enter the current interest rate in cell B1 and the number of periods in cell B2.</li>
<li> In cell B3 enter the monthly amount to be put in the savings account.</li>
<li>In cell B4 type the formula =-FV(B1/12,B2,B3).</li>
<li>Press Enter.</li>
</ol>
<p><a href="http://www.freshexcel.com/wp-content/uploads/2008/10/fresh_excel_36-oct-23.jpg"><img class="alignnone size-full wp-image-542" title="fresh_excel_36-oct-23" src="http://www.freshexcel.com/wp-content/uploads/2008/10/fresh_excel_36-oct-23.jpg" alt="How to Use the FV function to calculate total savings account balance" width="500" height="230" /></a></p>
<p>This tip is compatible with Excel 97, 2000, 2003 and 2007.</p>
<div><a href="http://www.addthis.com/bookmark.php" onclick="window.open('http://www.addthis.com/bookmark.php?pub=thundakiss&amp;url=http%3A%2F%2Fwww.freshexcel.com%2Fformula-and-function-examples%2Ffv-function-calculate-total-savings-account-balance%2F&amp;title=How+to+Use+the+FV+function+to+calculate+total+savings+account+balance', 'addthis', 'scrollbars=yes,menubar=no,width=620,height=520,resizable=yes,toolbar=no,location=no,status=no'); return false;" title="Bookmark using any bookmark manager!" target="_blank"><img src="http://s3.addthis.com/button1-bm.gif" width="125" height="16" border="0" title="How To Use The Fv Function To Calculate Total Savings Account Balance Photo" alt="How to Use the FV function to calculate total savings account balance" /></a></div>]]></content:encoded>
			<wfw:commentRss>http://www.freshexcel.com/formula-and-function-examples/fv-function-calculate-total-savings-account-balance/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to Use the PMT function to determine the payment of a loan</title>
		<link>http://www.freshexcel.com/formula-and-function-examples/pmt-function-determine-payment-loan/</link>
		<comments>http://www.freshexcel.com/formula-and-function-examples/pmt-function-determine-payment-loan/#comments</comments>
		<pubDate>Thu, 23 Oct 2008 06:17:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Formula and Function Examples]]></category>

		<category><![CDATA[future value]]></category>

		<category><![CDATA[interest rate]]></category>

		<category><![CDATA[pmt function]]></category>

		<category><![CDATA[present value]]></category>

		<guid isPermaLink="false">http://www.freshexcel.com/?p=538</guid>
		<description><![CDATA[To determine the payment amount for a loan based on constant payments and a constant interest rate, you can use the PMT function. Here is the syntax that is used:

PMT(rate, nper, pv, fv, type)
rate: The interest rate of the loan.
nper: The total number of payments for the loan.
pv: The present value. This is also referred [...]]]></description>
			<content:encoded><![CDATA[<p>To determine the payment amount for a loan based on constant payments and a constant interest rate, you can use the PMT function. Here is the syntax that is used:<br />
<strong></strong></p>
<p><strong>PMT(rate, nper, pv, fv, type)</strong><br />
<strong>rate:</strong> The interest rate of the loan.<br />
<strong>nper:</strong> The total number of payments for the loan.<br />
<strong>pv:</strong> The present value. This is also referred to as the principal.<br />
<strong>fv:</strong> The future value. This is the amount you want after the last payment is made. If fv is omitted, it is assumed to be 0.<br />
<strong>type:</strong> A number that indicates when payments are due. 0 or omitted indicates the end of the period, and 1 indicates the beginning of the period.</p>
<p><strong>To determine the payment for a loan:</strong></p>
<ol>
<li>In cell B1 enter the interest rate.</li>
<li>In cell B2 enter the number of periods in months.</li>
<li> In cell B3 enter the amount of the loan.</li>
<li>In cell B5 calculate the payment after one month with the following formula: =-PMT($B$1/12,$B$2,$B$3).</li>
<li>Press Enter.</li>
</ol>
<p><a href="http://www.freshexcel.com/wp-content/uploads/2008/10/fresh_excel_35-oct-23.jpg"><img class="alignnone size-full wp-image-539" title="fresh_excel_35-oct-23" src="http://www.freshexcel.com/wp-content/uploads/2008/10/fresh_excel_35-oct-23.jpg" alt="How to Use the PMT function to determine the payment of a loan" width="500" height="189" /></a></p>
<p>This tip is compatible with Excel 97, 2000, 2003 and 2007.</p>
<div><a href="http://www.addthis.com/bookmark.php" onclick="window.open('http://www.addthis.com/bookmark.php?pub=thundakiss&amp;url=http%3A%2F%2Fwww.freshexcel.com%2Fformula-and-function-examples%2Fpmt-function-determine-payment-loan%2F&amp;title=How+to+Use+the+PMT+function+to+determine+the+payment+of+a+loan', 'addthis', 'scrollbars=yes,menubar=no,width=620,height=520,resizable=yes,toolbar=no,location=no,status=no'); return false;" title="Bookmark using any bookmark manager!" target="_blank"><img src="http://s3.addthis.com/button1-bm.gif" width="125" height="16" border="0" title="How To Use The Pmt Function To Determine The Payment Of A Loan Photo" alt="How to Use the PMT function to determine the payment of a loan" /></a></div>]]></content:encoded>
			<wfw:commentRss>http://www.freshexcel.com/formula-and-function-examples/pmt-function-determine-payment-loan/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Use the DDB function to calculate double-declining balance method</title>
		<link>http://www.freshexcel.com/formula-and-function-examples/ddb-function-calculate-doubledeclining-balance-method/</link>
		<comments>http://www.freshexcel.com/formula-and-function-examples/ddb-function-calculate-doubledeclining-balance-method/#comments</comments>
		<pubDate>Thu, 23 Oct 2008 06:02:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Formula and Function Examples]]></category>

		<category><![CDATA[ddb function]]></category>

		<category><![CDATA[depreciation]]></category>

		<category><![CDATA[double declining balance]]></category>

		<category><![CDATA[double declining balance method]]></category>

		<category><![CDATA[periods]]></category>

		<category><![CDATA[salvage]]></category>

		<guid isPermaLink="false">http://www.freshexcel.com/?p=535</guid>
		<description><![CDATA[The DDB function returns the depreciation of an asset for a specified period, using the double-declining balance method or some other method that can be specified.
DDB(cost, salvage, life, period, factor)
cost: The asset’s initial cost.
salvage: The value of the asset at the end of the depreciation.
life: The number of periods over which the asset is being [...]]]></description>
			<content:encoded><![CDATA[<p>The DDB function returns the depreciation of an asset for a specified period, using the double-declining balance method or some other method that can be specified.<br />
<strong>DDB(cost, salvage, life, period, factor)</strong><br />
<strong>cost:</strong> The asset’s initial cost.<br />
<strong>salvage:</strong> The value of the asset at the end of the depreciation.<br />
<strong>life: </strong>The number of periods over which the asset is being depreciated.<br />
<strong>period:</strong> The period for which the depreciation is being calculated.<br />
<strong>factor:</strong> The rate at which the balance declines. If factor is omitted, it is assumed to be 2, which specifies the double-declining balance method.</p>
<p><strong>To use the double-declining balance method:</strong></p>
<ol>
<li>Enter the initial cost in cell B1, the number of periods in cell B2, and the salvage in cell B3.</li>
<li>Calculate the depreciation in the fifth year in cell B4 with the following formula: =DDB($B$1,$B$3,$B$2,5).</li>
<li>To calculate the depreciation after one day, type this formula in cell B5: =DDB($B$1,$B$3,$B$2*365,1).</li>
<li>To calculate the depreciation after the first month, use this formula in cell B6: =DDB($B$1,$B$3,$B$2*12,1).</li>
</ol>
<p><a href="http://www.freshexcel.com/wp-content/uploads/2008/10/fresh_excel_34-oct-23.jpg"><img class="alignnone size-full wp-image-536" title="fresh_excel_34-oct-23" src="http://www.freshexcel.com/wp-content/uploads/2008/10/fresh_excel_34-oct-23.jpg" alt="Use the DDB function to calculate double-declining balance method" width="500" height="271" /></a></p>
<p>This tip is compatible with Excel 97, 2000, 2003 and 2007.</p>
<div><a href="http://www.addthis.com/bookmark.php" onclick="window.open('http://www.addthis.com/bookmark.php?pub=thundakiss&amp;url=http%3A%2F%2Fwww.freshexcel.com%2Fformula-and-function-examples%2Fddb-function-calculate-doubledeclining-balance-method%2F&amp;title=Use+the+DDB+function+to+calculate+double-declining+balance+method', 'addthis', 'scrollbars=yes,menubar=no,width=620,height=520,resizable=yes,toolbar=no,location=no,status=no'); return false;" title="Bookmark using any bookmark manager!" target="_blank"><img src="http://s3.addthis.com/button1-bm.gif" width="125" height="16" border="0" title="Use The Ddb Function To Calculate Double Declining Balance Method Photo" alt="Use the DDB function to calculate double-declining balance method" /></a></div>]]></content:encoded>
			<wfw:commentRss>http://www.freshexcel.com/formula-and-function-examples/ddb-function-calculate-doubledeclining-balance-method/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to use the PV function to compare investments in Excel</title>
		<link>http://www.freshexcel.com/formula-and-function-examples/pv-function-compare-investments-excel/</link>
		<comments>http://www.freshexcel.com/formula-and-function-examples/pv-function-compare-investments-excel/#comments</comments>
		<pubDate>Wed, 22 Oct 2008 18:47:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Formula and Function Examples]]></category>

		<category><![CDATA[interest rates]]></category>

		<category><![CDATA[investment amounts]]></category>

		<category><![CDATA[investments]]></category>

		<category><![CDATA[pv function]]></category>

		<guid isPermaLink="false">http://www.freshexcel.com/?p=532</guid>
		<description><![CDATA[Two investments have to be compared. The amount of each investment, the number of periods, the interest, and the estimated return are given. To calculate and compare, use the PV function as described below.
To compare investments:

In cells B2 and C2 enter the investment amounts.
In cells B3 and C3 enter the interest rates.
In cells B4 and [...]]]></description>
			<content:encoded><![CDATA[<p>Two investments have to be compared. The amount of each investment, the number of periods, the interest, and the estimated return are given. To calculate and compare, use the PV function as described below.</p>
<p><strong>To compare investments:</strong></p>
<ol>
<li>In cells B2 and C2 enter the investment amounts.</li>
<li>In cells B3 and C3 enter the interest rates.</li>
<li>In cells B4 and C4 enter the number of periods.</li>
<li>In cells B5 and C5 enter the estimated return of each investment.</li>
<li>Select cells B7:C7 and type the following formula: =-PV(B3,B4,B5).</li>
<li>Press Ctrl+Enter.</li>
<li>Select cells B8:C8 and type the formula =B7-B2.</li>
<li>Press Ctrl+Enter.</li>
</ol>
<p><a href="http://www.freshexcel.com/wp-content/uploads/2008/10/fresh_excel_33-oct-22.jpg"><img class="alignnone size-full wp-image-533" title="fresh_excel_33-oct-22" src="http://www.freshexcel.com/wp-content/uploads/2008/10/fresh_excel_33-oct-22.jpg" alt="How to use the PV function to compare investments in Excel" width="500" height="205" /></a></p>
<p>Investment 2 is more expensive than Investment 1.</p>
<p>This tip is compatible with Excel 97, 2000, 2003 and 2007.</p>
<div><a href="http://www.addthis.com/bookmark.php" onclick="window.open('http://www.addthis.com/bookmark.php?pub=thundakiss&amp;url=http%3A%2F%2Fwww.freshexcel.com%2Fformula-and-function-examples%2Fpv-function-compare-investments-excel%2F&amp;title=How+to+use+the+PV+function+to+compare+investments+in+Excel', 'addthis', 'scrollbars=yes,menubar=no,width=620,height=520,resizable=yes,toolbar=no,location=no,status=no'); return false;" title="Bookmark using any bookmark manager!" target="_blank"><img src="http://s3.addthis.com/button1-bm.gif" width="125" height="16" border="0" title="How To Use The Pv Function To Compare Investments In Excel Photo" alt="How to use the PV function to compare investments in Excel" /></a></div>]]></content:encoded>
			<wfw:commentRss>http://www.freshexcel.com/formula-and-function-examples/pv-function-compare-investments-excel/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to use the PV function to decide how much money to invest</title>
		<link>http://www.freshexcel.com/formula-and-function-examples/pv-function-decide-money-invest/</link>
		<comments>http://www.freshexcel.com/formula-and-function-examples/pv-function-decide-money-invest/#comments</comments>
		<pubDate>Wed, 22 Oct 2008 18:31:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Formula and Function Examples]]></category>

		<category><![CDATA[annuity]]></category>

		<category><![CDATA[maximum investment]]></category>

		<category><![CDATA[payment periods]]></category>

		<category><![CDATA[present value]]></category>

		<category><![CDATA[pv function]]></category>

		<guid isPermaLink="false">http://www.freshexcel.com/?p=529</guid>
		<description><![CDATA[In this example you have to decide on the amount of money you want to invest. To solve this problem, you use the PV function, which returns the present value of an investment. This is the total amount that a series of future payments is worth now. Here is the syntax that is used for [...]]]></description>
			<content:encoded><![CDATA[<p>In this example you have to decide on the amount of money you want to invest. To solve this problem, you use the PV function, which returns the present value of an investment. This is the total amount that a series of future payments is worth now. Here is the syntax that is used for the PV Function.<br />
<strong>PV(rate, nper, pmt, fv, type)</strong><br />
<strong>rate:</strong> The interest rate per period.<br />
<strong>nper: </strong>The total number of payment periods in an annuity.<br />
<strong>pmt:</strong> The payment made each period, which is a constant value.<br />
<strong>fv:</strong> The future value. This is the amount you want after the last payment is made.<br />
<strong>type:</strong> A number that indicates when payments are due. 0 or omitted indicates the end of the period, and 1 indicates the beginning of the period.</p>
<p><strong>To decide how much to invest:</strong></p>
<ol>
<li>In cell C1 enter the estimated return per year.</li>
<li>In cell C2 enter the number of periods in years.</li>
<li>Enter the interest rate in cell C3.</li>
<li>Calculate the maximum investment amount in cell C4 with the following formula: =PV(C3,C2,C1).</li>
<li>Press Enter.</li>
</ol>
<p><a href="http://www.freshexcel.com/wp-content/uploads/2008/10/fresh_excel_32-oct-22.jpg"><img class="alignnone size-full wp-image-530" title="fresh_excel_32-oct-22" src="http://www.freshexcel.com/wp-content/uploads/2008/10/fresh_excel_32-oct-22.jpg" alt="How to use the PV function to decide how much money to invest" width="500" height="261" /></a></p>
<p>This tip is compatible with Excel 97, 2000, 2003 and 2007.</p>
<div><a href="http://www.addthis.com/bookmark.php" onclick="window.open('http://www.addthis.com/bookmark.php?pub=thundakiss&amp;url=http%3A%2F%2Fwww.freshexcel.com%2Fformula-and-function-examples%2Fpv-function-decide-money-invest%2F&amp;title=How+to+use+the+PV+function+to+decide+how+much+money+to+invest', 'addthis', 'scrollbars=yes,menubar=no,width=620,height=520,resizable=yes,toolbar=no,location=no,status=no'); return false;" title="Bookmark using any bookmark manager!" target="_blank"><img src="http://s3.addthis.com/button1-bm.gif" width="125" height="16" border="0" title="How To Use The Pv Function To Decide How Much Money To Invest Photo" alt="How to use the PV function to decide how much money to invest" /></a></div>]]></content:encoded>
			<wfw:commentRss>http://www.freshexcel.com/formula-and-function-examples/pv-function-decide-money-invest/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to Use the SLN function to calculate straight-line depreciation</title>
		<link>http://www.freshexcel.com/formula-and-function-examples/sln-function-calculate-straightline-depreciation/</link>
		<comments>http://www.freshexcel.com/formula-and-function-examples/sln-function-calculate-straightline-depreciation/#comments</comments>
		<pubDate>Wed, 22 Oct 2008 18:22:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Formula and Function Examples]]></category>

		<category><![CDATA[periods]]></category>

		<category><![CDATA[sln function]]></category>

		<category><![CDATA[straight line depreciation]]></category>

		<category><![CDATA[syntax]]></category>

		<guid isPermaLink="false">http://www.freshexcel.com/?p=526</guid>
		<description><![CDATA[Here we want to calculate the straight-line depreciation of an investment. Use the SLN function, which returns the straight-line depreciation of an asset for one period. Here is the syntax that is used:
SLN(cost, salvage, life)
cost: The asset’s initial cost.
salvage: The value of the asset at the end of the depreciation.
life: The number of periods over [...]]]></description>
			<content:encoded><![CDATA[<p>Here we want to calculate the straight-line depreciation of an investment. Use the SLN function, which returns the straight-line depreciation of an asset for one period. Here is the syntax that is used:<br />
<strong>SLN(cost, salvage, life)</strong><br />
<strong>cost:</strong> The asset’s initial cost.<br />
<strong>salvage:</strong> The value of the asset at the end of the depreciation.<br />
<strong>life: </strong>The number of periods over which the asset is depreciated.</p>
<p><strong>To calculate depreciation:</strong></p>
<ol>
<li>In cell B1 enter the initial cost.</li>
<li>In cell B2 enter the number of periods as years.</li>
<li>Enter the salvage in cell B3.</li>
<li>Calculate the depreciation in the fifth year in cell B5 with the following formula: =SLN($B$1,$B$3,$B$2).</li>
<li>Press Enter.</li>
</ol>
<p><a href="http://www.freshexcel.com/wp-content/uploads/2008/10/fresh_excel_31-oct-22.jpg"><img class="alignnone size-full wp-image-527" title="fresh_excel_31-oct-22" src="http://www.freshexcel.com/wp-content/uploads/2008/10/fresh_excel_31-oct-22.jpg" alt="How to Use the SLN function to calculate straight-line depreciation" width="500" height="310" /></a></p>
<p>This tip is compatible with Excel 97, 2000, 2003 and 2007.</p>
<div><a href="http://www.addthis.com/bookmark.php" onclick="window.open('http://www.addthis.com/bookmark.php?pub=thundakiss&amp;url=http%3A%2F%2Fwww.freshexcel.com%2Fformula-and-function-examples%2Fsln-function-calculate-straightline-depreciation%2F&amp;title=How+to+Use+the+SLN+function+to+calculate+straight-line+depreciation', 'addthis', 'scrollbars=yes,menubar=no,width=620,height=520,resizable=yes,toolbar=no,location=no,status=no'); return false;" title="Bookmark using any bookmark manager!" target="_blank"><img src="http://s3.addthis.com/button1-bm.gif" width="125" height="16" border="0" title="How To Use The Sln Function To Calculate Straight Line Depreciation Photo" alt="How to Use the SLN function to calculate straight-line depreciation" /></a></div>]]></content:encoded>
			<wfw:commentRss>http://www.freshexcel.com/formula-and-function-examples/sln-function-calculate-straightline-depreciation/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to Use the SYD function to calculate depreciation in Excel</title>
		<link>http://www.freshexcel.com/formula-and-function-examples/syd-function-calculate-depreciation-excel/</link>
		<comments>http://www.freshexcel.com/formula-and-function-examples/syd-function-calculate-depreciation-excel/#comments</comments>
		<pubDate>Wed, 22 Oct 2008 18:16:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Formula and Function Examples]]></category>

		<category><![CDATA[deprecation]]></category>

		<category><![CDATA[depreciation]]></category>

		<category><![CDATA[periods]]></category>

		<category><![CDATA[syd function]]></category>

		<category><![CDATA[syntax]]></category>

		<guid isPermaLink="false">http://www.freshexcel.com/?p=523</guid>
		<description><![CDATA[In this tip, we calculate the depreciation of an investment. To do so, use the SYD function, which returns the sum-of-years’ digits depreciation of an asset for a specified period. Here is the syntax that is used:
SYD(cost, salvage, life, per)
cost: The asset’s initial cost.
salvage: The value of the asset at the end of the deprecation.
life: [...]]]></description>
			<content:encoded><![CDATA[<p>In this tip, we calculate the depreciation of an investment. To do so, use the SYD function, which returns the sum-of-years’ digits depreciation of an asset for a specified period. Here is the syntax that is used:<br />
<strong>SYD(cost, salvage, life, per)</strong><br />
<strong>cost:</strong> The asset’s initial cost.<br />
<strong>salvage:</strong> The value of the asset at the end of the deprecation.<br />
<strong>life:</strong> The number of periods over which the asset is depreciated.<br />
<strong>per:</strong> The period. per must use the same units as life.</p>
<p><strong>To calculate depreciation:</strong></p>
<ol>
<li>In cell B1 enter the cost of purchase.</li>
<li>In cell B2 enter in years the number of periods over which the purchase will be depreciated.</li>
<li>Enter the salvage value in cell B3.</li>
<li>Calculate the depreciation in the fifth year in cell B5 with the following formula: =SYD($B$1,$B$3,$B$2,5).</li>
<li>Press Enter.</li>
</ol>
<p><a href="http://www.freshexcel.com/wp-content/uploads/2008/10/fresh_excel_30-oct-22.jpg"><img class="alignnone size-full wp-image-524" title="fresh_excel_30-oct-22" src="http://www.freshexcel.com/wp-content/uploads/2008/10/fresh_excel_30-oct-22.jpg" alt="How to Use the SYD function to calculate depreciation in Excel" width="500" height="306" /></a></p>
<p>SYD is calculated as follows: = ((cost–salvage)*(life–per+1)*2) / (life*(life+1)).</p>
<p>This tip is compatible with Excel 97, 2000, 2003 and 2007.</p>
<div><a href="http://www.addthis.com/bookmark.php" onclick="window.open('http://www.addthis.com/bookmark.php?pub=thundakiss&amp;url=http%3A%2F%2Fwww.freshexcel.com%2Fformula-and-function-examples%2Fsyd-function-calculate-depreciation-excel%2F&amp;title=How+to+Use+the+SYD+function+to+calculate+depreciation+in+Excel', 'addthis', 'scrollbars=yes,menubar=no,width=620,height=520,resizable=yes,toolbar=no,location=no,status=no'); return false;" title="Bookmark using any bookmark manager!" target="_blank"><img src="http://s3.addthis.com/button1-bm.gif" width="125" height="16" border="0" title="How To Use The Syd Function To Calculate Depreciation In Excel Photo" alt="How to Use the SYD function to calculate depreciation in Excel" /></a></div>]]></content:encoded>
			<wfw:commentRss>http://www.freshexcel.com/formula-and-function-examples/syd-function-calculate-depreciation-excel/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to Use the LCM function to determine the least common multiple</title>
		<link>http://www.freshexcel.com/formula-and-function-examples/lcm-function-determine-common-multiple/</link>
		<comments>http://www.freshexcel.com/formula-and-function-examples/lcm-function-determine-common-multiple/#comments</comments>
		<pubDate>Wed, 22 Oct 2008 18:07:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Formula and Function Examples]]></category>

		<category><![CDATA[lcm function]]></category>

		<category><![CDATA[least common multiple]]></category>

		<category><![CDATA[syntax]]></category>

		<guid isPermaLink="false">http://www.freshexcel.com/?p=520</guid>
		<description><![CDATA[In this example, we will show you how to determine the least common multiple of two integers. Excel provides the LCM function through the Analysis ToolPak add-in. You will need to install and load the add-in to perform these steps. Here is the syntax that is used:
LCM(number1, number2, &#8230;)
number1, number2, &#8230;: From 1 to 29 [...]]]></description>
			<content:encoded><![CDATA[<p>In this example, we will show you how to determine the least common multiple of two integers. Excel provides the LCM function through the Analysis ToolPak add-in. You will need to install and load the add-in to perform these steps. Here is the syntax that is used:<br />
<strong>LCM(number1, number2, &#8230;)</strong><br />
<strong>number1, number2, &#8230;:</strong> From 1 to 29 values for which you want to find the least common multiple. Non-integer values are truncated.<br />
<strong>To determine the least common multiple:</strong></p>
<ol>
<li>In cells A2:A10 list any valid numbers.</li>
<li>In cells B2:B10 list any valid numbers.</li>
<li>Select cells C2:C10 and type the following formula: =LCM(A2,B2).</li>
<li>Press Ctrl+Enter.</li>
</ol>
<p><a href="http://www.freshexcel.com/wp-content/uploads/2008/10/fresh_excel_29-oct-22.jpg"><img class="alignnone size-full wp-image-521" title="fresh_excel_29-oct-22" src="http://www.freshexcel.com/wp-content/uploads/2008/10/fresh_excel_29-oct-22.jpg" alt="How to Use the LCM function to determine the least common multiple" width="479" height="308" /></a></p>
<p>This tip is compatible with Excel 97, 2000, 2003 and 2007.</p>
<div><a href="http://www.addthis.com/bookmark.php" onclick="window.open('http://www.addthis.com/bookmark.php?pub=thundakiss&amp;url=http%3A%2F%2Fwww.freshexcel.com%2Fformula-and-function-examples%2Flcm-function-determine-common-multiple%2F&amp;title=How+to+Use+the+LCM+function+to+determine+the+least+common+multiple', 'addthis', 'scrollbars=yes,menubar=no,width=620,height=520,resizable=yes,toolbar=no,location=no,status=no'); return false;" title="Bookmark using any bookmark manager!" target="_blank"><img src="http://s3.addthis.com/button1-bm.gif" width="125" height="16" border="0" title="How To Use The Lcm Function To Determine The Least Common Multiple Photo" alt="How to Use the LCM function to determine the least common multiple" /></a></div>]]></content:encoded>
			<wfw:commentRss>http://www.freshexcel.com/formula-and-function-examples/lcm-function-determine-common-multiple/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to use the GCD function to determine the greatest common divisor</title>
		<link>http://www.freshexcel.com/formula-and-function-examples/gcd-function-determine-greatest-common-divisor/</link>
		<comments>http://www.freshexcel.com/formula-and-function-examples/gcd-function-determine-greatest-common-divisor/#comments</comments>
		<pubDate>Wed, 22 Oct 2008 17:42:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Formula and Function Examples]]></category>

		<category><![CDATA[gcd function]]></category>

		<category><![CDATA[greatest common divisor]]></category>

		<category><![CDATA[integer values]]></category>

		<category><![CDATA[syntax]]></category>

		<guid isPermaLink="false">http://www.freshexcel.com/?p=517</guid>
		<description><![CDATA[In this example, the greatest common divisor of two integers has to be determined. To do so, use the GCD function. This function is only available if you have the Analysis ToolPak add-in installed. Here is the syntax that is used:
GCD(number1, number2, &#8230;)
number1, number2, &#8230;: From 1 to 29 values for which you want to [...]]]></description>
			<content:encoded><![CDATA[<p>In this example, the greatest common divisor of two integers has to be determined. To do so, use the GCD function. This function is only available if you have the Analysis ToolPak add-in installed. Here is the syntax that is used:<br />
<strong>GCD(number1, number2, &#8230;)</strong><br />
<strong>number1, number2, &#8230;:</strong> From 1 to 29 values for which you want to find the greatest common divisor. Non-integer values are truncated.</p>
<p><strong>To determine the greatest common divisor:</strong></p>
<ol>
<li>In cells A2:A10 list any valid numbers.</li>
<li>In cells B2:B10 list any valid numbers.</li>
<li>Select cells C2:C10.</li>
<li>Type the following formula: =GCD(A2,B2).</li>
<li>Press Ctrl+Enter.</li>
</ol>
<p><a href="http://www.freshexcel.com/wp-content/uploads/2008/10/fresh_excel_28-oct-22.jpg"><img class="alignnone size-full wp-image-518" title="fresh_excel_28-oct-22" src="http://www.freshexcel.com/wp-content/uploads/2008/10/fresh_excel_28-oct-22.jpg" alt="How to use the GCD function to determine the greatest common divisor" width="476" height="308" /></a></p>
<p>This tip is compatible with Excel 97, 2000, 2003 and 2007.</p>
<div><a href="http://www.addthis.com/bookmark.php" onclick="window.open('http://www.addthis.com/bookmark.php?pub=thundakiss&amp;url=http%3A%2F%2Fwww.freshexcel.com%2Fformula-and-function-examples%2Fgcd-function-determine-greatest-common-divisor%2F&amp;title=How+to+use+the+GCD+function+to+determine+the+greatest+common+divisor', 'addthis', 'scrollbars=yes,menubar=no,width=620,height=520,resizable=yes,toolbar=no,location=no,status=no'); return false;" title="Bookmark using any bookmark manager!" target="_blank"><img src="http://s3.addthis.com/button1-bm.gif" width="125" height="16" border="0" title="How To Use The Gcd Function To Determine The Greatest Common Divisor Photo" alt="How to use the GCD function to determine the greatest common divisor" /></a></div>]]></content:encoded>
			<wfw:commentRss>http://www.freshexcel.com/formula-and-function-examples/gcd-function-determine-greatest-common-divisor/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.788 seconds -->
<!-- Cached page served by WP-Cache -->
