<?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 excel formula to SAS in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Convert-excel-formula-to-SAS/m-p/270119#M58202</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I &amp;nbsp;just have the excel formula and here A means coloum name called items and B means coloumn name Value&lt;/P&gt;
&lt;P&gt;and using the above formula i need to create Coloumn C Sales but can you replicate the same formula into SAS Code ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 12 May 2016 17:57:48 GMT</pubDate>
    <dc:creator>chennupriya</dc:creator>
    <dc:date>2016-05-12T17:57:48Z</dc:date>
    <item>
      <title>Convert excel formula to SAS</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Convert-excel-formula-to-SAS/m-p/270108#M58200</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;
&lt;P&gt;I have an excel sheet&amp;nbsp; which i have drew below and i need to create the values for coloumn C&lt;/P&gt;
&lt;P&gt;&amp;nbsp;and the formula is&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;=IF($A2="Pricing", IF($B2&amp;gt;=0, IF(LEN($B2)=1, "+00"&amp;amp;$ B2, IF(LEN($B2)=2, "+0"&amp;amp;$ B2, IF(LEN($B2)=3, "+"&amp;amp;$ B2))), IF(LEN($B2)=2, "-00"&amp;amp;ABS($B2), IF(LEN($B2)=3, "-0"&amp;amp;ABS($B2), IF(LEN($B2)=4, "-"&amp;amp;ABS($B2))))),"")&lt;/P&gt;
&lt;P&gt;Can anyone convert this code to SAS code&amp;nbsp; so that the values in coloumn C would be&lt;/P&gt;
&lt;P&gt;-099&lt;/P&gt;
&lt;P&gt;-039&lt;/P&gt;
&lt;P&gt;-009&lt;/P&gt;
&lt;P&gt;+000&lt;/P&gt;
&lt;P&gt;+000&lt;/P&gt;
&lt;P&gt;+014&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;TABLE width="216" style="width: 162pt; border-collapse: collapse;" border="0" cellspacing="0" cellpadding="0"&gt;&lt;COLGROUP&gt;&lt;COL width="72" style="width: 54pt;" span="3" /&gt;&lt;/COLGROUP&gt;
&lt;TBODY&gt;
&lt;TR style="height: 14.25pt;"&gt;
&lt;TD width="72" height="19" style="border: 0.5pt solid windowtext; border-image: none; width: 54pt; height: 14.25pt; background-color: transparent;"&gt;&lt;FONT color="#000000" face="Arial" size="3"&gt;Items&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD width="72" style="border-width: 0.5pt 0.5pt 0.5pt 0px; border-style: solid solid solid none; border-color: windowtext windowtext windowtext black; width: 54pt; background-color: transparent;"&gt;&lt;FONT color="#000000" face="Arial" size="3"&gt;Value&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD width="72" style="border-width: 0.5pt 0.5pt 0.5pt 0px; border-style: solid solid solid none; border-color: windowtext windowtext windowtext black; width: 54pt; background-color: transparent;"&gt;&lt;FONT color="#000000" face="Arial" size="3"&gt;Sales&lt;/FONT&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 14.25pt;"&gt;
&lt;TD height="19" style="border-width: 0px 0.5pt 0.5pt; border-style: none solid solid; border-color: black windowtext windowtext; height: 14.25pt; background-color: transparent;"&gt;&lt;FONT color="#000000" face="Arial" size="3"&gt;Pricing&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD align="right" style="border-width: 0px 0.5pt 0.5pt 0px; border-style: none solid solid none; border-color: black windowtext windowtext black; background-color: transparent;"&gt;&lt;FONT color="#000000" face="Arial" size="3"&gt;-99.0000&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD style="border-width: 0px 0.5pt 0.5pt 0px; border-style: none solid solid none; border-color: black windowtext windowtext black; background-color: transparent;"&gt;&lt;FONT color="#000000" face="Arial" size="3"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 14.25pt;"&gt;
&lt;TD height="19" style="border-width: 0px 0.5pt 0.5pt; border-style: none solid solid; border-color: black windowtext windowtext; height: 14.25pt; background-color: transparent;"&gt;&lt;FONT color="#000000" face="Arial" size="3"&gt;Pricing&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD align="right" style="border-width: 0px 0.5pt 0.5pt 0px; border-style: none solid solid none; border-color: black windowtext windowtext black; background-color: transparent;"&gt;&lt;FONT color="#000000" face="Arial" size="3"&gt;-39.0000&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD style="border-width: 0px 0.5pt 0.5pt 0px; border-style: none solid solid none; border-color: black windowtext windowtext black; background-color: transparent;"&gt;&lt;FONT color="#000000" face="Arial" size="3"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 14.25pt;"&gt;
&lt;TD height="19" style="border-width: 0px 0.5pt 0.5pt; border-style: none solid solid; border-color: black windowtext windowtext; height: 14.25pt; background-color: transparent;"&gt;&lt;FONT color="#000000" face="Arial" size="3"&gt;Pricing&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD align="right" style="border-width: 0px 0.5pt 0.5pt 0px; border-style: none solid solid none; border-color: black windowtext windowtext black; background-color: transparent;"&gt;&lt;FONT color="#000000" face="Arial" size="3"&gt;-9.0000&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD style="border-width: 0px 0.5pt 0.5pt 0px; border-style: none solid solid none; border-color: black windowtext windowtext black; background-color: transparent;"&gt;&lt;FONT color="#000000" face="Arial" size="3"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 14.25pt;"&gt;
&lt;TD height="19" style="border-width: 0px 0.5pt 0.5pt; border-style: none solid solid; border-color: black windowtext windowtext; height: 14.25pt; background-color: transparent;"&gt;&lt;FONT color="#000000" face="Arial" size="3"&gt;Pricing&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD align="right" style="border-width: 0px 0.5pt 0.5pt 0px; border-style: none solid solid none; border-color: black windowtext windowtext black; background-color: transparent;"&gt;&lt;FONT color="#000000" face="Arial" size="3"&gt;0.0000&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD style="border-width: 0px 0.5pt 0.5pt 0px; border-style: none solid solid none; border-color: black windowtext windowtext black; background-color: transparent;"&gt;&lt;FONT color="#000000" face="Arial" size="3"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 14.25pt;"&gt;
&lt;TD height="19" style="border-width: 0px 0.5pt 0.5pt; border-style: none solid solid; border-color: black windowtext windowtext; height: 14.25pt; background-color: transparent;"&gt;&lt;FONT color="#000000" face="Arial" size="3"&gt;Pricing&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD align="right" style="border-width: 0px 0.5pt 0.5pt 0px; border-style: none solid solid none; border-color: black windowtext windowtext black; background-color: transparent;"&gt;&lt;FONT color="#000000" face="Arial" size="3"&gt;0.0000&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD style="border-width: 0px 0.5pt 0.5pt 0px; border-style: none solid solid none; border-color: black windowtext windowtext black; background-color: transparent;"&gt;&lt;FONT color="#000000" face="Arial" size="3"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 14.25pt;"&gt;
&lt;TD height="19" style="border-width: 0px 0.5pt 0.5pt; border-style: none solid solid; border-color: black windowtext windowtext; height: 14.25pt; background-color: transparent;"&gt;&lt;FONT color="#000000" face="Arial" size="3"&gt;Pricing&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD align="right" style="border-width: 0px 0.5pt 0.5pt 0px; border-style: none solid solid none; border-color: black windowtext windowtext black; background-color: transparent;"&gt;&lt;FONT color="#000000" face="Arial" size="3"&gt;39.0000&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD style="border-width: 0px 0.5pt 0.5pt 0px; border-style: none solid solid none; border-color: black windowtext windowtext black; background-color: transparent;"&gt;&lt;FONT color="#000000" face="Arial" size="3"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 14.25pt;"&gt;
&lt;TD height="19" style="border-width: 0px 0.5pt 0.5pt; border-style: none solid solid; border-color: black windowtext windowtext; height: 14.25pt; background-color: transparent;"&gt;&lt;FONT color="#000000" face="Arial" size="3"&gt;Pricing&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD align="right" style="border-width: 0px 0.5pt 0.5pt 0px; border-style: none solid solid none; border-color: black windowtext windowtext black; background-color: transparent;"&gt;&lt;FONT color="#000000" face="Arial" size="3"&gt;14.0000&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD style="border-width: 0px 0.5pt 0.5pt 0px; border-style: none solid solid none; border-color: black windowtext windowtext black; background-color: transparent;"&gt;&lt;FONT color="#000000" face="Arial" size="3"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 14.25pt;"&gt;
&lt;TD height="19" style="border-width: 0px 0.5pt 0.5pt; border-style: none solid solid; border-color: black windowtext windowtext; height: 14.25pt; background-color: transparent;"&gt;&lt;FONT color="#000000" face="Arial" size="3"&gt;Pricing&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD align="right" style="border-width: 0px 0.5pt 0.5pt 0px; border-style: none solid solid none; border-color: black windowtext windowtext black; background-color: transparent;"&gt;&lt;FONT color="#000000" face="Arial" size="3"&gt;999.0000&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD style="border-width: 0px 0.5pt 0.5pt 0px; border-style: none solid solid none; border-color: black windowtext windowtext black; background-color: transparent;"&gt;&lt;FONT color="#000000" face="Arial" size="3"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 12 May 2016 17:36:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Convert-excel-formula-to-SAS/m-p/270108#M58200</guid>
      <dc:creator>chennupriya</dc:creator>
      <dc:date>2016-05-12T17:36:41Z</dc:date>
    </item>
    <item>
      <title>Re: Convert excel formula to SAS</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Convert-excel-formula-to-SAS/m-p/270118#M58201</link>
      <description>&lt;P&gt;Can you translate the Excel to pseudo code or summarize the logic.&amp;nbsp;&lt;BR /&gt;It's easier to transfer those rules into SAS than your formula. Also, I don't want to take the time to decode it.&lt;/P&gt;</description>
      <pubDate>Thu, 12 May 2016 17:55:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Convert-excel-formula-to-SAS/m-p/270118#M58201</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-05-12T17:55:20Z</dc:date>
    </item>
    <item>
      <title>Re: Convert excel formula to SAS</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Convert-excel-formula-to-SAS/m-p/270119#M58202</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I &amp;nbsp;just have the excel formula and here A means coloum name called items and B means coloumn name Value&lt;/P&gt;
