<?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: SAS PMT Function vs. Excel PMT Function in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/SAS-PMT-Function-vs-Excel-PMT-Function/m-p/839258#M331844</link>
    <description>&lt;P&gt;Something not making sense to me here. If you set FV to zero, then SAS and Excel give the same answer. That's good. But then if you set FV to 437.5925, you would expect payment amount to go down, and in SAS it does.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data aa;
	PMT1 =pmt(0.0999/12, 24, 1750.37,0); 
	PMT2 =pmt(0.0999/12, 24, 1750.37,437.5925); 
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In Excel the payment amount goes up when FV=437.5925 compared to when FV=0, which as far as I understand things, is wrong.&lt;/P&gt;</description>
    <pubDate>Tue, 18 Oct 2022 18:51:16 GMT</pubDate>
    <dc:creator>PaigeMiller</dc:creator>
    <dc:date>2022-10-18T18:51:16Z</dc:date>
    <item>
      <title>SAS PMT Function vs. Excel PMT Function</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-PMT-Function-vs-Excel-PMT-Function/m-p/839253#M331842</link>
      <description>&lt;P&gt;Hi, I used the SAS FMT function and Excel PMT function with the same inputs but they gave me different output.. Why is that?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SAS:&lt;/STRONG&gt;&lt;/P&gt;&lt;PRE&gt;data aa;
	PMT = round(pmt(0.008325, 24, 1750.37, 437.5925), 0.01); 
run;&lt;/PRE&gt;&lt;P&gt;Output:&amp;nbsp;64.21&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Excel:&lt;/STRONG&gt;&lt;/P&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;A&lt;/TD&gt;&lt;TD&gt;B&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;pv&lt;/TD&gt;&lt;TD&gt;1750.37&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;fv&lt;/TD&gt;&lt;TD&gt;437.5925&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;TD&gt;amortization&lt;/TD&gt;&lt;TD&gt;24&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;4&lt;/TD&gt;&lt;TD&gt;interest&lt;/TD&gt;&lt;TD&gt;0.0999&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;Formula:&amp;nbsp;=PMT(B4/12,B3,B1,B2)&lt;/P&gt;&lt;P&gt;Output:&amp;nbsp;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;($97.31)&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Tue, 18 Oct 2022 18:31:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-PMT-Function-vs-Excel-PMT-Function/m-p/839253#M331842</guid>
      <dc:creator>newboy1218</dc:creator>
      <dc:date>2022-10-18T18:31:27Z</dc:date>
    </item>
    <item>
      <title>Re: SAS PMT Function vs. Excel PMT Function</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-PMT-Function-vs-Excel-PMT-Function/m-p/839258#M331844</link>
      <description>&lt;P&gt;Something not making sense to me here. If you set FV to zero, then SAS and Excel give the same answer. That's good. But then if you set FV to 437.5925, you would expect payment amount to go down, and in SAS it does.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data aa;
	PMT1 =pmt(0.0999/12, 24, 1750.37,0); 
	PMT2 =pmt(0.0999/12, 24, 1750.37,437.5925); 
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In Excel the payment amount goes up when FV=437.5925 compared to when FV=0, which as far as I understand things, is wrong.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Oct 2022 18:51:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-PMT-Function-vs-Excel-PMT-Function/m-p/839258#M331844</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2022-10-18T18:51:16Z</dc:date>
    </item>
    <item>
      <title>Re: SAS PMT Function vs. Excel PMT Function</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-PMT-Function-vs-Excel-PMT-Function/m-p/839264#M331845</link>
      <description>&lt;P&gt;And then, like a flash from the heavens (which happens a lot here in Buffalo, NY), the answer came to me:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In Excel, if you set FV= –437.5925, it matches what SAS gives when FV=437.5925. Go figure!&lt;/P&gt;</description>
      <pubDate>Tue, 18 Oct 2022 19:12:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-PMT-Function-vs-Excel-PMT-Function/m-p/839264#M331845</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2022-10-18T19:12:13Z</dc:date>
    </item>
    <item>
      <title>Re: SAS PMT Function vs. Excel PMT Function</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-PMT-Function-vs-Excel-PMT-Function/m-p/839271#M331848</link>
      <description>&lt;P&gt;yeah and I also tried using the FINANCE PMT function.. when I do&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;PMT4 = finance('pmt', 0.008325, 24, 1750.37, -437.5925);&lt;/PRE&gt;&lt;P&gt;it will give me&amp;nbsp;-64.21491967, but if I do:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;PMT4 = finance('pmt', 0.008325, 24, 1750.37, 437.5925);&lt;/PRE&gt;&lt;P&gt;it will give me&amp;nbsp;-97.31031261..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does anyone know why I need to put a negative sign in front of the FV when I am using Excel or FINANCE PMT functions?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Oct 2022 19:27:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-PMT-Function-vs-Excel-PMT-Function/m-p/839271#M331848</guid>
      <dc:creator>newboy1218</dc:creator>
      <dc:date>2022-10-18T19:27:22Z</dc:date>
    </item>
  </channel>
</rss>

