Files
2026-03-19 16:16:24 +01:00

40 lines
2.1 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<title>ISERR funkcija</title>
<meta charset="utf-8" />
<meta name="description" content="" />
<link type="text/css" rel="stylesheet" href="../../../../../../common/main/resources/help/editor.css" />
<link type="text/css" rel="stylesheet" href="../../images/sprite.css" />
<script type="text/javascript" src="../callback.js"></script>
<script type="text/javascript" src="../../../../../../common/main/resources/help/search/js/page-search.js"></script>
</head>
<body>
<div class="mainpart">
<div class="search-field">
<input id="search" class="searchBar" placeholder="Pretraga" type="text" onkeypress="doSearch(event)">
</div>
<h1>ISERR funkcija</h1>
<p><b>ISERR</b> funkcija je jedna od <a href="../UsageInstructions/InsertFunction.htm#information" onclick="onhyperlinkclick(this)">informacionih funkcija</a>. Koristi se za proveru vrednosti greške. Ako ćelija sadrži vrednost greške (osim #N/A), funkcija vraća TRUE, inače funkcija vraća FALSE.</p>
<h3>Sintaksa</h3>
<p><b><em>ISERR(value)</em></b></p>
<p><b>ISERR</b> funkcija ima sledeći argument:</p>
<table style="width: 40%">
<tr>
<th style="background-color: #f4f4f4" width="150ch"><b>Argument</b></th>
<th style="background-color: #f4f4f4"><b>Opis</b></th>
</tr>
<tr>
<td><b><em>value</em></b></td>
<td>Vrednost koju želite da testirate. Vrednost može biti prazna ćelija, greška, logička vrednost, tekst, broj, referentna vrednost ili ime koje se odnosi na bilo koju od ovih.</td>
</tr>
</table>
<h3>Napomene</h3>
<p><a href="../UsageInstructions/InsertFunction.htm#applyfunction" onclick="onhyperlinkclick(this)">Kako primeniti</a> <b>ISERR</b> funkciju.</p>
<h3>Primeri</h3>
<p>Slika ispod prikazuje rezultat koji vraća <b>ISERR</b> funkcija.</p>
<p><img alt="ISERR funkcija" src="../images/iserr.png" /></p>
</div>
</body>
</html>