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)

“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 : The page is machine translated and provided "as is" without warranty. חשוב: הדף מכונת תירגם מתפרסם "כמות שהוא" ללא אחריות. Machine translation may be difficult to understand. תרגום מכונה יכול להיות קשה להבין. Please refer to נא עיין original English article המאמר המקורי באנגלית whenever possible. בכל הזדמנות אפשרית.


2 Responses to “Supress, Hide or Remove #DIV/0! 2 תגובות ל "Suppress, הסתרה או הסרה של # DIV / 0! Error in Microsoft Office Excel” שגיאה ב-Microsoft Office Excel "

  1. Brad בראד
    July 29th, 2009 23:18 29 יולי 2009 23:18
    2 2

    Is there any way to do this without editing every single formula within the worksheet/workbook. האם יש דרך לעשות זאת ללא עריכת כל יחידה בתוך הנוסחה בגליון העבודה / חוברת עבודה. I have a worksheet that updates as data is added and I have a lot of divide by zero errors until Q3 and 4 data is entered. יש לי גליון נתונים עדכונים כי הוא הוסיף ויש לי הרבה לחלק אפס שגיאות עד ש 3 ו 4 הנתונים הוא נכנס. Do you know any other way to do this because I would have to go in and edit hundreds of formulas? האם אתה מכיר שום דרך אחרת לעשות את זה כי הייתי חייב להיכנס ולערוך מאות נוסחאות?

  2. Paul פול
    July 28th, 2009 22:21 28 יולי 2009 22:21
    1 1

    Thanks for the idea! תודה על הרעיון!

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> <del datetime = ""> <em> <i> <q cite=""> <strike> <strong>

Subscribe to comments feature has been disabled. כדי להירשם הערות תכונה הושבת. To receive notification of latest comments posted, subscribe to כדי לקבל הודעה העדכנית של תגובות, כדי להירשם My Digital Life Comments RSS feed החיים שלי דיגיטליות תגובות RSS Feed or או register to receive הרשמה לקבלת new comments in daily email digest. תגובות חדש ב דוא"ל תקציר יומי.
Custom Search

New Articles מאמרים חדשים

Incoming Search Terms for the Article תנאי נכנסות חיפוש עבור מאמרים

div 0 hide div 0 להסתיר - -- #DIV/0! # DIV / 0! - -- excel div 0 remove Excel div להסיר 0 - -- remove div 0 error in excel להסיר div 0 שגיאה ב-Excel - -- remove div 0 in excel להסיר div 0 ב-Excel - -- excel remove div 0 error Excel להסיר div שגיאה 0 - -- excel div 0 hide Excel div 0 להסתיר - -- hide div 0 in excel להסתיר div 0 ב-Excel - -- how to hide div 0 in excel איך להסתיר div 0 ב-Excel - -- remove #div/0! להסיר # DIV / 0! - -- REMOVE DIV 0 REMOVE DIV 0 - -- #DIV/0 # DIV / 0 - -- #div/0! # DIV / 0! why מדוע - -- hiding div 0 in excel הסתרת div 0 ב-Excel - -- hide divide by zero error in excel 2007 להסתיר לחלק אפס שגיאה ב-Excel 2007 - -- hide #DIV/0! להסתיר # DIV / 0! - -- how to replace div 0 in excel כיצד להחליף div 0 ב-Excel - -- HOW TO HIDE #DIV/0! איך להסתיר את # DIV / 0! - -- if #DIV/0! אם # DIV / 0! - -- div 0 remove div להסיר 0 - -- how to hide errors in excel כיצד להסתיר שגיאות ב-Excel - -- removing div 0 error in excel הסרת div 0 שגיאה ב-Excel - -- #value excel remove # ערך Excel להסיר - -- #div/0! # DIV / 0! remove excel להסיר Excel - -- CHANGING A #DIV/0! שינוי # DIV / 0! TO DISPLAY 0 כדי להציג 0 - -- delete errors macro excel למחוק שגיאות מאקרו Excel - -- disable values in excel ערכי להשבית ב-Excel - -- div 0 excel div 0 Excel - -- do not show div 0 in excel לא להראות div 0 ב-Excel - -- excel hide divide by zero Excel להסתיר לחלק אפס - -- excel: how to surpress #div/0! Excel: איך לדכא # DIV / 0! - -- excel #DIV/0! Excel # DIV / 0! - -- Excel + hiding #DIV/0! Excel + מסתתר # DIV / 0! - -- excel remove #DIV/0! Excel להסיר # DIV / 0! - -- excel hide error values 2007 Excel להסתיר את ערכי השגיאה 2007 - -- excel formula to remove 'div/0!' Excel הנוסחה להסיר "DIV / 0!" - -- excel format to remove !div/0 Excel בפורמט להסיר! DIV / 0 - -- excel suppress formulas in worksheet Excel לדכא נוסחאות בגליון - -- excel #div/0! Excel # DIV / 0! error שגיאה - -- excel how to remove #VALUE! Excel כיצד להסיר # VALUE! out of formula מתוך הנוסחה - -- excel hide #DIV/0! Excel להסתיר # DIV / 0! in formulas בנוסחאות - -- Getting #DIV/0!, how to get 0%? התחלת # DIV / 0!, איך להגיע 0%? - -- Hide #DIV 0! הסתר DIV # 0! - -- hiding errors in excel 07 הסתרת שגיאות ב-Excel 07 - -- Hide in Excel #DIV/0! הסתר ב-Excel # DIV / 0! - -- how to avoid div 0 error in excel כיצד להימנע div 0 שגיאה ב-Excel - -- How do you divide 0 by 0 on Microsoft Excel איך אתה מחלק 0 ידי 0 ב-Microsoft Excel - -- how do you remove the #DIV/0! איך אתה יכול להסיר את # DIV / 0! in a formula result in excel? התוצאה נוסחה ב-Excel? - -- how to eliminate div/0 error in excel איך לחסל DIV / 0 שגיאה ב-Excel - -- HOW TO AVOID #div/0! כיצד להימנע # DIV / 0! BEING SHOWN IN THE CELL IN EXCEL היות שמוצג בתא EXCEL - --