<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>ksk1130</author_name>
  <author_url>https://blog.hatena.ne.jp/ksk1130/</author_url>
  <blog_title>管理人Kのひとりごと</blog_title>
  <blog_url>https://www.k-hitorigoto.online/</blog_url>
  <categories>
    <anon>Excel</anon>
  </categories>
  <description>2つのセルの値を比較して一致か否かを調べる方法を忘れがちなので記録。 =Exact(A1,B1) ' True,Falseでなく○×で見たいとき... =If(A1=B1,&quot;○&quot;,&quot;×&quot;) それぞれの実行結果は以下の通り A B Exact If a a TRUE ○ a b FALSE × a c FALSE × b a FALSE × b b TRUE ○ b c FALSE × c a FALSE × c b FALSE × c c TRUE ○</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fwww.k-hitorigoto.online%2Fentry%2F2016%2F07%2F23%2F235505&quot; title=&quot;2値の一致チェック(Exact,If)(Excel) - 管理人Kのひとりごと&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></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2016-07-23 23:55:05</published>
  <title>2値の一致チェック(Exact,If)(Excel)</title>
  <type>rich</type>
  <url>https://www.k-hitorigoto.online/entry/2016/07/23/235505</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
