0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

【Excel関数】IF関数で複数のOR条件をリストで指定したい(IF/SUM/TRANSPOSE)

Last updated at Posted at 2022-12-12

1.やりたいこと & 結論

◆やりたいこと◆
担当顧客のみの売上実績を抽出したい!

こんな売上実績一覧があります。
(1.png)

売上実績一覧から、担当顧客「A社・B社・C社」の実績のみを抽出したいです。
G列の担当顧客リストを参照して抽出したいです。
(IF関数で複数のOR条件をリストで指定したい)

◆結論◆
こちらの数式を使います。
{=IF(SUM((判定対象=TRANSPOSE(リスト範囲))*1)<>0,真の場合,偽の場合)}
※両端の「{ }」は手入力で入れません。数式入力後に「Shift + Ctrl + Enter」を同時に押して「配列数式」にします。(「{}」が付く)

2.流れ

こちらの記事を参考にしました。

『IF関数で複数のOR条件をリスト(範囲)で指定する方法』(病院SEにゃんとのPCトラブル解決&Excel関数等活用術)2022/12/12閲覧

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?