Files
2023-07-14 10:37:57 +03:00

44 lines
3.3 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>ARA İşlevi</title>
<meta charset="utf-8" />
<meta name="description" content="The LOOKUP function is one of the lookup and reference functions. Learn how to use the LOOKUP function in Excel sheets and compatible files with ONLYOFFICE." />
<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="../search/js/page-search.js"></script>
</head>
<body>
<div class="mainpart">
<div class="search-field">
<input id="search" class="searchBar" placeholder="Arama" type="text" onkeypress="doSearch(event)">
</div>
<h1>ARA İşlevi</h1>
<p><b>ARA</b> işlevi, arama ve başvuru işlevlerinden biridir. Se&ccedil;ilen bir aralıktan (verileri artan sırada i&ccedil;eren satır veya s&uuml;tun) bir değer d&ouml;nd&uuml;rmek i&ccedil;in kullanılır.</p>
<p><b>ARA</b> işlevi s&ouml;z dizimi ş&ouml;yledir:</p>
<p style="text-indent: 150px;"><b><em>ARA(aranan-değer, aranan-vekt&ouml;r, sonu&ccedil;-vekt&ouml;r&uuml;)</em></b></p>
<p><em>Burada</em></p>
<p style="text-indent: 50px;"><b><em>aranan-değer,</em></b> aranacak bir değerdir.</p>
<p style="text-indent: 50px;"><b><em>aranan-vekt&ouml;r,</em></b> artan d&uuml;zende sıralanmış verileri i&ccedil;eren tek bir satır veya s&uuml;tundur.</p>
<p style="text-indent: 50px;"><b><em>arama-sonucu,</em></b> <b><em>arama-vekt&ouml;r&uuml;</em></b> ile aynı boyutta olan tek bir veri satırı veya s&uuml;tunudur.</p>
<p>İşlev, <b><em>aranan-vekt&ouml;rde</em></b> <b><em>aranan-değeri</em></b> arar ve <b><em>arama-sonucunda</em></b> aynı konumdaki değeri d&ouml;nd&uuml;r&uuml;r.</p>
<p class="note">Eğer <b>aranan-değer</b> <b>aranan-vekt&ouml;rdeki</b> t&uuml;m değerlerden daha k&uuml;&ccedil;&uuml;kse işlev, <b>#YOK</b> hata değerini d&ouml;nd&uuml;r&uuml;r. Eğer <b>aranan-değer</b> ile tam olarak eşleşen bir değer yoksa işlev, <b>aranan-vekt&ouml;rdeki</b> değerden k&uuml;&ccedil;&uuml;k veya değere eşit olan en b&uuml;y&uuml;k değeri se&ccedil;er.</p>
<h2>ARA işlevi nasıl kullanılır?</h2>
<p><b>ARA</b> işlevini uygulamak i&ccedil;in</p>
<ol>
<li>Sonucu g&ouml;r&uuml;nt&uuml;lemek istediğiniz h&uuml;creyi se&ccedil;in,</li>
<li>&Uuml;st ara&ccedil; &ccedil;ubuğunda bulunan <b>İşlev ekle</b> <div class = "icon icon-insertfunction"></div> simgesine tıklayın
<br />veya se&ccedil;ilen bir h&uuml;crenin i&ccedil;ine sağ tıklayın ve men&uuml;den <b>İşlev Ekle</b> se&ccedil;eneğini se&ccedil;in
<br />veya<div class = "icon icon-function"></div>form&uuml;l &ccedil;ubuğunda bulunan simgeye tıklayın,
</li>
<li>Listeden <b>Arama ve Başvuru</b> işlev grubunu se&ccedil;in,</li>
<li><b>ARA</b> işlevine tıklayın,</li>
<li>Virg&uuml;lle ayırarak gerekli bağımsız değişkenleri girin,</li>
<li><b>Enter</b> d&uuml;ğmesine basın.</li>
</ol>
<p>Sonu&ccedil; se&ccedil;ili h&uuml;crede g&ouml;r&uuml;nt&uuml;lenecektir.</p>
<p><img class="gif" alt="ara işlevi gif" src="../images/lookup_function.gif" /></p>
</div>
</body>
</html>