Supress, Hide or Remove #DIV/0! Undertrycka, dölja eller ta bort # DIV / 0! Error in Microsoft Office Excel Fel i 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. I Microsoft Excel eller Microsoft Office Excel kalkylprogram, när ett värde dividerat med noll (0) eller en tom cell i formel, den cell som visar resultatet kommer att visa fel värde # DIV / 0! Som resultatet av beräkningen .
The error value may give wrong impression to readers especially when the workbook or worksheet is still in preparation. Felet värde kan ge fel intryck till läsaren särskilt när arbetsbok eller ett kalkylblad är fortfarande under utarbetande. 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. Och det är inte en yrkes-eller trevligt ser när samma formel tillämpas på flera celler genom att dra eller kopiera och alla dessa rader eller kolumner återvända en "# DIV / 0!" Felvärde.
The error value is valid though, as it’s impossible to divide any value with 0. Felet är giltigt men eftersom det är omöjligt att dela upp något värde med 0. However, it’s possible to suppress, hide or remove the #DIV/0! Men det är möjligt att undertrycka, dölja eller ta bort # DIV / 0! error value in the cell for unsupported or invalid division formula by using IF worksheet function. felvärde i rutan för felaktigt eller ogiltigt division formel med hjälp av IF kalkylblad funktion.
To suppress #DIV/0 error value or keep #DIV/0! Att undertrycka # DIV / 0 fel värde eller hålla # DIV / 0! from appearing when there is an error, use the following formula in place of the standard division formula: visas när det finns ett fel genom att använda följande formel istället för den vanliga uppdelningen formel:
=IF(denominator=0,"",numerator/denominator)
“Numerator” refers to the cell to be divided. "Täljare" hänvisar till den cell som ska delas. “Denominator” refers to the cell that is the divisor. "Nämnare" hänvisar till den cell som är 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: Till exempel, för formel av "A1/A2" (cell A1 dividerat med cell A2), formeln för att träda i resultatet cell är enligt nedan:
=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. Formeln ovan kontroller för att se om nämnaren är lika med noll (eller tom), i så fall, en tom cell visas. Otherwise, the cell that contains the function will display the result of the formula expression after calculating. Annars är den cell som innehåller funktionen kommer att visa resultatet av formeln uttryck efter beräkning.
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. OBS: För att visa annan information i cellen om divisor är tom eller noll, skriv de nödvändiga uppgifterna i formeln där citattecken ( "") visas. Om du vill visa text, skriv in det mellan dessa citattecken. Om du vill visa något annat (värden), skriv det i stället för citattecken.
Another IF worksheet formula that works utilizing the ISERROR condition. En annan om kalkylbladsformel som fungerar med hjälp av den ISERROR villkor. The syntax for the formula portion is: Syntaxen för formel del är:
=IF(ISERROR(numerator/denominator),"",numerator/denominator)
For example, Till exempel,
=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). Igen, för att visa annan information om cellen, om resultatet är felaktigt, ändra värdet i mitten parameter (textsträng kräver citattecken).
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. När du har angett felhantering formel som ovan kan användare dra för att kopiera den formel som tillämpas på andra celler, och liknande formel skall tillämpas automatiskt.
IMPORTANT : This is a machine translated page which is provided "as is" without warranty. VIKTIGT: Detta är en maskin som översatt sida som tillhandahålls "i befintligt skick" utan garanti. Machine translation may be difficult to understand. Maskinöversättning kan vara svårt att förstå. Please refer to Se original English article ursprungliga engelska artikeln whenever possible. när så är möjligt.
Share and contribute or get technical support and help at Dela och bidra eller få teknisk support och hjälp vid My Digital Life Forums Mitt digitala liv forum .
Related Articles Relaterade artiklar
- Remove and Uninstall Microsoft Office Activation Assistant - Fix Office Must Be Installed Error Ta bort och avinstallera Microsoft Office aktivering assistent - Fix Office måste installeras fel
- The Connected State of Office Add-ins Registered in HKEY_LOCAL_MACHINE Cannot Be Changed Error When Enable or Disable in Office Outlook/Word/Excel 2007 Den anslutna staten Office Add-ins Registrerad i HKEY_LOCAL_MACHINE kan inte ändras fel när Aktivera eller inaktivera i Office Outlook / Word / Excel 2007
- New Microsoft Office 2007 File Formats and Extensions for Word, Excel and PowerPoint Files Nya Microsoft Office 2007-filformat och tillägg för Word, Excel och PowerPoint-filer
- Export and Save Word or Excel Documents as Acrobat PDF or XPS Files Directly from Microsoft Office 2007 with Add-in Exportera och spara Word-eller Excel-dokument som Acrobat PDF eller XPS-filer direkt från Microsoft Office 2007-tillägg
- Remove Excel Workbook or Worksheet Lost Password for Free Ta bort Excel-arbetsbok eller kalkylblad Glömt lösenord gratis
- Remove and Hide Facebook Ads Ta bort och gömma Facebook-annonser
- How to Disable Recent Documents History in Office 2007 Excel, Word and PowerPoint Inaktivera Senast använda dokument riksmuseet i Office 2007 Excel, Word och PowerPoint
- How to Hide or Remove Gmail Spam Counter Hur man dölja eller ta bort Gmail Spam Counter
- Enable and Turn On AutoRecover in Office Word, Excel and PowerPoint for Unsaved File Discovery Aktivera och slår på automatiskt i Office Word, Excel och PowerPoint för fil Discovery
- How to Clear and Delete Recent Documents List in Office 2007 (Word, Excel, PowerPoint) Hur man rensar och ta bort Senast använda dokument Lista i Office 2007 (Word, Excel, PowerPoint)

























