<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: NacNac</title>
    <description>The latest articles on DEV Community by NacNac (@nacnac).</description>
    <link>https://dev.to/nacnac</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F876173%2F361abf0f-acf9-445b-9492-e50182cdf772.png</url>
      <title>DEV Community: NacNac</title>
      <link>https://dev.to/nacnac</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/nacnac"/>
    <language>en</language>
    <item>
      <title>Strange behaviour of Sheet</title>
      <dc:creator>NacNac</dc:creator>
      <pubDate>Tue, 21 Jun 2022 07:54:23 +0000</pubDate>
      <link>https://dev.to/nacnac/strange-behaviour-of-sheet-2jp</link>
      <guid>https://dev.to/nacnac/strange-behaviour-of-sheet-2jp</guid>
      <description>&lt;p&gt;Hi&lt;br&gt;
I have created in the past a spreadsheet that go and fetch data from another website&lt;br&gt;
This is a financial table where I get the current market price (in the exemple below it is about cryptocurrencies)&lt;/p&gt;

&lt;p&gt;value(index(importhtml(concat("&lt;a href="https://coinmarketcap.com/currencies/%22,B7),%22table%22,1),1,2))"&gt;https://coinmarketcap.com/currencies/",B7),"table",1),1,2))&lt;/a&gt;)&lt;/p&gt;

&lt;p&gt;The formula works very well.&lt;br&gt;
My table list the different purchases or sales, calculate the average cost and calculate the profit and loss based on real time value with the formula above.&lt;/p&gt;

&lt;p&gt;Until recently everything worked fine.&lt;/p&gt;

&lt;p&gt;I am now adding new calculations which have nothing to do with the above formula nor do I refer to the cells used by the above formula or call for the results of the above formula.&lt;/p&gt;

&lt;p&gt;The new calculations works fine. However, at random, the above formula shows #N/A instead.  Once it shows #N/A it never goes back to display the current price.&lt;br&gt;
I first thought there was some problem with coinmarketcap. In that case once coinmarketcap is working again, the #N/A should be automatically replaced by the value of the coin. No once the cells display #N/A and stay at #N/A.&lt;/p&gt;

&lt;p&gt;I thought I messed with the spreadsheet somehow. I restored a previous version (the last one before I started to add the new calculations) and the price of the coins are displayed again.&lt;br&gt;
I started again with the new calculation (for info the new calculation are in a separate worksheet and as mentioned it does not refer to above formula).  It works fine for a little while and suddenly, some of the cells having the above formula start showing #N/A&lt;/p&gt;

&lt;p&gt;This makes me crazy. No matter what I do, those cells somehow ends up (but not all) with #N/A. What I mean is that I have about 20 cells using the above formula and when the problem occurs, sometimes it occurs for all the cells using the above formula, sometimes not.&lt;br&gt;
I seems random.&lt;br&gt;
I am starting to wonder if there isn't a bug in Sheet (after all Excel is full of bugs, so why not Sheet :) )&lt;/p&gt;

&lt;p&gt;Has anyone encountered such behaviour?&lt;br&gt;
Thanks&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
