<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>accs2014</author_name>
  <author_url>https://blog.hatena.ne.jp/accs2014/</author_url>
  <blog_title>いきなり答える備忘録</blog_title>
  <blog_url>https://www.officeisyours.com/</blog_url>
  <categories>
    <anon>Googleスプレッドシート</anon>
  </categories>
  <description>Googleスプレッドシートで、ある数値が別の数値の約数かどうか判定する方法についてです。 「=MOD(数値1,数値2)」の結果が0ならば、つまり数値1を数値2で割った余りが0ならば、数値2は数値1の約数です。手順 各行に2つずつ数値が記録されています。 数値B（右側）が数値A（左側）の約数かどうか、次のような式を入力して判定しています。約数ならTRUE、そうでなければFALSEと表示されています。 D3セル（下方にコピー） =MOD(B3,C3)=0 C列の数値でB列の数値を割った余りが0ならTRUE（約数）、そうでなければFALSE（約数でない）となります。 IF関数に組み込むとこのように…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fwww.officeisyours.com%2Fentry%2F2022%2F12%2F31%2F223341&quot; title=&quot;（Gスプレッドシート）約数かどうか判定する - いきなり答える備忘録&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url>https://cdn-ak.f.st-hatena.com/images/fotolife/a/accs2014/20221231/20221231222323.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2022-12-31 22:33:41</published>
  <title>（Gスプレッドシート）約数かどうか判定する</title>
  <type>rich</type>
  <url>https://www.officeisyours.com/entry/2022/12/31/223341</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
