Supress, Hide or Remove #DIV/0!は、非表示を抑制または削除は# DIV / 0 ! Error in Microsoft Office ExcelエラーのMicrosoft OfficeでExcel

In Microsoft Excel or Microsoft Office Excel spreadsheet program, when a value is divided by zero (0) or a blank cell in the formula, the cell that displays the result will show the error value #DIV/0! as the result of the calculation. Microsoft ExcelやMicrosoft Office Excelのスプレッドシートプログラムは、値をゼロ( 0 )または式では、空白のセルに分けている場合、セルに表示される結果は、エラー値が表示されますは# DIV / 0 !は、計算の結果として。

The error value may give wrong impression to readers especially when the workbook or worksheet is still in preparation.特に、エラー値を読者には、ブックやワークシートはまだ準備中です間違った印象を与える可能性があります。 And it’s not a professional or nice look when the same formula is applied to multiple cells by dragging or copying and all these rows or columns return an “#DIV/0!” error value.とは、プロや見栄えがするときは、同じ数式を複数のセルをドラッグまたはコピーし、これらすべての行または列が適用されているわけではない"は# DIV復帰/ 0 ! "エラー値。

The error value is valid though, as it’s impossible to divide any value with 0.このエラー値は、それは不可能だ0で任意の値に分割する有効です。 However, it’s possible to suppress, hide or remove the #DIV/0!しかし、これを抑制するため、非表示または削除は# DIV / 0可能性が! error value in the cell for unsupported or invalid division formula by using IF worksheet function.ワークシート関数のIFを使用してサポートされていないか、または無効分割式のため、セルにエラー値。

To suppress #DIV/0 error value or keep #DIV/0!を抑制するには# DIV / 0エラー値または# DIV保つ/ 0 ! from appearing when there is an error, use the following formula in place of the standard division formula:表示されてからエラーがある場合、標準の分割式の代わりに次の数式を使用しています:

=IF(denominator=0,"",numerator/denominator) のIF =IF(denominator=0,"",numerator/denominator)

“Numerator” refers to the cell to be divided. "分子"のセルに分割されることを指します。 “Denominator” refers to the cell that is the divisor. "分母"は、除数されているセルを参照します。

For example, for formula of “A1/A2″ (cell A1 devided by cell A2), the formula to enter into the result cell is as below:のは、例えば、式" A1/A2 " (セルA1セルA2で割った値)は、結果をセルに数式を入力すると次のとおりです:

=IF(A2=0,"",A1/A2)

The formula above checks to see if the denominator equals zero (or is blank); if so, a blank cell is displayed.場合は、分母(または)空白になっています;もしそうならば、空白のセルはゼロに等しいのチェック上記の式が表示されます確認してください。 Otherwise, the cell that contains the function will display the result of the formula expression after calculating.それ以外の場合は、セルに数式を計算した後、式の結果を表示する機能を含んでいます。

Note: To display other information in the cell if the divisor is blank or zero, type the necessary information in the formula where the quotation marks (”") appear. If you want to display text, type it between these quotation marks. If you want to display anything else (values), type it instead of the quotation marks.ゼロの場合は、除数が空白になったり、入力式で、必要な情報は、二重引用符( " " )が表示されます注:セル内の他の情報を表示する場合は、これらの二重引用符の間のタイプはテキストを表示したい場合何(値)を入力表示するには、引用符ではなく。

Another IF worksheet formula that works utilizing the ISERROR condition.もう1つのワークシートの数式のIF ISERROR動作の条件を活用。 The syntax for the formula portion is:数式の部分の構文です:

=IF(ISERROR(numerator/denominator),"",numerator/denominator)

For example,例えば、

=IF(ISERROR(A1/A2),"",A1/A2) =のIF =IF(ISERROR(A1/A2),"",A1/A2)

Again, to display other information on the cell if the calculation result is erroneous, change the value of the middle parameter (text string requires quotation marks).計算結果を間違っている場合は、もう一度、セル上で、 (テキスト文字列を二重引用符を必要とする中間パラメータの値を変更する)その他の情報が表示されます。

After entering the error handling formula as above, users can drag to copy the formula to apply to other cells, and the similar formula will be applied automatically.上記の数式は、エラー処理を入力した後、ユーザーは、数式をコピーするには、他の細胞に適用し、ドラッグすることもできますが似たような数式を自動的に適用されます。

IMPORTANT : This is a machine translated page which is provided "as is" without warranty. 重要 :これはマシンとして"保証なしにされている"提供されているページを翻訳しています。 Machine translation may be difficult to understand.機械翻訳を理解するのが難しい場合があります。 Please refer toを参照してください original English articleオリジナルの英語の記事 whenever possible.可能な場合。

Share and contribute or get technical support and help at共有して貢献するかを得る技術サポートと支援 My Digital Life Forums 私のデジタルライフフォーラム .



Leave a Replyは、返信のままに

You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> これらのタグ :の<a href=""使用することができますtitle=""> <abbr title=""> <acronym title=""> <b>ダウンロード<blockquote cite=""> <cite>の<code> <デル日時= " " >の<em> <i> <q cite=""> <strike> <strong>

Subscribe without commentingチャンネル登録コメントなし


Custom Search

New Articles新しい記事

Incoming Search Terms for the Article着信は、文書の検索利用規約

fix a #Div/0!部修正/ 0 ! error in Excel Excelでのエラー - -