&lt;P&gt;and using the above formula i need to create Coloumn C Sales but can you replicate the same formula into SAS Code ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 May 2016 17:57:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Convert-excel-formula-to-SAS/m-p/270119#M58202</guid>
      <dc:creator>chennupriya</dc:creator>
      <dc:date>2016-05-12T17:57:48Z</dc:date>
    </item>
    <item>
      <title>Re: Convert excel formula to SAS</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Convert-excel-formula-to-SAS/m-p/270120#M58203</link>
      <description>&lt;P&gt;and to get sales value&amp;nbsp; -099 then we input B2 and when we want sales value -039&amp;nbsp;the formula we change B2 to B3 and A2 to A3 and so&amp;nbsp; .....&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 12 May 2016 18:01:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Convert-excel-formula-to-SAS/m-p/270120#M58203</guid>
      <dc:creator>chennupriya</dc:creator>
      <dc:date>2016-05-12T18:01:09Z</dc:date>
    </item>
    <item>
      <title>Re: Convert excel formula to SAS</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Convert-excel-formula-to-SAS/m-p/270121#M58204</link>
      <description>&lt;P&gt;Not &amp;nbsp;the exact same formula and I would hope you would understand the logic behind what you're trying to do...&lt;/P&gt;</description>
      <pubDate>Thu, 12 May 2016 18:04:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Convert-excel-formula-to-SAS/m-p/270121#M58204</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-05-12T18:04:20Z</dc:date>
    </item>
    <item>
      <title>Re: Convert excel formula to SAS</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Convert-excel-formula-to-SAS/m-p/270123#M58206</link>
      <description>&lt;P&gt;Use the Z3. format on the field.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;format variable z3.;&lt;/P&gt;</description>
      <pubDate>Thu, 12 May 2016 18:07:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Convert-excel-formula-to-SAS/m-p/270123#M58206</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-05-12T18:07:31Z</dc:date>
    </item>
    <item>
      <title>Re: Convert excel formula to SAS</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Convert-excel-formula-to-SAS/m-p/270127#M58207</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/11383"&gt;@chennupriya﻿&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Try this:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data want;
