<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Convert Future Value of Average Balances from Excel to SAS - (PMT/FV/INDIRECT array functions) in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Convert-Future-Value-of-Average-Balances-from-Excel-to-SAS-PMT/m-p/692594#M37332</link>
    <description>&lt;P&gt;First think could well be to investigate the SAS FINANCE function, which takes as the first parameter many, like around 30, the name of standard financial calculations, followed by descriptions of the other parameter values. I really don't understand the accounting world so can't point to specific code example. There are several that calculate payments of different types though.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And please don't bother to include Excel "row" or "column" value statements, SAS doesn't use them.&lt;/P&gt;</description>
    <pubDate>Mon, 19 Oct 2020 15:20:39 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2020-10-19T15:20:39Z</dc:date>
    <item>
      <title>Convert Future Value of Average Balances from Excel to SAS - (PMT/FV/INDIRECT array functions)</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Convert-Future-Value-of-Average-Balances-from-Excel-to-SAS-PMT/m-p/692408#M37327</link>
      <description>&lt;P&gt;I would like to convert an excel formula to SAS. Below is an example:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="uiOutputText"&gt;Values:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="uiOutputText"&gt;Rate 5.00%&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="uiOutputText"&gt;Present Value 20,000&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="uiOutputText"&gt;Term 36&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="uiOutputText"&gt;Average Life 24&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="uiOutputText"&gt;Payment (Excel) 599.42&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;&lt;SPAN class="uiOutputText"&gt;Average Balance (Excel) 13,879.62&lt;/SPAN&gt;&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN class="uiOutputText"&gt;EXCEL Calc&amp;nbsp; (PMT):&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN class="uiOutputText"&gt;Payment:&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="uiOutputText"&gt;=ROUND(PMT(0.05/12,36,-20000,0),2)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="uiOutputText"&gt;EXCEL Calc:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="uiOutputText"&gt;: Average Future Balance (array formula Press&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN class="uiOutputText"&gt;Ctrl&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN class="uiOutputText"&gt;+&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN class="uiOutputText"&gt;Shift&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN class="uiOutputText"&gt;+&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN class="uiOutputText"&gt;Enter)&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN class="uiOutputText"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="uiOutputText"&gt;=IFERROR(AVERAGE(FV(0.05/12,ROW(INDIRECT("1:"&amp;amp;24))-1,(ROUND(PMT(0.05/12,36,-20000,0),2)),-20000)),0)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="uiOutputText"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 18 Oct 2020 23:21:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Convert-Future-Value-of-Average-Balances-from-Excel-to-SAS-PMT/m-p/692408#M37327</guid>
      <dc:creator>Dimmitry02</dc:creator>
      <dc:date>2020-10-18T23:21:44Z</dc:date>
    </item>
    <item>
      <title>Re: Convert Future Value of Average Balances from Excel to SAS - (PMT/FV/INDIRECT array functions)</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Convert-Future-Value-of-Average-Balances-from-Excel-to-SAS-PMT/m-p/692456#M37328</link>
      <description>Can you explain the workflow you are trying to implement?&lt;BR /&gt;You have a dataset with values for rates, present value, term etc. And you want to calculate using those values. Or are the values fixed and you want you just want to a single calculation?&lt;BR /&gt;</description>
      <pubDate>Mon, 19 Oct 2020 09:06:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Convert-Future-Value-of-Average-Balances-from-Excel-to-SAS-PMT/m-p/692456#M37328</guid>
      <dc:creator>JosvanderVelden</dc:creator>
      <dc:date>2020-10-19T09:06:46Z</dc:date>
    </item>
    <item>
      <title>Re: Convert Future Value of Average Balances from Excel to SAS - (PMT/FV/INDIRECT array functions)</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Convert-Future-Value-of-Average-Balances-from-Excel-to-SAS-PMT/m-p/692594#M37332</link>
      <description>&lt;P&gt;First think could well be to investigate the SAS FINANCE function, which takes as the first parameter many, like around 30, the name of standard financial calculations, followed by descriptions of the other parameter values. I really don't understand the accounting world so can't point to specific code example. There are several that calculate payments of different types though.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And please don't bother to include Excel "row" or "column" value statements, SAS doesn't use them.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Oct 2020 15:20:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Convert-Future-Value-of-Average-Balances-from-Excel-to-SAS-PMT/m-p/692594#M37332</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2020-10-19T15:20:39Z</dc:date>
    </item>
    <item>
      <title>Re: Convert Future Value of Average Balances from Excel to SAS - (PMT/FV/INDIRECT array functions)</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Convert-Future-Value-of-Average-Balances-from-Excel-to-SAS-PMT/m-p/694127#M37374</link>
      <description>Confirming that I have a data set with rates, term, present value etc... for each row and want to calculate average balance for each row of the data set.</description>
      <pubDate>Sun, 25 Oct 2020 20:05:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Convert-Future-Value-of-Average-Balances-from-Excel-to-SAS-PMT/m-p/694127#M37374</guid>
      <dc:creator>Dimmitry02</dc:creator>
      <dc:date>2020-10-25T20:05:43Z</dc:date>
    </item>
  </channel>
</rss>

