<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>and function arşivleri - Microsoft 365 Academy | Blog</title>
	<atom:link href="https://m365academy.com/tag/and-function/feed/" rel="self" type="application/rss+xml" />
	<link>https://m365academy.com/tag/and-function/</link>
	<description></description>
	<lastBuildDate>Sun, 08 Dec 2024 18:30:59 +0000</lastBuildDate>
	<language>tr</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9</generator>

<image>
	<url>https://m365academy.com/wp-content/uploads/2024/11/m365.svg</url>
	<title>and function arşivleri - Microsoft 365 Academy | Blog</title>
	<link>https://m365academy.com/tag/and-function/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>AND / VE Fonksiyonu</title>
		<link>https://m365academy.com/excel/ve-and-fonksiyonu/</link>
					<comments>https://m365academy.com/excel/ve-and-fonksiyonu/#respond</comments>
		
		<dc:creator><![CDATA[Murat OSMA]]></dc:creator>
		<pubDate>Thu, 28 Nov 2024 21:09:22 +0000</pubDate>
				<category><![CDATA[Excel]]></category>
		<category><![CDATA[and function]]></category>
		<category><![CDATA[Excel Formula]]></category>
		<category><![CDATA[Excel Formülleri]]></category>
		<category><![CDATA[Mantıksal]]></category>
		<category><![CDATA[ve formülü]]></category>
		<guid isPermaLink="false">https://m365academy.com/?p=22343</guid>

					<description><![CDATA[<p>VE (İngilizce: AND) fonksiyonu, Excel&#8217;de birden fazla koşulun aynı anda doğru olup olmadığını test etmek için kullanılır. Tüm koşullar doğruysa VE fonksiyonu DOĞRU sonucunu döndürür, aksi takdirde YANLIŞ sonucunu döndürür. VE Fonksiyonunun Kullanımı Sözdizimi: Argümanlar: Örnek Tablo ve VE Kullanımı Aşağıda, bir ürün tablosu ve VE fonksiyonunun nasıl kullanılacağına dair bir örnek bulunmaktadır: Ürün Miktar [&#8230;]</p>
<p><a href="https://m365academy.com/excel/ve-and-fonksiyonu/">AND / VE Fonksiyonu</a> yazısı ilk önce <a href="https://m365academy.com">Microsoft 365 Academy | Blog</a> üzerinde ortaya çıktı.</p>
]]></description>
										<content:encoded><![CDATA[
<p><strong>VE</strong> (İngilizce: AND) fonksiyonu, Excel&#8217;de birden fazla koşulun aynı anda doğru olup olmadığını test etmek için kullanılır. Tüm koşullar doğruysa <strong>VE</strong> fonksiyonu <strong>DOĞRU</strong> sonucunu döndürür, aksi takdirde <strong>YANLIŞ</strong> sonucunu döndürür.</p>



<h3 class="wp-block-heading" id="vefonksiyonununkullanm">VE Fonksiyonunun Kullanımı</h3>



<p><strong>Sözdizimi:</strong></p>



<pre class="wp-block-code"><code>VE(mantıksal1; &#91;mantıksal2]; ...)</code></pre>



<p><strong>Argümanlar:</strong></p>



<ol class="wp-block-list">
<li><strong>mantıksal1</strong>: Test edilecek ilk koşul.</li>



<li><strong>mantıksal2</strong> (isteğe bağlı): Test edilecek ek koşullar. En fazla 255 koşul belirtilebilir.</li>
</ol>



<p></p>



<h3 class="wp-block-heading" id="rnektablovevekullanm">Örnek Tablo ve VE Kullanımı</h3>



<p>Aşağıda, bir ürün tablosu ve VE fonksiyonunun nasıl kullanılacağına dair bir örnek bulunmaktadır:</p>



<figure class="wp-block-table"><table class="has-fixed-layout"><thead><tr><th>Ürün</th><th>Miktar</th><th>Fiyat</th><th>Stok Durumu</th></tr></thead><tbody><tr><td>Kalem</td><td>50</td><td>5</td><td></td></tr><tr><td>Defter</td><td>30</td><td>10</td><td></td></tr><tr><td>Silgi</td><td>100</td><td>3</td><td></td></tr><tr><td>Kalemtıraş</td><td>20</td><td>7</td><td></td></tr></tbody></table></figure>



<p>Bu tablodan, miktarı 50&#8217;den fazla ve fiyatı 5&#8217;ten az olan ürünlerin stok durumunu &#8220;Yeterli&#8221;, diğerlerini ise &#8220;Yetersiz&#8221; olarak belirlemek için VE fonksiyonunu EĞER fonksiyonu ile birlikte kullanabiliriz. Örneğin, &#8220;Kalem&#8221; ürününün stok durumunu belirlemek için:</p>



<pre class="wp-block-code"><code>=EĞER(VE(B2 &gt; 50; C2 &lt; 5); "Yeterli"; "Yetersiz")</code></pre>



<p>Bu formülü diğer ürünler için de uygulayarak stok durumlarını belirleyebilirsiniz. Örneğin, &#8220;Kalem&#8221; için bu formül &#8220;Yetersiz&#8221; sonucunu döndürecektir.</p>



<p></p>



<p id="ember4379">🟢Eğitim talepleri için bizimle buradan iletişime geçebilirsiniz. 👉 <a href="https://ecv.microsoft.com/VC3RPPTT4U">https://ecv.microsoft.com/VC3RPPTT4U</a></p>



<p id="ember4380">🟢<strong>News from Microsoft 365</strong> bültenimize abone olabilir. 👉 <a href="https://www.linkedin.com/newsletters/7076133011028611072/">https://www.linkedin.com/newsletters/7076133011028611072/</a></p>



<p id="ember4381">🟢<strong>Microsoft 365 Copilot Community</strong> grubumuza katılabilirsiniz. 👉 <a href="https://www.linkedin.com/groups/9559408/">https://www.linkedin.com/groups/9559408/</a></p>



<p></p>



<p id="ember4383">Sevgiler ❤️</p>
<p><a href="https://m365academy.com/excel/ve-and-fonksiyonu/">AND / VE Fonksiyonu</a> yazısı ilk önce <a href="https://m365academy.com">Microsoft 365 Academy | Blog</a> üzerinde ortaya çıktı.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://m365academy.com/excel/ve-and-fonksiyonu/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
