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

154 lines
51 KiB
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html>
<head>
<title>Umetanje funkcija</title>
<meta charset="utf-8" />
<meta name="description" content="Umetnite funkcije za obavljanje osnovnih proračuna" />
<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>Umetanje funkcija</h1>
<p>Mogućnost obavljanja osnovnih proračuna je glavni razlog za korišćenje <a href="https://www.onlyoffice.com/spreadsheet-editor.aspx" target="_blank" onclick="onhyperlinkclick(this)"><b>Spreadsheet Editor</b></a>-a. Neki od njih se izvršavaju automatski kada izaberete opseg ćelija u tabeli:</p>
<ul>
<li><b>Average</b> se koristi za analizu izabranog opsega ćelija i pronalaženje prosečne vrednosti.</li>
<li><b>Count</b> se koristi za brojanje izabranih ćelija koje sadrže vrednosti, ignorišući prazne ćelije.</li>
<li><b>Min</b> se koristi za analizu opsega podataka i pronalaženje najmanjeg broja.</li>
<li><b>Max</b> se koristi za analizu opsega podataka i pronalaženje najvećeg broja.</li>
<li><b>Sum</b> se koristi za sabiranje svih brojeva u izabranom opsegu, ignorišući prazne ćelije ili one koje sadrže tekst.</li>
</ul>
<p>Rezultati ovih proračuna prikazuju se u donjem desnom uglu statusne trake. Statusnom trakom možete upravljati tako što ćete kliknuti desnim tasterom miša na nju i izabrati samo one funkcije koje želite da budu prikazane.</p>
<p><img alt="Osnovni proračuni" src="../images/basiccalculations.png" /></p>
<p>Da biste izvršili bilo koji drugi proračun, možete ručno uneti potrebnu formulu koristeći uobičajene matematičke operatore ili umetnuti unapred definisanu formulu <b>Function</b>.</p>
<p>Mogućnosti za rad sa <b>Functions</b> dostupne su i na karticama <b>Home</b> i <b>Formula</b>, ili pritiskom na kombinaciju tastera <em>Shift+F3</em>. Na kartici <b>Home</b> možete koristiti dugme <b>Insert function</b> <span class="icon icon-insertfunction"></span> da dodate jednu od najčešće korišćenih funkcija (SUM, AVERAGE, MIN, MAX, COUNT) ili da otvorite prozor <b>Insert Function</b> koji sadrži sve dostupne funkcije klasifikovane po kategorijama. Koristite polje za pretragu da pronađete tačnu funkciju po nazivu.</p>
<p><img alt="Umetanje funkcije" src="../images/insertfunctionwindow.png" /></p>
<p>Na kartici <b>Formula</b> možete koristiti sledeća dugmad:</p>
<p><img alt="Kartica Formula" src="../images/interface/formulatab.png" /></p>
<ul>
<li><b>Function</b> - otvara prozor <b>Insert Function</b> koji sadrži sve dostupne funkcije klasifikovane po kategorijama.</li>
<li><b>Autosum</b> - omogućava brz pristup funkcijama SUM, MIN, MAX, COUNT. Kada izaberete funkciju iz ove grupe, ona automatski obavlja proračune za sve ćelije u koloni iznad izabrane ćelije tako da ne morate da unosite argumente.</li>
<li><b>Recently used</b> - omogućava brz pristup za 10 poslednje korišćenih funkcija.</li>
<li><b>Financial</b>, <b>Logical</b>, <b>Text and data</b>, <b>Date and time</b>, <b>Lookup and references</b>, <b>Math and trigonometry</b> - omogućavaju brz pristup funkcijama koje pripadaju odgovarajućim kategorijama.</li>
<li><b>More functions</b> - omogućava pristup funkcijama iz sledećih grupa: <b>Database</b>, <b>Engineering</b>, <b>Information</b> i <b>Statistical</b>.</li>
<li><b>Named ranges</b> - otvara <b>Name Manager</b>, ili definiše novi naziv, ili umeće naziv kao argument funkcije. Za više detalja, pogledajte <a href="UseNamedRanges.htm" onclick="onhyperlinkclick(this)">ovu stranicu</a>.</li>
<li><b>Trace Precedents</b> - prikazuje strelice koje označavaju koje ćelije utiču na vrednost izabrane ćelije.</li>
<li><b>Trace Dependents</b> - prikazuje strelice koje označavaju na koje ćelije utiče vrednost izabrane ćelije.</li>
<li><b>Remove Arrows</b> - uklanja strelice koje se koriste za precedents i dependents. Kliknite na strelicu pored opcije <b>Remove Arrows</b> da izaberete da li želite da uklonite sve strelice, strelice precedents ili strelice dependents.</li>
<li><b>Show Formulas</b> - prikazuje formule u ćelijama umesto konačnih rezultata formula.</li>
<li><b>Watch Window</b> - prikazuje promene u ćelijama koje trenutno nisu u vidljivom području radnog lista. Da biste saznali više o Watch Window opciji, pročitajte <a href="../UsageInstructions/WatchWindow.htm" onclick="onhyperlinkclick(this)">sledeći članak</a>.</li>
<li><b>Calculation</b> - primorava program da ponovo izračuna funkcije.</li>
</ul>
<h3 id="applyfunction">Kako primeniti funkcije</h3>
<p>Da biste umetnuli funkciju,</p>
<ol>
<li>Izaberite ćeliju u koju želite da umetnete funkciju.</li>
<li>Nastavite na jedan od sledećih načina:
<ul>
<li>prebacite se na karticu <b>Formula</b> i koristite dugmad dostupna na gornjoj traci sa alatkama da pristupite funkciji iz određene grupe, zatim kliknite na potrebnu funkciju da otvorite čarobnjak <b>Function Arguments</b>. Takođe možete koristiti opciju <b>Additional</b> iz menija ili kliknuti na dugme <div class = "icon icon-functionicon"></div> <b>Function</b> na gornjoj traci sa alatkama da otvorite prozor <b>Insert Function</b>.</li>
<li>prebacite se na karticu <b>Home</b>, kliknite na ikonu <b>Insert function</b> <div class = "icon icon-insertfunction"></div>, izaberite jednu od često korišćenih funkcija (SUM, AVERAGE, MIN, MAX, COUNT) ili kliknite opciju <b>Additional</b> da otvorite prozor <b>Insert Function</b>.</li>
<li>kliknite desnim tasterom miša unutar izabrane ćelije i izaberite opciju <b>Insert Function</b> iz kontekstnog menija.</li>
<li>kliknite na ikonu <div class = "icon icon-function"></div> ispred trake formule.</li>
</ul>
</li>
<li>U otvorenom prozoru <b>Insert Function</b>, unesite naziv u polje za pretragu ili izaberite potrebnu grupu funkcija, zatim izaberite željenu funkciju sa liste i kliknite <b>OK</b>.
<p>Kada kliknete na potrebnu funkciju, otvoriće se prozor <b>Function Arguments</b>:</p>
<p><img alt="Argumenti funkcije" src="../images/functionarguments.png" /></p>
</li>
<li>
U otvorenom prozoru <b>Function Arguments</b>, unesite potrebne vrednosti za svaki argument.
<p>Argumente funkcije možete uneti ručno ili klikom na ikonu <span class="icon icon-changerange"></span> i izborom ćelije ili opsega ćelija koji će se koristiti kao argument.</p>
<p class="note"><b>Napomena</b>: uopšteno, kao argumenti funkcije mogu se koristiti brojčane vrednosti, logičke vrednosti (TRUE, FALSE), tekstualne vrednosti (moraju biti pod navodnicima), reference na ćelije, reference na opseg ćelija, <a href="UseNamedRanges.htm#usingnames" onclick="onhyperlinkclick(this)">nazivi dodeljeni opsezima</a> i druge funkcije.</p>
<p>Rezultat funkcije biće prikazan ispod.</p>
</li>
<li>Kada su svi argumenti navedeni, kliknite na dugme <b>OK</b> u prozoru <b>Function Arguments</b>.</li>
</ol>
<p>Da biste ručno uneli funkciju pomoću tastature,</p>
<ol>
<li>Izaberite ćeliju.</li>
<li>Unesite znak jednakosti (=).
<p>Svaka formula mora početi znakom jednakosti (=).</p>
</li>
<li>Unesite naziv funkcije.
<p>Kada unesete početna slova, prikazaće se lista <b>Formula Autocomplete</b>. Dok kucate, u njoj se prikazuju stavke (formule i nazivi) koje odgovaraju unetim karakterima. Ako zadržite pokazivač miša iznad formule, prikazaće se oblačić sa opisom formule. Možete izabrati potrebnu formulu sa liste i ubaciti je klikom na nju ili pritiskom na taster <b>Tab</b>.</p>
</li>
<li>Unesite argumente funkcije ručno ili prevlačenjem izaberite opseg ćelija koji će biti uključen kao argument. Ako funkcija zahteva više argumenata, oni moraju biti razdvojeni zarezima.
<p>Argumenti moraju biti u zagradama. Otvorena zagrada '(' se automatski dodaje ako izaberete funkciju sa liste. Kada unosite argumente, prikazuje se i oblačić koji sadrži sintaksu formule. </p>
<p>
<img alt="Opis funkcije" src="../images/functiontooltip.png" />
</p>
</li>
<li>Kada su svi argumenti navedeni, unesite zatvorenu zagradu ')' i pritisnite <b>Enter</b>.</li>
</ol>
<p>Ako unesete nove podatke ili promenite vrednosti koje se koriste kao argumenti, preračunavanje funkcija se podrazumevano obavlja automatski. Možete naterati program da preračuna funkcije pomoću dugmeta <b>Calculation</b> na kartici <b>Formula</b>. Kliknite na dugme <span class="icon icon-calculationicon"></span> <b>Calculation</b> da preračunate celu radnu svesku, ili kliknite na strelicu ispod dugmeta i izaberite potrebnu opciju iz menija: <b>Calculate workbook</b> ili <b>Calculate current sheet</b>. <!--Pomoću dugmeta <b>Calculate</b> možete izabrati i željeni režim preračunavanja: automatski ili ručni.--></p>
<p>Takođe možete koristiti sledeće kombinacije tastera: <b>F9</b> za preračunavanje radne sveske, <b>Shift +F9</b> za preračunavanje trenutnog radnog lista.</p>
<p>Ovde je lista dostupnih funkcija grupisanih po kategorijama:</p>
<table class="helptable">
<tr class="headerlite">
<td width="25%"><b>Kategorija funkcija</b></td>
<td width="40%"><b>Opis</b></td>
<td width="35%"><b>Funkcije</b></td>
</tr>
<tr>
<td id="textdata">Funkcije za tekst i podatke</td>
<td>Koriste se za pravilno prikazivanje tekstualnih podataka u tabeli.</td>
<td><a href="../Functions/arraytotext.htm" onclick="onhyperlinkclick(this)">ARRAYTOTEXT</a>; <a href="../Functions/asc.htm" onclick="onhyperlinkclick(this)">ASC</a>; <a href="../Functions/char.htm" onclick="onhyperlinkclick(this)">CHAR</a>; <a href="../Functions/clean.htm" onclick="onhyperlinkclick(this)">CLEAN</a>; <a href="../Functions/code.htm" onclick="onhyperlinkclick(this)">CODE</a>; <a href="../Functions/concatenate.htm" onclick="onhyperlinkclick(this)">CONCATENATE</a>; <a href="../Functions/concat.htm" onclick="onhyperlinkclick(this)">CONCAT</a>; <a href="../Functions/dollar.htm" onclick="onhyperlinkclick(this)">DOLLAR</a>; <a href="../Functions/exact.htm" onclick="onhyperlinkclick(this)">EXACT</a>; <a href="../Functions/find.htm" onclick="onhyperlinkclick(this)">FIND</a>; <a href="../Functions/find.htm" onclick="onhyperlinkclick(this)">FINDB</a>; <a href="../Functions/fixed.htm" onclick="onhyperlinkclick(this)">FIXED</a>; <a href="../Functions/importrange.htm" onclick="onhyperlinkclick(this)">IMPORTRANGE</a>; <a href="../Functions/left.htm" onclick="onhyperlinkclick(this)">LEFT</a>; <a href="../Functions/left.htm" onclick="onhyperlinkclick(this)">LEFTB</a>; <a href="../Functions/len.htm" onclick="onhyperlinkclick(this)">LEN</a>; <a href="../Functions/len.htm" onclick="onhyperlinkclick(this)">LENB</a>; <a href="../Functions/lower.htm" onclick="onhyperlinkclick(this)">LOWER</a>; <a href="../Functions/mid.htm" onclick="onhyperlinkclick(this)">MID</a>; <a href="../Functions/mid.htm" onclick="onhyperlinkclick(this)">MIDB</a>; <a href="../Functions/numbervalue.htm" onclick="onhyperlinkclick(this)">NUMBERVALUE</a>; <a href="../Functions/proper.htm" onclick="onhyperlinkclick(this)">PROPER</a>; <a href="../Functions/replace.htm" onclick="onhyperlinkclick(this)">REPLACE</a>; <a href="../Functions/replace.htm" onclick="onhyperlinkclick(this)">REPLACEB</a>; <a href="../Functions/rept.htm" onclick="onhyperlinkclick(this)">REPT</a>; <a href="../Functions/right.htm" onclick="onhyperlinkclick(this)">RIGHT</a>; <a href="../Functions/right.htm" onclick="onhyperlinkclick(this)">RIGHTB</a>; <a href="../Functions/search.htm" onclick="onhyperlinkclick(this)">SEARCH</a>; <a href="../Functions/search.htm" onclick="onhyperlinkclick(this)">SEARCHB</a>; <a href="../Functions/substitute.htm" onclick="onhyperlinkclick(this)">SUBSTITUTE</a>; <a href="../Functions/t.htm" onclick="onhyperlinkclick(this)">T</a>; <a href="../Functions/text.htm" onclick="onhyperlinkclick(this)">TEXT</a>; <a href="../Functions/textjoin.htm" onclick="onhyperlinkclick(this)">TEXTJOIN</a>; <a href="../Functions/trim.htm" onclick="onhyperlinkclick(this)">TRIM</a>; <a href="../Functions/unichar.htm" onclick="onhyperlinkclick(this)">UNICHAR</a>; <a href="../Functions/unicode.htm" onclick="onhyperlinkclick(this)">UNICODE</a>; <a href="../Functions/upper.htm" onclick="onhyperlinkclick(this)">UPPER</a>; <a href="../Functions/value.htm" onclick="onhyperlinkclick(this)">VALUE</a>; <a href="../Functions/textbefore.htm" onclick="onhyperlinkclick(this)">TEXTBEFORE</a>; <a href="../Functions/textafter.htm" onclick="onhyperlinkclick(this)">TEXTAFTER</a>; <a href="../Functions/textsplit.htm" onclick="onhyperlinkclick(this)">TEXTSPLIT</a></td>
</tr>
<tr>
<td id="statistical">Statističke funkcije</td>
<td>Koriste se za analizu podataka: pronalaženje prosečne vrednosti, najvećih ili najmanjih vrednosti u opsegu ćelija.</td>
<td><a href="../Functions/avedev.htm" onclick="onhyperlinkclick(this)">AVEDEV</a>; <a href="../Functions/average.htm" onclick="onhyperlinkclick(this)">AVERAGE</a>; <a href="../Functions/averagea.htm" onclick="onhyperlinkclick(this)">AVERAGEA</a>; <a href="../Functions/averageif.htm" onclick="onhyperlinkclick(this)">AVERAGEIF</a>; <a href="../Functions/averageifs.htm" onclick="onhyperlinkclick(this)">AVERAGEIFS</a>; <a href="../Functions/betadist.htm" onclick="onhyperlinkclick(this)">BETADIST</a>; <a href="../Functions/beta-dist.htm" onclick="onhyperlinkclick(this)">BETA.DIST</a>; <a href="../Functions/beta-inv.htm" onclick="onhyperlinkclick(this)">BETA.INV</a>; <a href="../Functions/betainv.htm" onclick="onhyperlinkclick(this)">BETAINV</a>; <a href="../Functions/binomdist.htm" onclick="onhyperlinkclick(this)">BINOMDIST</a>; <a href="../Functions/binom-dist.htm" onclick="onhyperlinkclick(this)">BINOM.DIST</a>; <a href="../Functions/binom-dist-range.htm" onclick="onhyperlinkclick(this)">BINOM.DIST.RANGE</a>; <a href="../Functions/binom-inv.htm" onclick="onhyperlinkclick(this)">BINOM.INV</a>; <a href="../Functions/chidist.htm" onclick="onhyperlinkclick(this)">CHIDIST</a>; <a href="../Functions/chiinv.htm" onclick="onhyperlinkclick(this)">CHIINV</a>; <a href="../Functions/chisq-dist.htm" onclick="onhyperlinkclick(this)">CHISQ.DIST</a>; <a href="../Functions/chisq-dist-rt.htm" onclick="onhyperlinkclick(this)">CHISQ.DIST.RT</a>; <a href="../Functions/chisq-inv.htm" onclick="onhyperlinkclick(this)">CHISQ.INV</a>; <a href="../Functions/chisq-inv-rt.htm" onclick="onhyperlinkclick(this)">CHISQ.INV.RT</a>; <a href="../Functions/chitest.htm" onclick="onhyperlinkclick(this)">CHITEST</a>; <a href="../Functions/chisq-test.htm" onclick="onhyperlinkclick(this)">CHISQ.TEST</a>; <a href="../Functions/confidence.htm" onclick="onhyperlinkclick(this)">CONFIDENCE</a>; <a href="../Functions/confidence-norm.htm" onclick="onhyperlinkclick(this)">CONFIDENCE.NORM</a>; <a href="../Functions/confidence-t.htm" onclick="onhyperlinkclick(this)">CONFIDENCE.T</a>; <a href="../Functions/correl.htm" onclick="onhyperlinkclick(this)">CORREL</a>; <a href="../Functions/count.htm" onclick="onhyperlinkclick(this)">COUNT</a>; <a href="../Functions/counta.htm" onclick="onhyperlinkclick(this)">COUNTA</a>; <a href="../Functions/countblank.htm" onclick="onhyperlinkclick(this)">COUNBLANK</a>; <a href="../Functions/countif.htm" onclick="onhyperlinkclick(this)">COUNTIF</a>; <a href="../Functions/countifs.htm" onclick="onhyperlinkclick(this)">COUNTIFS</a>; <a href="../Functions/covar.htm" onclick="onhyperlinkclick(this)">COVAR</a>; <a href="../Functions/covariance-p.htm" onclick="onhyperlinkclick(this)">COVARIANCE.P</a>; <a href="../Functions/covariance-s.htm" onclick="onhyperlinkclick(this)">COVARIANCE.S</a>; <a href="../Functions/critbinom.htm" onclick="onhyperlinkclick(this)">CRITBINOM</a>; <a href="../Functions/devsq.htm" onclick="onhyperlinkclick(this)">DEVSQ</a>; <a href="../Functions/expon-dist.htm" onclick="onhyperlinkclick(this)">EXPON.DIST</a>; <a href="../Functions/expondist.htm" onclick="onhyperlinkclick(this)">EXPONDIST</a>; <a href="../Functions/f-dist.htm" onclick="onhyperlinkclick(this)">F.DIST</a>; <a href="../Functions/fdist.htm" onclick="onhyperlinkclick(this)">FDIST</a>; <a href="../Functions/f-dist-rt.htm" onclick="onhyperlinkclick(this)">F.DIST.RT</a>; <a href="../Functions/f-inv.htm" onclick="onhyperlinkclick(this)">F.INV</a>; <a href="../Functions/finv.htm" onclick="onhyperlinkclick(this)">FINV</a>; <a href="../Functions/f-inv-rt.htm" onclick="onhyperlinkclick(this)">F.INV.RT</a>; <a href="../Functions/fisher.htm" onclick="onhyperlinkclick(this)">FISHER</a>; <a href="../Functions/fisherinv.htm" onclick="onhyperlinkclick(this)">FISHERINV</a>; <a href="../Functions/forecast.htm" onclick="onhyperlinkclick(this)">FORECAST</a>; <a href="../Functions/forecast-ets.htm" onclick="onhyperlinkclick(this)">FORECAST.ETS</a>; <a href="../Functions/forecast-ets-confint.htm" onclick="onhyperlinkclick(this)">FORECAST.ETS.CONFINT</a>; <a href="../Functions/forecast-ets-seasonality.htm" onclick="onhyperlinkclick(this)">FORECAST.ETS.SEASONALITY</a>; <a href="../Functions/forecast-ets-stat.htm" onclick="onhyperlinkclick(this)">FORECAST.ETS.STAT</a>; <a href="../Functions/forecast-linear.htm" onclick="onhyperlinkclick(this)">FORECAST.LINEAR</a>; <a href="../Functions/frequency.htm" onclick="onhyperlinkclick(this)">FREQUENCY</a>; <a href="../Functions/ftest.htm" onclick="onhyperlinkclick(this)">FTEST</a>; <a href="../Functions/f-test.htm" onclick="onhyperlinkclick(this)">F.TEST</a>; <a href="../Functions/gamma.htm" onclick="onhyperlinkclick(this)">GAMMA</a>; <a href="../Functions/gamma-dist.htm" onclick="onhyperlinkclick(this)">GAMMA.DIST</a>; <a href="../Functions/gammadist.htm" onclick="onhyperlinkclick(this)">GAMMADIST</a>; <a href="../Functions/gamma-inv.htm" onclick="onhyperlinkclick(this)">GAMMA.INV</a>; <a href="../Functions/gammainv.htm" onclick="onhyperlinkclick(this)">GAMMAINV</a>; <a href="../Functions/gammaln.htm" onclick="onhyperlinkclick(this)">GAMMALN</a>; <a href="../Functions/gammaln-precise.htm" onclick="onhyperlinkclick(this)">GAMMALN.PRECISE</a>; <a href="../Functions/gauss.htm" onclick="onhyperlinkclick(this)">GAUSS</a>; <a href="../Functions/geomean.htm" onclick="onhyperlinkclick(this)">GEOMEAN</a>; <a href="../Functions/growth.htm" onclick="onhyperlinkclick(this)">GROWTH</a>; <a href="../Functions/harmean.htm" onclick="onhyperlinkclick(this)">HARMEAN</a>; <a href="../Functions/hypgeomdist.htm" onclick="onhyperlinkclick(this)">HYPGEOMDIST</a>; <a href="../Functions/hypgeom-dist.htm" onclick="onhyperlinkclick(this)">HYPGEOM.DIST</a>; <a href="../Functions/intercept.htm" onclick="onhyperlinkclick(this)">INTERCEPT</a>; <a href="../Functions/kurt.htm" onclick="onhyperlinkclick(this)">KURT</a>; <a href="../Functions/large.htm" onclick="onhyperlinkclick(this)">LARGE</a>; <a href="../Functions/linest.htm" onclick="onhyperlinkclick(this)">LINEST</a>; <a href="../Functions/logest.htm" onclick="onhyperlinkclick(this)">LOGEST</a>, <a href="../Functions/loginv.htm" onclick="onhyperlinkclick(this)">LOGINV</a>; <a href="../Functions/lognorm-dist.htm" onclick="onhyperlinkclick(this)">LOGNORM.DIST</a>; <a href="../Functions/lognorm-inv.htm" onclick="onhyperlinkclick(this)">LOGNORM.INV</a>; <a href="../Functions/lognormdist.htm" onclick="onhyperlinkclick(this)">LOGNORMDIST</a>; <a href="../Functions/max.htm" onclick="onhyperlinkclick(this)">MAX</a>; <a href="../Functions/maxa.htm" onclick="onhyperlinkclick(this)">MAXA</a>; <a href="../Functions/maxifs.htm" onclick="onhyperlinkclick(this)">MAXIFS</a>; <a href="../Functions/median.htm" onclick="onhyperlinkclick(this)">MEDIAN</a>; <a href="../Functions/min.htm" onclick="onhyperlinkclick(this)">MIN</a>; <a href="../Functions/mina.htm" onclick="onhyperlinkclick(this)">MINA</a>; <a href="../Functions/minifs.htm" onclick="onhyperlinkclick(this)">MINIFS</a>; <a href="../Functions/mode.htm" onclick="onhyperlinkclick(this)">MODE</a>; <a href="../Functions/mode-mult.htm" onclick="onhyperlinkclick(this)">MODE.MULT</a>; <a href="../Functions/mode-sngl.htm" onclick="onhyperlinkclick(this)">MODE.SNGL</a>; <a href="../Functions/negbinomdist.htm" onclick="onhyperlinkclick(this)">NEGBINOMDIST</a>; <a href="../Functions/negbinom-dist.htm" onclick="onhyperlinkclick(this)">NEGBINOM.DIST</a>; <a href="../Functions/normdist.htm" onclick="onhyperlinkclick(this)">NORMDIST</a>; <a href="../Functions/norm-dist.htm" onclick="onhyperlinkclick(this)">NORM.DIST</a>; <a href="../Functions/norminv.htm" onclick="onhyperlinkclick(this)">NORMINV</a>; <a href="../Functions/norm-inv.htm" onclick="onhyperlinkclick(this)">NORM.INV</a>; <a href="../Functions/normsdist.htm" onclick="onhyperlinkclick(this)">NORMSDIST</a>; <a href="../Functions/norm-s-dist.htm" onclick="onhyperlinkclick(this)">NORM.S.DIST</a>; <a href="../Functions/normsinv.htm" onclick="onhyperlinkclick(this)">NORMSINV</a>; <a href="../Functions/norm-s-inv.htm" onclick="onhyperlinkclick(this)">NORM.S.INV</a>; <a href="../Functions/pearson.htm" onclick="onhyperlinkclick(this)">PEARSON</a>; <a href="../Functions/percentile.htm" onclick="onhyperlinkclick(this)">PERCENTILE</a>; <a href="../Functions/percentile-exc.htm" onclick="onhyperlinkclick(this)">PERCENTILE.EXC</a>; <a href="../Functions/percentile-inc.htm" onclick="onhyperlinkclick(this)">PERCENTILE.INC</a>; <a href="../Functions/percentrank.htm" onclick="onhyperlinkclick(this)">PERCENTRANK</a>; <a href="../Functions/percentrank-exc.htm" onclick="onhyperlinkclick(this)">PERCENTRANK.EXC</a>; <a href="../Functions/percentrank-inc.htm" onclick="onhyperlinkclick(this)">PERCENTRANK.INC</a>; <a href="../Functions/permut.htm" onclick="onhyperlinkclick(this)">PERMUT</a>; <a href="../Functions/permutationa.htm" onclick="onhyperlinkclick(this)">PERMUTATIONA</a>; <a href="../Functions/phi.htm" onclick="onhyperlinkclick(this)">PHI</a>; <a href="../Functions/poisson.htm" onclick="onhyperlinkclick(this)">POISSON</a>; <a href="../Functions/poisson-dist.htm" onclick="onhyperlinkclick(this)">POISSON.DIST</a>; <a href="../Functions/prob.htm" onclick="onhyperlinkclick(this)">PROB</a>; <a href="../Functions/quartile.htm" onclick="onhyperlinkclick(this)">QUARTILE</a>; <a href="../Functions/quartile-exc.htm" onclick="onhyperlinkclick(this)">QUARTILE.EXC</a>; <a href="../Functions/quartile-inc.htm" onclick="onhyperlinkclick(this)">QUARTILE.INC</a>; <a href="../Functions/rank.htm" onclick="onhyperlinkclick(this)">RANK</a>; <a href="../Functions/rank-avg.htm" onclick="onhyperlinkclick(this)">RANK.AVG</a>; <a href="../Functions/rank-eq.htm" onclick="onhyperlinkclick(this)">RANK.EQ</a>; <a href="../Functions/rsq.htm" onclick="onhyperlinkclick(this)">RSQ</a>; <a href="../Functions/skew.htm" onclick="onhyperlinkclick(this)">SKEW</a>; <a href="../Functions/skew-p.htm" onclick="onhyperlinkclick(this)">SKEW.P</a>; <a href="../Functions/slope.htm" onclick="onhyperlinkclick(this)">SLOPE</a>; <a href="../Functions/small.htm" onclick="onhyperlinkclick(this)">SMALL</a>; <a href="../Functions/standardize.htm" onclick="onhyperlinkclick(this)">STANDARDIZE</a>; <a href="../Functions/stdev.htm" onclick="onhyperlinkclick(this)">STDEV</a>; <a href="../Functions/stdev-s.htm" onclick="onhyperlinkclick(this)">STDEV.S</a>; <a href="../Functions/stdeva.htm" onclick="onhyperlinkclick(this)">STDEVA</a>; <a href="../Functions/stdevp.htm" onclick="onhyperlinkclick(this)">STDEVP</a>; <a href="../Functions/stdev-p.htm" onclick="onhyperlinkclick(this)">STDEV.P</a>; <a href="../Functions/stdevpa.htm" onclick="onhyperlinkclick(this)">STDEVPA</a>; <a href="../Functions/steyx.htm" onclick="onhyperlinkclick(this)">STEYX</a>; <a href="../Functions/tdist.htm" onclick="onhyperlinkclick(this)">TDIST</a>; <a href="../Functions/t-dist.htm" onclick="onhyperlinkclick(this)">T.DIST</a>; <a href="../Functions/t-dist-2t.htm" onclick="onhyperlinkclick(this)">T.DIST.2T</a>; <a href="../Functions/t-dist-rt.htm" onclick="onhyperlinkclick(this)">T.DIST.RT</a>; <a href="../Functions/t-inv.htm" onclick="onhyperlinkclick(this)">T.INV</a>; <a href="../Functions/t-inv-2t.htm" onclick="onhyperlinkclick(this)">T.INV.2T</a>; <a href="../Functions/tinv.htm" onclick="onhyperlinkclick(this)">TINV</a>; <a href="../Functions/trend.htm" onclick="onhyperlinkclick(this)">TREND</a>, <a href="../Functions/trimmean.htm" onclick="onhyperlinkclick(this)">TRIMMEAN</a>; <a href="../Functions/ttest.htm" onclick="onhyperlinkclick(this)">TTEST</a>; <a href="../Functions/t-test.htm" onclick="onhyperlinkclick(this)">T.TEST</a>; <a href="../Functions/var.htm" onclick="onhyperlinkclick(this)">VAR</a>; <a href="../Functions/vara.htm" onclick="onhyperlinkclick(this)">VARA</a>; <a href="../Functions/varp.htm" onclick="onhyperlinkclick(this)">VARP</a>; <a href="../Functions/var-p.htm" onclick="onhyperlinkclick(this)">VAR.P</a>; <a href="../Functions/var-s.htm" onclick="onhyperlinkclick(this)">VAR.S</a>; <a href="../Functions/varpa.htm" onclick="onhyperlinkclick(this)">VARPA</a>; <a href="../Functions/weibull.htm" onclick="onhyperlinkclick(this)">WEIBULL</a>; <a href="../Functions/weibull-dist.htm" onclick="onhyperlinkclick(this)">WEIBULL.DIST</a>; <a href="../Functions/ztest.htm" onclick="onhyperlinkclick(this)">ZTEST</a>; <a href="../Functions/z-test.htm" onclick="onhyperlinkclick(this)">Z.TEST</a></td>
</tr>
<tr>
<td id="mathtrigonometry">Matematičke i trigonometrijske funkcije</td>
<td>Koriste se za osnovne matematičke i trigonometrijske operacije kao što su sabiranje, množenje, deljenje, zaokruživanje itd.</td>
<td><a href="../Functions/abs.htm" onclick="onhyperlinkclick(this)">ABS</a>; <a href="../Functions/acos.htm" onclick="onhyperlinkclick(this)">ACOS</a>; <a href="../Functions/acosh.htm" onclick="onhyperlinkclick(this)">ACOSH</a>; <a href="../Functions/acot.htm" onclick="onhyperlinkclick(this)">ACOT</a>; <a href="../Functions/acoth.htm" onclick="onhyperlinkclick(this)">ACOTH</a>; <a href="../Functions/aggregate.htm" onclick="onhyperlinkclick(this)">AGGREGATE</a>; <a href="../Functions/arabic.htm" onclick="onhyperlinkclick(this)">ARABIC</a>; <a href="../Functions/asin.htm" onclick="onhyperlinkclick(this)">ASIN</a>; <a href="../Functions/asinh.htm" onclick="onhyperlinkclick(this)">ASINH</a>; <a href="../Functions/atan.htm" onclick="onhyperlinkclick(this)">ATAN</a>; <a href="../Functions/atan2.htm" onclick="onhyperlinkclick(this)">ATAN2</a>; <a href="../Functions/atanh.htm" onclick="onhyperlinkclick(this)">ATANH</a>; <a href="../Functions/base.htm" onclick="onhyperlinkclick(this)">BASE</a>; <a href="../Functions/ceiling.htm" onclick="onhyperlinkclick(this)">CEILING</a>; <a href="../Functions/ceiling-math.htm" onclick="onhyperlinkclick(this)">CEILING.MATH</a>; <a href="../Functions/ceiling-precise.htm" onclick="onhyperlinkclick(this)">CEILING.PRECISE</a>; <a href="../Functions/combin.htm" onclick="onhyperlinkclick(this)">COMBIN</a>; <a href="../Functions/combina.htm" onclick="onhyperlinkclick(this)">COMBINA</a>; <a href="../Functions/cos.htm" onclick="onhyperlinkclick(this)">COS</a>; <a href="../Functions/cosh.htm" onclick="onhyperlinkclick(this)">COSH</a>; <a href="../Functions/cot.htm" onclick="onhyperlinkclick(this)">COT</a>; <a href="../Functions/coth.htm" onclick="onhyperlinkclick(this)">COTH</a>; <a href="../Functions/csc.htm" onclick="onhyperlinkclick(this)">CSC</a>; <a href="../Functions/csch.htm" onclick="onhyperlinkclick(this)">CSCH</a>; <a href="../Functions/decimal.htm" onclick="onhyperlinkclick(this)">DECIMAL</a>; <a href="../Functions/degrees.htm" onclick="onhyperlinkclick(this)">DEGREES</a>; <a href="../Functions/ecma-ceiling.htm" onclick="onhyperlinkclick(this)">ECMA.CEILING</a>; <a href="../Functions/even.htm" onclick="onhyperlinkclick(this)">EVEN</a>; <a href="../Functions/exp.htm" onclick="onhyperlinkclick(this)">EXP</a>; <a href="../Functions/fact.htm" onclick="onhyperlinkclick(this)">FACT</a>; <a href="../Functions/factdouble.htm" onclick="onhyperlinkclick(this)">FACTDOUBLE</a>; <a href="../Functions/floor.htm" onclick="onhyperlinkclick(this)">FLOOR</a>; <a href="../Functions/floor-precise.htm" onclick="onhyperlinkclick(this)">FLOOR.PRECISE</a>; <a href="../Functions/floor-math.htm" onclick="onhyperlinkclick(this)">FLOOR.MATH</a>; <a href="../Functions/gcd.htm" onclick="onhyperlinkclick(this)">GCD</a>; <a href="../Functions/int.htm" onclick="onhyperlinkclick(this)">INT</a>; <a href="../Functions/iso-ceiling.htm" onclick="onhyperlinkclick(this)">ISO.CEILING</a>; <a href="../Functions/lcm.htm" onclick="onhyperlinkclick(this)">LCM</a>; <a href="../Functions/ln.htm" onclick="onhyperlinkclick(this)">LN</a>; <a href="../Functions/log.htm" onclick="onhyperlinkclick(this)">LOG</a>; <a href="../Functions/log10.htm" onclick="onhyperlinkclick(this)">LOG10</a>; <a href="../Functions/mdeterm.htm" onclick="onhyperlinkclick(this)">MDETERM</a>; <a href="../Functions/minverse.htm" onclick="onhyperlinkclick(this)">MINVERSE</a>; <a href="../Functions/mmult.htm" onclick="onhyperlinkclick(this)">MMULT</a>; <a href="../Functions/mod.htm" onclick="onhyperlinkclick(this)">MOD</a>; <a href="../Functions/mround.htm" onclick="onhyperlinkclick(this)">MROUND</a>; <a href="../Functions/multinomial.htm" onclick="onhyperlinkclick(this)">MULTINOMIAL</a>; <a href="../Functions/munit.htm" onclick="onhyperlinkclick(this)">MUNIT</a>; <a href="../Functions/odd.htm" onclick="onhyperlinkclick(this)">ODD</a>; <a href="../Functions/pi.htm" onclick="onhyperlinkclick(this)">PI</a>; <a href="../Functions/power.htm" onclick="onhyperlinkclick(this)">POWER</a>; <a href="../Functions/product.htm" onclick="onhyperlinkclick(this)">PRODUCT</a>; <a href="../Functions/quotient.htm" onclick="onhyperlinkclick(this)">QUOTIENT</a>; <a href="../Functions/radians.htm" onclick="onhyperlinkclick(this)">RADIANS</a>; <a href="../Functions/rand.htm" onclick="onhyperlinkclick(this)">RAND</a>; <a href="../Functions/randarray.htm" onclick="onhyperlinkclick(this)">RANDARRAY</a>; <a href="../Functions/randbetween.htm" onclick="onhyperlinkclick(this)">RANDBETWEEN</a>; <a href="../Functions/roman.htm" onclick="onhyperlinkclick(this)">ROMAN</a>; <a href="../Functions/round.htm" onclick="onhyperlinkclick(this)">ROUND</a>; <a href="../Functions/rounddown.htm" onclick="onhyperlinkclick(this)">ROUNDDOWN</a>; <a href="../Functions/roundup.htm" onclick="onhyperlinkclick(this)">ROUNDUP</a>; <a href="../Functions/sec.htm" onclick="onhyperlinkclick(this)">SEC</a>; <a href="../Functions/sech.htm" onclick="onhyperlinkclick(this)">SECH</a>; <a href="../Functions/seriessum.htm" onclick="onhyperlinkclick(this)">SERIESSUM</a>; <a href="../Functions/sequence.htm" onclick="onhyperlinkclick(this)">SEQUENCE</a>; <a href="../Functions/sign.htm" onclick="onhyperlinkclick(this)">SIGN</a>; <a href="../Functions/sin.htm" onclick="onhyperlinkclick(this)">SIN</a>; <a href="../Functions/sinh.htm" onclick="onhyperlinkclick(this)">SINH</a>; <a href="../Functions/sqrt.htm" onclick="onhyperlinkclick(this)">SQRT</a>; <a href="../Functions/sqrtpi.htm" onclick="onhyperlinkclick(this)">SQRTPI</a>; <a href="../Functions/subtotal.htm" onclick="onhyperlinkclick(this)">SUBTOTAL</a>; <a href="../Functions/sum.htm" onclick="onhyperlinkclick(this)">SUM</a>; <a href="../Functions/sumif.htm" onclick="onhyperlinkclick(this)">SUMIF</a>; <a href="../Functions/sumifs.htm" onclick="onhyperlinkclick(this)">SUMIFS</a>; <a href="../Functions/sumproduct.htm" onclick="onhyperlinkclick(this)">SUMPRODUCT</a>; <a href="../Functions/sumsq.htm" onclick="onhyperlinkclick(this)">SUMSQ</a>; <a href="../Functions/sumx2my2.htm" onclick="onhyperlinkclick(this)">SUMX2MY2</a>; <a href="../Functions/sumx2py2.htm" onclick="onhyperlinkclick(this)">SUMX2PY2</a>; <a href="../Functions/sumxmy2.htm" onclick="onhyperlinkclick(this)">SUMXMY2</a>; <a href="../Functions/tan.htm" onclick="onhyperlinkclick(this)">TAN</a>; <a href="../Functions/tanh.htm" onclick="onhyperlinkclick(this)">TANH</a>; <a href="../Functions/trunc.htm" onclick="onhyperlinkclick(this)">TRUNC</a></td>
</tr>
<tr>
<td id="datetime">Funkcije datuma i vremena</td>
<td>Koriste se za pravilno prikazivanje datuma i vremena u tabeli.</td>
<td><a href="../Functions/date.htm" onclick="onhyperlinkclick(this)">DATE</a>; <a href="../Functions/datedif.htm" onclick="onhyperlinkclick(this)">DATEDIF</a>; <a href="../Functions/datevalue.htm" onclick="onhyperlinkclick(this)">DATEVALUE</a>; <a href="../Functions/day.htm" onclick="onhyperlinkclick(this)">DAY</a>; <a href="../Functions/days.htm" onclick="onhyperlinkclick(this)">DAYS</a>; <a href="../Functions/days360.htm" onclick="onhyperlinkclick(this)">DAYS360</a>; <a href="../Functions/edate.htm" onclick="onhyperlinkclick(this)">EDATE</a>; <a href="../Functions/eomonth.htm" onclick="onhyperlinkclick(this)">EOMONTH</a>; <a href="../Functions/hour.htm" onclick="onhyperlinkclick(this)">HOUR</a>; <a href="../Functions/isoweeknum.htm" onclick="onhyperlinkclick(this)">ISOWEEKNUM</a>; <a href="../Functions/minute.htm" onclick="onhyperlinkclick(this)">MINUTE</a>; <a href="../Functions/month.htm" onclick="onhyperlinkclick(this)">MONTH</a>; <a href="../Functions/networkdays.htm" onclick="onhyperlinkclick(this)">NETWORKDAYS</a>; <a href="../Functions/networkdays-intl.htm" onclick="onhyperlinkclick(this)">NETWORKDAYS.INTL</a>; <a href="../Functions/now.htm" onclick="onhyperlinkclick(this)">NOW</a>; <a href="../Functions/second.htm" onclick="onhyperlinkclick(this)">SECOND</a>; <a href="../Functions/time.htm" onclick="onhyperlinkclick(this)">TIME</a>; <a href="../Functions/timevalue.htm" onclick="onhyperlinkclick(this)">TIMEVALUE</a>; <a href="../Functions/today.htm" onclick="onhyperlinkclick(this)">TODAY</a>; <a href="../Functions/weekday.htm" onclick="onhyperlinkclick(this)">WEEKDAY</a>; <a href="../Functions/weeknum.htm" onclick="onhyperlinkclick(this)">WEEKNUM</a>; <a href="../Functions/workday.htm" onclick="onhyperlinkclick(this)">WORKDAY</a>; <a href="../Functions/workday-intl.htm" onclick="onhyperlinkclick(this)">WORKDAY.INTL</a>; <a href="../Functions/year.htm" onclick="onhyperlinkclick(this)">YEAR</a>; <a href="../Functions/yearfrac.htm" onclick="onhyperlinkclick(this)">YEARFRAC</a></td>
</tr>
<tr>
<td id="engineering">Inženjerske funkcije</td>
<td>Koriste se za izvođenje određenih inženjerskih proračuna: konvertovanje između različitih brojnih sistema, rad sa kompleksnim brojevima itd.</td>
<td><a href="../Functions/besseli.htm" onclick="onhyperlinkclick(this)">BESSELI</a>; <a href="../Functions/besselj.htm" onclick="onhyperlinkclick(this)">BESSELJ</a>; <a href="../Functions/besselk.htm" onclick="onhyperlinkclick(this)">BESSELK</a>; <a href="../Functions/bessely.htm" onclick="onhyperlinkclick(this)">BESSELY</a>; <a href="../Functions/bin2dec.htm" onclick="onhyperlinkclick(this)">BIN2DEC</a>; <a href="../Functions/bin2hex.htm" onclick="onhyperlinkclick(this)">BIN2HEX</a>; <a href="../Functions/bin2oct.htm" onclick="onhyperlinkclick(this)">BIN2OCT</a>; <a href="../Functions/bitand.htm" onclick="onhyperlinkclick(this)">BITAND</a>; <a href="../Functions/bitlshift.htm" onclick="onhyperlinkclick(this)">BITLSHIFT</a>; <a href="../Functions/bitor.htm" onclick="onhyperlinkclick(this)">BITOR</a>; <a href="../Functions/bitrshift.htm" onclick="onhyperlinkclick(this)">BITRSHIFT</a>; <a href="../Functions/bitxor.htm" onclick="onhyperlinkclick(this)">BITXOR</a>; <a href="../Functions/complex.htm" onclick="onhyperlinkclick(this)">COMPLEX</a>; <a href="../Functions/convert.htm" onclick="onhyperlinkclick(this)">CONVERT</a>; <a href="../Functions/dec2bin.htm" onclick="onhyperlinkclick(this)">DEC2BIN</a>; <a href="../Functions/dec2hex.htm" onclick="onhyperlinkclick(this)">DEC2HEX</a>; <a href="../Functions/dec2oct.htm" onclick="onhyperlinkclick(this)">DEC2OCT</a>; <a href="../Functions/delta.htm" onclick="onhyperlinkclick(this)">DELTA</a>; <a href="../Functions/erf.htm" onclick="onhyperlinkclick(this)">ERF</a>; <a href="../Functions/erf-precise.htm" onclick="onhyperlinkclick(this)">ERF.PRECISE</a>; <a href="../Functions/erfc.htm" onclick="onhyperlinkclick(this)">ERFC</a>; <a href="../Functions/erfc-precise.htm" onclick="onhyperlinkclick(this)">ERFC.PRECISE</a>; <a href="../Functions/gestep.htm" onclick="onhyperlinkclick(this)">GESTEP</a>; <a href="../Functions/hex2bin.htm" onclick="onhyperlinkclick(this)">HEX2BIN</a>; <a href="../Functions/hex2dec.htm" onclick="onhyperlinkclick(this)">HEX2DEC</a>; <a href="../Functions/hex2oct.htm" onclick="onhyperlinkclick(this)">HEX2OCT</a>; <a href="../Functions/imabs.htm" onclick="onhyperlinkclick(this)">IMABS</a>; <a href="../Functions/imaginary.htm" onclick="onhyperlinkclick(this)">IMAGINARY</a>; <a href="../Functions/imargument.htm" onclick="onhyperlinkclick(this)">IMARGUMENT</a>; <a href="../Functions/imconjugate.htm" onclick="onhyperlinkclick(this)">IMCONJUGATE</a>; <a href="../Functions/imcos.htm" onclick="onhyperlinkclick(this)">IMCOS</a>; <a href="../Functions/imcosh.htm" onclick="onhyperlinkclick(this)">IMCOSH</a>; <a href="../Functions/imcot.htm" onclick="onhyperlinkclick(this)">IMCOT</a>; <a href="../Functions/imcsc.htm" onclick="onhyperlinkclick(this)">IMCSC</a>; <a href="../Functions/imcsch.htm" onclick="onhyperlinkclick(this)">IMCSCH</a>; <a href="../Functions/imdiv.htm" onclick="onhyperlinkclick(this)">IMDIV</a>; <a href="../Functions/imexp.htm" onclick="onhyperlinkclick(this)">IMEXP</a>; <a href="../Functions/imln.htm" onclick="onhyperlinkclick(this)">IMLN</a>; <a href="../Functions/imlog10.htm" onclick="onhyperlinkclick(this)">IMLOG10</a>; <a href="../Functions/imlog2.htm" onclick="onhyperlinkclick(this)">IMLOG2</a>; <a href="../Functions/impower.htm" onclick="onhyperlinkclick(this)">IMPOWER</a>; <a href="../Functions/improduct.htm" onclick="onhyperlinkclick(this)">IMPRODUCT</a>; <a href="../Functions/imreal.htm" onclick="onhyperlinkclick(this)">IMREAL</a>; <a href="../Functions/imsec.htm" onclick="onhyperlinkclick(this)">IMSEC</a>; <a href="../Functions/imsech.htm" onclick="onhyperlinkclick(this)">IMSECH</a>; <a href="../Functions/imsin.htm" onclick="onhyperlinkclick(this)">IMSIN</a>; <a href="../Functions/imsinh.htm" onclick="onhyperlinkclick(this)">IMSINH</a>; <a href="../Functions/imsqrt.htm" onclick="onhyperlinkclick(this)">IMSQRT</a>; <a href="../Functions/imsub.htm" onclick="onhyperlinkclick(this)">IMSUB</a>; <a href="../Functions/imsum.htm" onclick="onhyperlinkclick(this)">IMSUM</a>; <a href="../Functions/imtan.htm" onclick="onhyperlinkclick(this)">IMTAN</a>; <a href="../Functions/oct2bin.htm" onclick="onhyperlinkclick(this)">OCT2BIN</a>; <a href="../Functions/oct2dec.htm" onclick="onhyperlinkclick(this)">OCT2DEC</a>; <a href="../Functions/oct2hex.htm" onclick="onhyperlinkclick(this)">OCT2HEX</a></td>
</tr>
<tr>
<td id="database">Funkcije baze podataka</td>
<td>Koriste se za izračunavanje vrednosti u određenom polju baze podataka koje ispunjavaju navedene kriterijume.</td>
<td><a href="../Functions/daverage.htm" onclick="onhyperlinkclick(this)">DAVERAGE</a>; <a href="../Functions/dcount.htm" onclick="onhyperlinkclick(this)">DCOUNT</a>; <a href="../Functions/dcounta.htm" onclick="onhyperlinkclick(this)">DCOUNTA</a>; <a href="../Functions/dget.htm" onclick="onhyperlinkclick(this)">DGET</a>; <a href="../Functions/dmax.htm" onclick="onhyperlinkclick(this)">DMAX</a>; <a href="../Functions/dmin.htm" onclick="onhyperlinkclick(this)">DMIN</a>; <a href="../Functions/dproduct.htm" onclick="onhyperlinkclick(this)">DPRODUCT</a>; <a href="../Functions/dstdev.htm" onclick="onhyperlinkclick(this)">DSTDEV</a>; <a href="../Functions/dstdevp.htm" onclick="onhyperlinkclick(this)">DSTDEVP</a>; <a href="../Functions/dsum.htm" onclick="onhyperlinkclick(this)">DSUM</a>; <a href="../Functions/dvar.htm" onclick="onhyperlinkclick(this)">DVAR</a>; <a href="../Functions/dvarp.htm" onclick="onhyperlinkclick(this)">DVARP</a></td>
</tr>
<tr>
<td id="financial">Finansijske funkcije</td>
<td>Koriste se za izvođenje određenih finansijskih proračuna: obračun neto sadašnje vrednosti, rata/plaćanja itd.</td>
<td><a href="../Functions/accrint.htm" onclick="onhyperlinkclick(this)">ACCRINT</a>; <a href="../Functions/accrintm.htm" onclick="onhyperlinkclick(this)">ACCRINTM</a>; <a href="../Functions/amordegrc.htm" onclick="onhyperlinkclick(this)">AMORDEGRC</a>; <a href="../Functions/amorlinc.htm" onclick="onhyperlinkclick(this)">AMORLINC</a>; <a href="../Functions/coupdaybs.htm" onclick="onhyperlinkclick(this)">COUPDAYBS</a>; <a href="../Functions/coupdays.htm" onclick="onhyperlinkclick(this)">COUPDAYS</a>; <a href="../Functions/coupdaysnc.htm" onclick="onhyperlinkclick(this)">COUPDAYSNC</a>; <a href="../Functions/coupncd.htm" onclick="onhyperlinkclick(this)">COUPNCD</a>; <a href="../Functions/coupnum.htm" onclick="onhyperlinkclick(this)">COUPNUM</a>; <a href="../Functions/couppcd.htm" onclick="onhyperlinkclick(this)">COUPPCD</a>; <a href="../Functions/cumipmt.htm" onclick="onhyperlinkclick(this)">CUMIPMT</a>; <a href="../Functions/cumprinc.htm" onclick="onhyperlinkclick(this)">CUMPRINC</a>; <a href="../Functions/db.htm" onclick="onhyperlinkclick(this)">DB</a>; <a href="../Functions/ddb.htm" onclick="onhyperlinkclick(this)">DDB</a>; <a href="../Functions/disc.htm" onclick="onhyperlinkclick(this)">DISC</a>; <a href="../Functions/dollarde.htm" onclick="onhyperlinkclick(this)">DOLLARDE</a>; <a href="../Functions/dollarfr.htm" onclick="onhyperlinkclick(this)">DOLLARFR</a>; <a href="../Functions/duration.htm" onclick="onhyperlinkclick(this)">DURATION</a>; <a href="../Functions/effect.htm" onclick="onhyperlinkclick(this)">EFFECT</a>; <a href="../Functions/fv.htm" onclick="onhyperlinkclick(this)">FV</a>; <a href="../Functions/fvschedule.htm" onclick="onhyperlinkclick(this)">FVSCHEDULE</a>; <a href="../Functions/intrate.htm" onclick="onhyperlinkclick(this)">INTRATE</a>; <a href="../Functions/ipmt.htm" onclick="onhyperlinkclick(this)">IPMT</a>; <a href="../Functions/irr.htm" onclick="onhyperlinkclick(this)">IRR</a>; <a href="../Functions/ispmt.htm" onclick="onhyperlinkclick(this)">ISPMT</a>; <a href="../Functions/mduration.htm" onclick="onhyperlinkclick(this)">MDURATION</a>; <a href="../Functions/mirr.htm" onclick="onhyperlinkclick(this)">MIRR</a>; <a href="../Functions/nominal.htm" onclick="onhyperlinkclick(this)">NOMINAL</a>; <a href="../Functions/nper.htm" onclick="onhyperlinkclick(this)">NPER</a>; <a href="../Functions/npv.htm" onclick="onhyperlinkclick(this)">NPV</a>; <a href="../Functions/oddfprice.htm" onclick="onhyperlinkclick(this)">ODDFPRICE</a>; <a href="../Functions/oddfyield.htm" onclick="onhyperlinkclick(this)">ODDFYIELD</a>; <a href="../Functions/oddlprice.htm" onclick="onhyperlinkclick(this)">ODDLPRICE</a>; <a href="../Functions/oddlyield.htm" onclick="onhyperlinkclick(this)">ODDLYIELD</a>; <a href="../Functions/pduration.htm" onclick="onhyperlinkclick(this)">PDURATION</a>; <a href="../Functions/pmt.htm" onclick="onhyperlinkclick(this)">PMT</a>; <a href="../Functions/ppmt.htm" onclick="onhyperlinkclick(this)">PPMT</a>; <a href="../Functions/price.htm" onclick="onhyperlinkclick(this)">PRICE</a>; <a href="../Functions/pricedisc.htm" onclick="onhyperlinkclick(this)">PRICEDISC</a>; <a href="../Functions/pricemat.htm" onclick="onhyperlinkclick(this)">PRICEMAT</a>; <a href="../Functions/pv.htm" onclick="onhyperlinkclick(this)">PV</a>; <a href="../Functions/rate.htm" onclick="onhyperlinkclick(this)">RATE</a>; <a href="../Functions/received.htm" onclick="onhyperlinkclick(this)">RECEIVED</a>; <a href="../Functions/rri.htm" onclick="onhyperlinkclick(this)">RRI</a>; <a href="../Functions/sln.htm" onclick="onhyperlinkclick(this)">SLN</a>; <a href="../Functions/syd.htm" onclick="onhyperlinkclick(this)">SYD</a>; <a href="../Functions/tbilleq.htm" onclick="onhyperlinkclick(this)">TBILLEQ</a>; <a href="../Functions/tbillprice.htm" onclick="onhyperlinkclick(this)">TBILLPRICE</a>; <a href="../Functions/tbillyield.htm" onclick="onhyperlinkclick(this)">TBILLYIELD</a>; <a href="../Functions/vdb.htm" onclick="onhyperlinkclick(this)">VDB</a>; <a href="../Functions/xirr.htm" onclick="onhyperlinkclick(this)">XIRR</a>; <a href="../Functions/xnpv.htm" onclick="onhyperlinkclick(this)">XNPV</a>; <a href="../Functions/yield.htm" onclick="onhyperlinkclick(this)">YIELD</a>; <a href="../Functions/yielddisc.htm" onclick="onhyperlinkclick(this)">YIELDDISC</a>; <a href="../Functions/yieldmat.htm" onclick="onhyperlinkclick(this)">YIELDMAT</a></td>
</tr>
<tr>
<td id="lookupreference">Funkcije pretrage i reference</td>
<td>Koriste se za jednostavno pronalaženje informacija iz liste podataka.</td>
<td><a href="../Functions/address.htm" onclick="onhyperlinkclick(this)">ADDRESS</a>; <a href="../Functions/choose.htm" onclick="onhyperlinkclick(this)">CHOOSE</a>; <a href="../Functions/choosecols.htm" onclick="onhyperlinkclick(this)">CHOOSECOLS</a>; <a href="../Functions/chooserows.htm" onclick="onhyperlinkclick(this)">CHOOSEROWS</a>; <a href="../Functions/column.htm" onclick="onhyperlinkclick(this)">COLUMN</a>; <a href="../Functions/columns.htm" onclick="onhyperlinkclick(this)">COLUMNS</a>; <a href="../Functions/drop.htm" onclick="onhyperlinkclick(this)">DROP</a>; <a href="../Functions/expand.htm" onclick="onhyperlinkclick(this)">EXPAND</a>; <a href="../Functions/filter.htm" onclick="onhyperlinkclick(this)">FILTER</a>; <a href="../Functions/formulatext.htm" onclick="onhyperlinkclick(this)">FORMULATEXT</a>; <a href="../Functions/getpivotdata.htm" onclick="onhyperlinkclick(this)">GETPIVOTDATA</a>; <a href="../Functions/hlookup.htm" onclick="onhyperlinkclick(this)">HLOOKUP</a>; <a href="../Functions/hstack.htm" onclick="onhyperlinkclick(this)">HSTACK</a>; <a href="../Functions/hyperlink.htm" onclick="onhyperlinkclick(this)">HYPERLINK</a>; <a href="../Functions/index.htm" onclick="onhyperlinkclick(this)">INDEX</a>; <a href="../Functions/indirect.htm" onclick="onhyperlinkclick(this)">INDIRECT</a>; <a href="../Functions/lookup.htm" onclick="onhyperlinkclick(this)">LOOKUP</a>; <a href="../Functions/match.htm" onclick="onhyperlinkclick(this)">MATCH</a>; <a href="../Functions/offset.htm" onclick="onhyperlinkclick(this)">OFFSET</a>; <a href="../Functions/row.htm" onclick="onhyperlinkclick(this)">ROW</a>; <a href="../Functions/rows.htm" onclick="onhyperlinkclick(this)">ROWS</a>; <a href="../Functions/sort.htm" onclick="onhyperlinkclick(this)">SORT</a>; <a href="../Functions/sortby.htm" onclick="onhyperlinkclick(this)">SORTBY</a>; <a href="../Functions/take.htm" onclick="onhyperlinkclick(this)">TAKE</a>; <a href="../Functions/tocol.htm" onclick="onhyperlinkclick(this)">TOCOL</a>; <a href="../Functions/torow.htm" onclick="onhyperlinkclick(this)">TOROW</a>; <a href="../Functions/transpose.htm" onclick="onhyperlinkclick(this)">TRANSPOSE</a>; <a href="../Functions/unique.htm" onclick="onhyperlinkclick(this)">UNIQUE</a>; <a href="../Functions/vlookup.htm" onclick="onhyperlinkclick(this)">VLOOKUP</a>; <a href="../Functions/vstack.htm" onclick="onhyperlinkclick(this)">VSTACK</a>; <a href="../Functions/wrapcols.htm" onclick="onhyperlinkclick(this)">WRAPCOLS</a>; <a href="../Functions/wraprows.htm" onclick="onhyperlinkclick(this)">WRAPROWS</a>; <a href="../Functions/xlookup.htm" onclick="onhyperlinkclick(this)">XLOOKUP</a>; <a href="../Functions/xmatch.htm" onclick="onhyperlinkclick(this)">XMATCH</a></td>
</tr>
<tr>
<td id="information">Informacione funkcije</td>
<td>Koriste se za pružanje informacija o podacima u izabranoj ćeliji ili opsegu ćelija.</td>
<td><a href="../Functions/cell.htm" onclick="onhyperlinkclick(this)">CELL</a>; <a href="../Functions/error-type.htm" onclick="onhyperlinkclick(this)">ERROR.TYPE</a>; <a href="../Functions/isblank.htm" onclick="onhyperlinkclick(this)">ISBLANK</a>; <a href="../Functions/iserr.htm" onclick="onhyperlinkclick(this)">ISERR</a>; <a href="../Functions/iserror.htm" onclick="onhyperlinkclick(this)">ISERROR</a>; <a href="../Functions/iseven.htm" onclick="onhyperlinkclick(this)">ISEVEN</a>; <a href="../Functions/isformula.htm" onclick="onhyperlinkclick(this)">ISFORMULA</a>; <a href="../Functions/islogical.htm" onclick="onhyperlinkclick(this)">ISLOGICAL</a>; <a href="../Functions/isna.htm" onclick="onhyperlinkclick(this)">ISNA</a>; <a href="../Functions/isnontext.htm" onclick="onhyperlinkclick(this)">ISNONTEXT</a>; <a href="../Functions/isnumber.htm" onclick="onhyperlinkclick(this)">ISNUMBER</a>; <a href="../Functions/isodd.htm" onclick="onhyperlinkclick(this)">ISODD</a>; <a href="../Functions/isref.htm" onclick="onhyperlinkclick(this)">ISREF</a>; <a href="../Functions/istext.htm" onclick="onhyperlinkclick(this)">ISTEXT</a>; <a href="../Functions/n.htm" onclick="onhyperlinkclick(this)">N</a>; <a href="../Functions/na.htm" onclick="onhyperlinkclick(this)">NA</a>; <a href="../Functions/sheet.htm" onclick="onhyperlinkclick(this)">SHEET</a>; <a href="../Functions/sheets.htm" onclick="onhyperlinkclick(this)">SHEETS</a>; <a href="../Functions/type.htm" onclick="onhyperlinkclick(this)">TYPE</a></td>
</tr>
<tr>
<td id="logical">Logičke funkcije</td>
<td>Koriste se za proveru da li je uslov tačan ili netačan.</td>
<td><a href="../Functions/and.htm" onclick="onhyperlinkclick(this)">AND</a>; <a href="../Functions/false.htm" onclick="onhyperlinkclick(this)">FALSE</a>; <a href="../Functions/if.htm" onclick="onhyperlinkclick(this)">IF</a>; <a href="../Functions/iferror.htm" onclick="onhyperlinkclick(this)">IFERROR</a>; <a href="../Functions/ifna.htm" onclick="onhyperlinkclick(this)">IFNA</a>; <a href="../Functions/ifs.htm" onclick="onhyperlinkclick(this)">IFS</a>; <a href="../Functions/not.htm" onclick="onhyperlinkclick(this)">NOT</a>; <a href="../Functions/or.htm" onclick="onhyperlinkclick(this)">OR</a>; <a href="../Functions/switch.htm" onclick="onhyperlinkclick(this)">SWITCH</a>; <a href="../Functions/true.htm" onclick="onhyperlinkclick(this)">TRUE</a>; <a href="../Functions/xor.htm" onclick="onhyperlinkclick(this)">XOR</a></td>
</tr>
<tr>
<td id="custom">Prilagođene funkcije</td>
<td>Koriste se za pristup prilagođenim funkcijama.</td>
</tr>
</table>
</div>
</body>
</html>