Supress, Hide or Remove #DIV/0! وقمع ، وإخفاء أو إزالة # DIV / 0! Error in 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. في مايكروسوفت اكسل أو مكتب مايكروسوفت إكسل برنامج جداول البيانات ، عندما يتم تقسيم قيمة الصفر (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. خطأ في قيمة الخلية غير مدعومة أو غير صالحة للتقسيم من خلال استخدام صيغة ورقة العمل المتكامل وظيفة.

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)

“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. آخر صيغة ورقة العمل المتكامل الذي يعمل باستخدام ISERROR شرط. The syntax for the formula portion is: وقد لتركيب صيغة جزء هو :

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

For example, فعلى سبيل المثال ،

=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> يمكنك استخدام هذه العلامات : <ahref="" title=""> <abbrtitle=""> <acronymtitle=""> <b><blockquotecite=""> <cite><code><ديل datetime = ""> <em><i><qcite=""> <strike><strong>

Subscribe without commenting اكتتاب دون التعليق


Custom Search

New Articles المواد الجديدة

Incoming Search Terms for the Article ابحث الواردة للشروط المنصوص عليها في المادة

fix a #Div/0! تحديد # Div / 0! error in Excel خطأ في إكسل - --