<?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: recherchev and vlookup not accepted in excelxp tagsets . any reason? in Microsoft Integration with SAS</title>
    <link>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/recherchev-and-vlookup-not-accepted-in-excelxp-tagsets-any/m-p/209987#M1669</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Excelxp writes XML and that may be the main issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To see what the XML might be, make a base spreadsheet in excel that does what you want. The SAVE AS XML.&lt;/P&gt;&lt;P&gt;Look in the resulting XML file with a text editor like Notepad.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure if XML supports any look up and that may be the reason that going through the XML translation it gets lost.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 28 Aug 2015 21:31:51 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2015-08-28T21:31:51Z</dc:date>
    <item>
      <title>recherchev and vlookup not accepted in excelxp tagsets . any reason?</title>
      <link>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/recherchev-and-vlookup-not-accepted-in-excelxp-tagsets-any/m-p/209986#M1668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there. I am stuck with my code. anyone knows why my formula is not beeing accepted in this ods tagsets.excelxp? I have even tryed the english version (vlookup) of recherchev, but it is not recognized as a formula. ods listing close;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ods tagsets.excelxp&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; options(sheet_name="LISTE"&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; gridlines="yes"&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; orientation="landscape" panelcols="1"&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; embedded_titles="NO"&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; frozen_headers="YES"&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; frozen_headers="1" autofilter="yes"&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; filter_colls="_all_"&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; autofilter_table="1" row_heights="75"&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; autofit_heights="no"&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; );&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; proc report data=reftable.liste nowd ; column&amp;nbsp; actif Portefeuille&amp;nbsp; Conseiller&amp;nbsp; Poste majeure equipe ps Agregat Portefeuille kl ; define Portefeuille /style(header)=vertcl_header&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; style(column)=[just=center]; define equipe&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /style(column)=[just=center] "Équipe"; define poste&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /style(column)=[just=center] ;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; define majeure&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /style(column)=[just=center]; define ps&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /style(column)=[just=center] format=fm_num.; define Agregat&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /style(column)=[just=center] "Agrégat"; define actif&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /computed style(column) ={tagattr='formula:=RECHERCHEV(RC[1];STRUCTURE_CAISSE!R1C1:R20C1;1;FAUX)'};&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; run;&amp;nbsp; quit; ods tagsets.excelxp close; Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Aug 2015 20:29:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/recherchev-and-vlookup-not-accepted-in-excelxp-tagsets-any/m-p/209986#M1668</guid>
      <dc:creator>cnwentsa</dc:creator>
      <dc:date>2015-08-28T20:29:22Z</dc:date>
    </item>
    <item>
      <title>Re: recherchev and vlookup not accepted in excelxp tagsets . any reason?</title>
      <link>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/recherchev-and-vlookup-not-accepted-in-excelxp-tagsets-any/m-p/209987#M1669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Excelxp writes XML and that may be the main issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To see what the XML might be, make a base spreadsheet in excel that does what you want. The SAVE AS XML.&lt;/P&gt;&lt;P&gt;Look in the resulting XML file with a text editor like Notepad.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure if XML supports any look up and that may be the reason that going through the XML translation it gets lost.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Aug 2015 21:31:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/recherchev-and-vlookup-not-accepted-in-excelxp-tagsets-any/m-p/209987#M1669</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2015-08-28T21:31:51Z</dc:date>
    </item>
    <item>
      <title>Re: recherchev and vlookup not accepted in excelxp tagsets . any reason?</title>
      <link>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/recherchev-and-vlookup-not-accepted-in-excelxp-tagsets-any/m-p/209988#M1670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your code isn't formatted and hard to read so I'm not sure I see the Formulas option specified in your tagset options. If not, try that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/rnd/base/ods/odsmarkup/excelxp_help.html" title="http://support.sas.com/rnd/base/ods/odsmarkup/excelxp_help.html"&gt;Base SAS: Quick Reference for TAGSETS.EXCELXP Tagset&lt;/A&gt;&lt;/P&gt;&lt;TABLE style="font-size: small; font-family: Arial, Helvetica, Verdana, sans-serif; color: #333333;"&gt;&lt;TBODY style="font-size: 13px; font-family: inherit;"&gt;&lt;TR style="font-family: inherit;"&gt;&lt;TD&gt;FORMULAS&lt;/TD&gt;&lt;TD&gt;yes&lt;/TD&gt;&lt;TD&gt;Data values that start with an '=' will become formulas&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Aug 2015 21:37:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/recherchev-and-vlookup-not-accepted-in-excelxp-tagsets-any/m-p/209988#M1670</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2015-08-28T21:37:45Z</dc:date>
    </item>
    <item>
      <title>Re: recherchev and vlookup not accepted in excelxp tagsets . any reason?</title>
      <link>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/recherchev-and-vlookup-not-accepted-in-excelxp-tagsets-any/m-p/848173#M2743</link>
      <description>This comment works for me, here below my case:&lt;BR /&gt;&lt;BR /&gt;I had this excel formula to produce:&lt;BR /&gt;=(IF(OR(RC[6]&amp;gt;1;RC[8]&amp;lt;0);"ERRORE";"OK"))&lt;BR /&gt;&lt;BR /&gt;In the XML it becomes:&lt;BR /&gt;"=IF(OR(RC[6]&amp;amp;gt;1,RC[8]&amp;amp;lt;0),&amp;amp;quot;ERRORE&amp;amp;quot;,&amp;amp;quot;OK&amp;amp;quot;)"</description>
      <pubDate>Tue, 06 Dec 2022 18:00:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/recherchev-and-vlookup-not-accepted-in-excelxp-tagsets-any/m-p/848173#M2743</guid>
      <dc:creator>Matteo_Sibio</dc:creator>
      <dc:date>2022-12-06T18:00:09Z</dc:date>
    </item>
  </channel>
</rss>