set have;
length Sales $4;
if items='Pricing' then Sales=ifc(value&amp;gt;=0, cats('+', put(value, z3.)), put(value, z4.));
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 12 May 2016 18:18:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Convert-excel-formula-to-SAS/m-p/270127#M58207</guid>
      <dc:creator>FreelanceReinh</dc:creator>
      <dc:date>2016-05-12T18:18:44Z</dc:date>
    </item>
    <item>
      <title>Re: Convert excel formula to SAS</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Convert-excel-formula-to-SAS/m-p/270133#M58209</link>
      <description>&lt;P&gt;Hmm...as usual&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/32733"&gt;@FreelanceReinh﻿&lt;/a&gt;&amp;nbsp;is correct &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But, my suggestion would be to build your own custom format and keep it as a numeric value rather than convert it to a character variable. &amp;nbsp;I would still emphasize&amp;nbsp;that you should know what your formula's are doing, always. &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 May 2016 18:36:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Convert-excel-formula-to-SAS/m-p/270133#M58209</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-05-12T18:36:56Z</dc:date>
    </item>
    <item>
      <title>Re: Convert excel formula to SAS</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Convert-excel-formula-to-SAS/m-p/270138#M58211</link>
      <description>&lt;P&gt;If your values are numeric a simple custom format will do this. If your values aren't numeric then why not?&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc format library=work;
