<?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: Open XLS table that contains cell formula's in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Open-XLS-table-that-contains-cell-formula-s/m-p/513710#M74114</link>
    <description>&lt;P&gt;I was able to upgrade to JMP 16.2, and that fixed the problem. Thanks jthi&lt;/P&gt;</description>
    <pubDate>Fri, 24 Jun 2022 14:54:16 GMT</pubDate>
    <dc:creator>Niklotus</dc:creator>
    <dc:date>2022-06-24T14:54:16Z</dc:date>
    <item>
      <title>Open XLS table that contains cell formula's</title>
      <link>https://community.jmp.com/t5/Discussions/Open-XLS-table-that-contains-cell-formula-s/m-p/513185#M74061</link>
      <description>&lt;P&gt;Hi, I have an excel sheet which contains cells with values, strings, and formula's.&amp;nbsp; JMP imports the cells with values, strings, and simple formula's correctly.&amp;nbsp; However, if the cell has a complicated formula (=SUBSTITUTE(MID(FORMULATEXT(Z29), 2, LEN(FORMULATEXT(Z29))-1),MID(FORMULATEXT(Z29),9,3),"x")) JMP replaces that cell with "#NAME?".&amp;nbsp; It appears to not understand part of the formula, even though it works perfectly in Excel.&amp;nbsp; Is there a way to correct the JMP import, without rewriting all of my XLS functions?&lt;/P&gt;</description>
      <pubDate>Sat, 10 Jun 2023 23:50:15 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Open-XLS-table-that-contains-cell-formula-s/m-p/513185#M74061</guid>
      <dc:creator>Niklotus</dc:creator>
      <dc:date>2023-06-10T23:50:15Z</dc:date>
    </item>
    <item>
      <title>Re: Open XLS table that contains cell formula's</title>
      <link>https://community.jmp.com/t5/Discussions/Open-XLS-table-that-contains-cell-formula-s/m-p/513201#M74064</link>
      <description>&lt;P&gt;Which version of JMP are you using? I remember that at least with some older versions of JMP (before JMP16) couldn't convert some formulas. Not sure if it will help in this case though, but it is worth trying out. &lt;LI-MESSAGE title="JMP Import: &amp;amp;quot;XLookup&amp;amp;quot; equation in Excel file" uid="406235" url="https://community.jmp.com/t5/Discussions/JMP-Import-quot-XLookup-quot-equation-in-Excel-file/m-p/406235#U406235" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-forum-thread lia-fa-icon lia-fa-forum lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt; was solved by using newer version of JMP.&lt;/P&gt;
&lt;P&gt;If that won't work out I think you might have to save the excel in different format which would change the formulas to values. You &lt;STRONG&gt;might&lt;/STRONG&gt; even be able to automate this with JSL with scripting using Run Program().&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jun 2022 17:53:42 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Open-XLS-table-that-contains-cell-formula-s/m-p/513201#M74064</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2022-06-23T17:53:42Z</dc:date>
    </item>
    <item>
      <title>Re: Open XLS table that contains cell formula's</title>
      <link>https://community.jmp.com/t5/Discussions/Open-XLS-table-that-contains-cell-formula-s/m-p/513208#M74065</link>
      <description>&lt;P&gt;I'm on JMP 16.&amp;nbsp; The way our system currently works, its not feasible/efficient to manually open and save the XLS sheet as some other format.&amp;nbsp; If there is a way to have JSL do that, I would like to see it.&amp;nbsp; But I think you need to open the worksheet in JMP, and then save it.&amp;nbsp; And that obviously will run into the same issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I may be able to make an XLS macro that will save a duplicate copy of that worksheet as a csv.&amp;nbsp; Not optimal, but it may be a workable solution.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jun 2022 18:12:40 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Open-XLS-table-that-contains-cell-formula-s/m-p/513208#M74065</guid>
      <dc:creator>Niklotus</dc:creator>
      <dc:date>2022-06-23T18:12:40Z</dc:date>
    </item>
    <item>
      <title>Re: Open XLS table that contains cell formula's</title>
      <link>https://community.jmp.com/t5/Discussions/Open-XLS-table-that-contains-cell-formula-s/m-p/513214#M74067</link>
      <description>&lt;P&gt;If you just make a copy of the sheet and copy/paste as values (be sure to have correct formatting set first) it should import okay, and that should be easy enough to script with VBA.&amp;nbsp; You could also use R or python to open the excel file from within JMP, or if working interactively the JMP add-in for excel doesn't have the same issue.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jun 2022 18:30:52 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Open-XLS-table-that-contains-cell-formula-s/m-p/513214#M74067</guid>
      <dc:creator>ih</dc:creator>
      <dc:date>2022-06-23T18:30:52Z</dc:date>
    </item>
    <item>
      <title>Re: Open XLS table that contains cell formula's</title>
      <link>https://community.jmp.com/t5/Discussions/Open-XLS-table-that-contains-cell-formula-s/m-p/513710#M74114</link>
      <description>&lt;P&gt;I was able to upgrade to JMP 16.2, and that fixed the problem. Thanks jthi&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jun 2022 14:54:16 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Open-XLS-table-that-contains-cell-formula-s/m-p/513710#M74114</guid>
      <dc:creator>Niklotus</dc:creator>
      <dc:date>2022-06-24T14:54:16Z</dc:date>
    </item>
  </channel>
</rss>

