Microsoft Excelで、NOT機能を使用する方法
この記事では、ExcelでNOT関数を使用する方法について学習します。
NOT関数は、反対のブール値を返します。 ExcelのNOT関数は、Falseの場合はTRUEを返し、TRUEの場合はFalseを返します。
構文:
=NOT(Logical)
論理:ブール値またはLogic_test
上記のgifからわかるように、NOT関数はブール値を逆にします。
例を使ってこの関数を理解しましょう。
ここに、EastまたはWestの値のリストがあります。
NOT関数をチェックする必要があります。そのため、IF関数を使用します。
次の式を使用します:
=IF( NOT(A2="East") , "West" , "East")
説明:
NOT関数は、セルのテキスト「East」をチェックします。この関数は、値が「East」でないかどうかをチェックし、「West」を返します。その逆も同様です。
ご覧のとおり、ExcelのNOT関数は、指定された値の逆ブール論理値と結果を返します。
ExcelでNOT関数を使用する方法を理解したことを願っています。 Excel Logic_test関数に関するその他の記事については、こちらをご覧ください。上記の記事に対するご質問やフィードバックをお気軽にご記入ください。
関連記事:
link:/ logical-formulas-if-with-or-function-in-excel [IF with OR Function in Excel]
link:/ logical-formulas-if-with-or-function-in-excel [How to ExcelAND関数を使用]
link:/ logical-formulas-if-with-and-and-or-function-in-excel [IF with AND and OR function in Excel] ` link:/ logical-formulas-if-with-and-function-in-excel [IF with AND Function in Excel]
link:/ logical-formulas-if-with-and-function -in-excel [ExcelのTRUE関数の使用方法] link:/ logical-excel-not-function [ExcelのNOT関数の使用方法]
link:/ logical-formulas-if-not-this-or -that-in-microsoft-excel [IF not this or that in Microsoft Excel] `
人気の記事:
link:/ forms-and-functions-introduction-of-vlookup-function [ExcelでVLOOKUP関数を使用する方法]
link:/ Tips-countif-in-microsoft-excel [Excel2016でCOUNTIF関数を使用する方法]
link:/ excel-formula-and-function-excel-sumif-function [ExcelでSUMIF関数を使用する方法]