エクセルでセルにエラー表示をさない方法

ある理由(今回はそのセルにある式にエラーが発生しているとき)でエラー表示がされているセルのエラー表示をさせたくないときがあります。

その場合には、ISERROR関数を利用して次のようにすれば表示されなくなります。

=IF(ISERROR(式),””,(式))

これを(式)のかわりに指定してあげれば、その(式)でエラーが発生していなければ、(式)の結果が表示され、エラーの場合には何も表示されません。

This website stores cookies on your computer. These cookies are used to provide a more personalized experience and to track your whereabouts around our website in compliance with the European General Data Protection Regulation. If you decide to to opt-out of any future tracking, a cookie will be setup in your browser to remember this choice for one year.

Accept or Deny

タイトルとURLをコピーしました