picture Mysign
low - &amp;lt; 0 = '0999' (prefix='-')
0 - high = '0999' (prefix='+')
;
run;

data junk;
   do x = -99,-39,-9,0,39,14, 999;
      output;
   end;
run;

proc print data=junk noobs;
   format x Mysign.;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;if you need to display larger values add more 9 to the '0999' in the format, the 0 is there for a placeholder to put the + or - into.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you need decimals then '0999.99' or similar.&lt;/P&gt;</description>
      <pubDate>Thu, 12 May 2016 18:50:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Convert-excel-formula-to-SAS/m-p/270138#M58211</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2016-05-12T18:50:53Z</dc:date>
    </item>
    <item>
      <title>Re: Convert excel formula to SAS</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Convert-excel-formula-to-SAS/m-p/270141#M58212</link>
      <description>&lt;P&gt;Indeed, a picture format is the best way to accomplish this task.&amp;nbsp;(I'm always slow in creating picture formats. That's why I preferred to suggest the character function approach.)&lt;/P&gt;</description>
      <pubDate>Thu, 12 May 2016 19:02:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Convert-excel-formula-to-SAS/m-p/270141#M58212</guid>
      <dc:creator>FreelanceReinh</dc:creator>
      <dc:date>2016-05-12T19:02:46Z</dc:date>
    </item>
    <item>
      <title>Re: Convert excel formula to SAS</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Convert-excel-formula-to-SAS/m-p/270189#M58215</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But the addition of zeros are for both positive and negative values and also they are dpended upon length of the value how does we implement in the code&lt;/P&gt;</description>
      <pubDate>Thu, 12 May 2016 20:09:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Convert-excel-formula-to-SAS/m-p/270189#M58215</guid>
      <dc:creator>chennupriya</dc:creator>
      <dc:date>2016-05-12T20:09:28Z</dc:date>
    </item>
    <item>
      <title>Re: Convert excel formula to SAS</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Convert-excel-formula-to-SAS/m-p/270193#M58216</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/11383"&gt;@chennupriya﻿&lt;/a&gt;: Did you observe a case where the result of either solution did not match your expectations?&lt;/P&gt;</description>
      <pubDate>Thu, 12 May 2016 20:14:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Convert-excel-formula-to-SAS/m-p/270193#M58216</guid>
      <dc:creator>FreelanceReinh</dc:creator>
      <dc:date>2016-05-12T20:14:39Z</dc:date>
    </item>
    <item>
      <title>Re: Convert excel formula to SAS</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Convert-excel-formula-to-SAS/m-p/270226#M58217</link>
      <description>&lt;H1&gt;&lt;FONT size="3"&gt;&lt;SPAN class="shortDesc"&gt;The ZW format Writes standard numeric data with leading 0s, and standardizes it to length W, regardless of the length of the input variable.&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/H1&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Z3 - states a length of 3&lt;/P&gt;
&lt;P&gt;Z4 - states a length of 4&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If your case is different than what you've initially presented you need to explain in detail how and what you want.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 May 2016 22:28:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Convert-excel-formula-to-SAS/m-p/270226#M58217</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-05-12T22:28:59Z</dc:date>
    </item>
  </channel>
</rss>

