<?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>Excel</anon>
  </categories>
  <description>IF関数を使って「～または～である」という判定をする際に、別に用意したリストを使う方法についてです。 IF関数とCOUNTIF関数を併用して、リストを使った複数条件（OR、または）の判定ができます。手順 次の画像では左の表に判定対象となる商品名が並んでおり、右側には条件となる商品名のリストがあります。 左の表の商品名のそれぞれについて、リストに含まれるものかどうか○×で判定するものとします。 まずC3セルに次のように入力します。 C3セル =IF(COUNTIF(E3:E5,B3),&quot;○&quot;,&quot;×&quot;) IF関数の第1引数（条件式）にCOUNTIF関数を使い「COUNTIF(E3:E5,B3)」と…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fwww.officeisyours.com%2Fentry%2F2023%2F12%2F10%2F080000&quot; title=&quot;（Excel）IF関数で複数条件（OR）をリストで指定する方法 - いきなり答える備忘録&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/20231210/20231210065119.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2023-12-10 08:00:00</published>
  <title>（Excel）IF関数で複数条件（OR）をリストで指定する方法</title>
  <type>rich</type>
  <url>https://www.officeisyours.com/entry/2023/12/10/080000</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
