mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-25 19:44:01 +08:00
29 lines
1.4 KiB
HTML
29 lines
1.4 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>NA 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>NA funkcija</h1>
|
|
<p><b>NA</b> funkcija je jedna od <a href="../UsageInstructions/InsertFunction.htm#information" onclick="onhyperlinkclick(this)">informativnih funkcija</a>. Koristi se za vraćanje vrednosti greške <b>#N/A</b>. Ova funkcija <b>ne</b> zahteva argument.</p>
|
|
<h3>Sintaksa</h3>
|
|
<p><b><em>NA()</em></b></p>
|
|
<h3>Napomene</h3>
|
|
<p><a href="../UsageInstructions/InsertFunction.htm#applyfunction" onclick="onhyperlinkclick(this)">Kako primeniti</a> <b>NA</b> funkciju.</p>
|
|
|
|
<h3>Primeri</h3>
|
|
<p>Slika ispod prikazuje rezultat koji vraća <b>NA</b> funkcija.</p>
|
|
<p><img alt="NA funkcija" src="../images/na.png" /></p>
|
|
</div>
|
|
</body>
|
|
</html> |