<?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>Question Re: SAC Microsoft Excel (Formula Error) in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/sac-microsoft-excel-formula-error/qaa-p/12695718#M4763689</link>
    <description>&lt;P&gt;Thanks for your input everyone.&lt;/P&gt;&lt;P&gt;The formula was working fine but there was a missing currency rate so the issue was actually with the underlying data.  &lt;/P&gt;</description>
    <pubDate>Mon, 08 May 2023 11:08:47 GMT</pubDate>
    <dc:creator>former_member809799</dc:creator>
    <dc:date>2023-05-08T11:08:47Z</dc:date>
    <item>
      <title>SAC Microsoft Excel (Formula Error)</title>
      <link>https://community.sap.com/t5/technology-q-a/sac-microsoft-excel-formula-error/qaq-p/12695713</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
  &lt;P&gt;I am creating a report in excel using the SAPGETDATA formula. I'm getting a #VALUE! error on refresh but when I click into the formula itself and click out the formula displays the correct value although if I refresh the workbook again, the #VALUE! error comes back. &lt;/P&gt;
  &lt;P&gt;I have tried hard coding dimensions, getting rid of any excel formatting, excel fixes related to the number type/text, recreating the formulas from scratch, using a data source instead of a table as the SAC source but nothing seems to work...&lt;/P&gt;
  &lt;P&gt;Has anyone else encountered this error before and knows how to fix the issue?&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2164841-image.png" /&gt;&lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Thu, 04 May 2023 11:45:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sac-microsoft-excel-formula-error/qaq-p/12695713</guid>
      <dc:creator>former_member809799</dc:creator>
      <dc:date>2023-05-04T11:45:19Z</dc:date>
    </item>
    <item>
      <title>Re: SAC Microsoft Excel (Formula Error)</title>
      <link>https://community.sap.com/t5/technology-q-a/sac-microsoft-excel-formula-error/qaa-p/12695714#M4763685</link>
      <description>&lt;P&gt;Hi &lt;SPAN class="mention-scrubbed"&gt;seamustaylor88&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;please o through with this link &lt;A href="https://help.sap.com/docs/SAP_ANALYSIS_OFFICE_CLOUD/b25c777a2c8c4e3da2f472cce24f289c/40a626bf6c65465fb51d694920c4b39e.html" target="test_blank"&gt;https://help.sap.com/docs/SAP_ANALYSIS_OFFICE_CLOUD/b25c777a2c8c4e3da2f472cce24f289c/40a626bf6c65465fb51d694920c4b39e.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;if this is helpful for you then please upvoted or accept this answer . &lt;/P&gt;&lt;P&gt;Thank You.&lt;/P&gt;</description>
      <pubDate>Thu, 04 May 2023 12:13:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sac-microsoft-excel-formula-error/qaa-p/12695714#M4763685</guid>
      <dc:creator>Subhasmit</dc:creator>
      <dc:date>2023-05-04T12:13:12Z</dc:date>
    </item>
    <item>
      <title>Re: SAC Microsoft Excel (Formula Error)</title>
      <link>https://community.sap.com/t5/technology-q-a/sac-microsoft-excel-formula-error/qaa-p/12695715#M4763686</link>
      <description>&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2164844-image.png" /&gt; &lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2164845-image.png" /&gt;&lt;/P&gt;&lt;P&gt;   Hi,&lt;/P&gt;&lt;P&gt;I can not face particular this type of error. but to work around this scenario, you will try a combination of AVERAGE along with IF and ISERROR to determine if there is an error in the specified range. This particular scenario requires an array formula:&lt;/P&gt;&lt;P&gt;=AVERAGE(IF(ISERROR(B2:D2),"",B2:D2))&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 04 May 2023 12:17:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sac-microsoft-excel-formula-error/qaa-p/12695715#M4763686</guid>
      <dc:creator>amartya_ghosh2023</dc:creator>
      <dc:date>2023-05-04T12:17:21Z</dc:date>
    </item>
    <item>
      <title>Re: SAC Microsoft Excel (Formula Error)</title>
      <link>https://community.sap.com/t5/technology-q-a/sac-microsoft-excel-formula-error/qaa-p/12695716#M4763687</link>
      <description>&lt;P&gt;&lt;SPAN class="mention-scrubbed"&gt;seamustaylor88&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I can see you are comparing the value returned by GETDATA() with "-" (unbooked) condition. The return from GETDATA() is not of type string so may be the comparison with "-" (quotes will make it string") is causing issue. I tried to recreate your logic at my end. See below.&lt;/P&gt;&lt;P&gt;I have SAP.GETDATA() for 3 months. January is unbooked.&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2163819-image.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2163817-image.png" /&gt;&lt;/P&gt;&lt;P&gt;Now I just compare if SAPGTDATA for january is 0 then SAPGETDATA for february else january&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2163818-image.png" /&gt;&lt;/P&gt;&lt;P&gt;I don't see any issue at all.&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;Nikhil&lt;/P&gt;</description>
      <pubDate>Thu, 04 May 2023 12:59:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sac-microsoft-excel-formula-error/qaa-p/12695716#M4763687</guid>
      <dc:creator>N1kh1l</dc:creator>
      <dc:date>2023-05-04T12:59:55Z</dc:date>
    </item>
    <item>
      <title>Re: SAC Microsoft Excel (Formula Error)</title>
      <link>https://community.sap.com/t5/technology-q-a/sac-microsoft-excel-formula-error/qaa-p/12695717#M4763688</link>
      <description>&lt;P&gt;The above is for SAC AFO, the question is regarding SAC Add-in for excel.&lt;/P&gt;&lt;P&gt;Nikhil&lt;/P&gt;</description>
      <pubDate>Thu, 04 May 2023 13:00:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sac-microsoft-excel-formula-error/qaa-p/12695717#M4763688</guid>
      <dc:creator>N1kh1l</dc:creator>
      <dc:date>2023-05-04T13:00:53Z</dc:date>
    </item>
    <item>
      <title>Re: SAC Microsoft Excel (Formula Error)</title>
      <link>https://community.sap.com/t5/technology-q-a/sac-microsoft-excel-formula-error/qaa-p/12695718#M4763689</link>
      <description>&lt;P&gt;Thanks for your input everyone.&lt;/P&gt;&lt;P&gt;The formula was working fine but there was a missing currency rate so the issue was actually with the underlying data.  &lt;/P&gt;</description>
      <pubDate>Mon, 08 May 2023 11:08:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sac-microsoft-excel-formula-error/qaa-p/12695718#M4763689</guid>
      <dc:creator>former_member809799</dc:creator>
      <dc:date>2023-05-08T11:08:47Z</dc:date>
    </item>
  </channel>
</rss>

