<?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>Excel &#8211; Techno Hungry</title>
	<atom:link href="https://technohungry.com/excel/feed/" rel="self" type="application/rss+xml" />
	<link>https://technohungry.com</link>
	<description>Best Technology Blog Site</description>
	<lastBuildDate>Sun, 29 Aug 2021 11:24:54 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://technohungry.com/wp-content/uploads/2021/07/cropped-2-removebg-preview-32x32.png</url>
	<title>Excel &#8211; Techno Hungry</title>
	<link>https://technohungry.com</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">195563463</site>	<item>
		<title>Best Guide &#8211; How to use the Excel COUNTIF function?</title>
		<link>https://technohungry.com/how-to-use-the-excel-countif-function/</link>
					<comments>https://technohungry.com/how-to-use-the-excel-countif-function/#respond</comments>
		
		<dc:creator><![CDATA[Team of Techno Hungry]]></dc:creator>
		<pubDate>Sun, 29 Aug 2021 11:06:38 +0000</pubDate>
				<category><![CDATA[Excel]]></category>
		<guid isPermaLink="false">https://technohungry.com/?p=5078</guid>

					<description><![CDATA[The function of the Count Function in Excel is to check if there is any text in a&#8230;]]></description>
										<content:encoded><![CDATA[
<p>The function of the Count Function in Excel is to check if there is any text in a cell or if it is empty. But if we go to count conditionally, then it takes the use of the COUNTIF function. So today, I will discuss with you <strong>How to use the Excel COUNTIF function</strong>.</p>



<div class="cnvs-block-toc cnvs-block-toc-1630236277282" >
	</div>



<h2 id="how-to-use-the-excel-countif-function" class="wp-block-heading"><strong>How to use the Excel COUNTIF function?</strong></h2>



<h3 id="formation-of-count-function-or-syntax" class="wp-block-heading"><strong>Formation of COUNT Function Or Syntax</strong></h3>



<p>= COUNT (range, range,….)</p>



<p>Where range can be B1: B12 or just one cells. For example, = COUNT (A1: B12) or COUNT (A1), its output is a number that will give you results by counting if the actually counted cells are not empty.</p>



<h3 id="formation-of-countif-function-or-syntax" class="wp-block-heading"><strong>Formation of COUNTIF Function Or Syntax</strong></h3>



<p>Excel&#8217;s Countif function is used to calculate the number of available cells within a specific range of conditions. Its structure is as follows.</p>



<p><strong>= COUNTIF (Range, Criteria)</strong></p>



<p>The range can be one or more cells such as B1: B12, and Criteria is the subject to which you want to count the cells. For example, you may want to know how many numbers in cell B1: B12 are greater than 10 or how many times there is the same word like Math, etc.</p>



<p>The terms of Countif can be given a lot which we will know step by step. See the information in the table below. For example, there are several student names and topics.</p>



<div class="wp-block-image"><figure class="aligncenter size-full"><img  fetchpriority="high"  decoding="async"  width="466"  height="449"  src="https://technohungry.com/wp-content/uploads/2021/08/Formation-of-COUNTIF-Function-Or-Syntax.webp"  alt="Formation of COUNTIF Function Or Syntax"  class="wp-image-5104"  srcset="https://technohungry.com/wp-content/uploads/2021/08/Formation-of-COUNTIF-Function-Or-Syntax.webp 466w, https://technohungry.com/wp-content/uploads/2021/08/Formation-of-COUNTIF-Function-Or-Syntax-300x289.webp 300w, https://technohungry.com/wp-content/uploads/2021/08/Formation-of-COUNTIF-Function-Or-Syntax-380x366.webp 380w, https://technohungry.com/wp-content/uploads/2021/08/Formation-of-COUNTIF-Function-Or-Syntax-80x77.webp 80w"  sizes="(max-width: 466px) 100vw, 466px" ><figcaption>Formation of COUNTIF Function Or Syntax</figcaption></figure></div>



<p>So from the small data table, we will use count and countif functions in the B and C columns. I assumed that all those who sat for the exam got some or some number. And the house of the one who did not sit is empty.</p>



<p>Now for the above information, we can quickly determine how many tests have been done using the Count function. To do that, we will work with the information in the C column.</p>



<p>So in one of the empty cells, let&#8217;s say you want to see the result in cell D1, then press Enter with = count (C1: C12), you will see 11 come because one of the 12&#8217;s cells is empty. But if you want to know how many people got above 33 or how many are in math, you need a counteff function.</p>



<h3 id="how-to-use-of-countif-function" class="wp-block-heading"><strong>How to Use of COUNTIF function?</strong></h3>



<p><br>So from the data in the example above. We want to choose how many of them have a mark above 33. Many people are working on writing = countif (C1: C12,&gt; 33), <strong>but it will not work</strong>!</p>



<p>The criteria for the countif function are to be given in text form. So they have to be included in the double quotation. Then the correct formula will be <strong><span class="has-inline-color has-blue-color">= countif (C1: C12, “&gt; 33”)</span></strong></p>



<div class="wp-block-image"><figure class="aligncenter size-full"><img  decoding="async"  width="468"  height="382"  src="https://technohungry.com/wp-content/uploads/2021/08/How-to-Use-of-COUNTIF-function.webp"  alt="How to Use of COUNTIF function"  class="wp-image-5105"  srcset="https://technohungry.com/wp-content/uploads/2021/08/How-to-Use-of-COUNTIF-function.webp 468w, https://technohungry.com/wp-content/uploads/2021/08/How-to-Use-of-COUNTIF-function-300x245.webp 300w, https://technohungry.com/wp-content/uploads/2021/08/How-to-Use-of-COUNTIF-function-380x310.webp 380w, https://technohungry.com/wp-content/uploads/2021/08/How-to-Use-of-COUNTIF-function-80x65.webp 80w"  sizes="(max-width: 468px) 100vw, 468px" ><figcaption>How to Use of COUNTIF function</figcaption></figure></div>



<p>So in the above example, we got an idea to find the number of students who got more than 33 with countif. If we want to know how many students have mathematics, we need to check the data B column above. Formula will be <strong><span class="has-inline-color has-blue-color">= countif (B1: B12, &#8220;Math&#8221;)</span></strong></p>



<div class="wp-block-image"><figure class="aligncenter size-full"><img  decoding="async"  width="494"  height="346"  src="https://technohungry.com/wp-content/uploads/2021/08/search-data-for-math-using-countif-function.webp"  alt="search data for math using countif function"  class="wp-image-5106"  srcset="https://technohungry.com/wp-content/uploads/2021/08/search-data-for-math-using-countif-function.webp 494w, https://technohungry.com/wp-content/uploads/2021/08/search-data-for-math-using-countif-function-300x210.webp 300w, https://technohungry.com/wp-content/uploads/2021/08/search-data-for-math-using-countif-function-380x266.webp 380w, https://technohungry.com/wp-content/uploads/2021/08/search-data-for-math-using-countif-function-80x56.webp 80w"  sizes="(max-width: 494px) 100vw, 494px" ><figcaption>Search data for math using countif function</figcaption></figure></div>



<p>The two uses of Countif that we have seen above are examples of Exact Match, i.e., the answer can be found by directly matching the criteria in the data range. The function also works in Partial Match. But before that, I don&#8217;t know how to use greater than, less than, or equal. To in Excel count from the table below.</p>



<h4 id="countif-greater-than-less-than-or-equal-to-formula" class="wp-block-heading"><strong>COUNTIF (greater than, less than, or equal to</strong>) <strong>Formula</strong></h4>



<figure class="wp-block-table is-style-stripes"><table><tbody><tr><td><strong>Conditions</strong></td><td><strong>Formula example</strong></td><td><strong>Description</strong></td></tr><tr><td>Count if Greater then</td><td>=COUNTIF(C1:C2,”&gt;33″)</td><td>If it is greater than 33, count the cells</td></tr><tr><td>Count if less then</td><td>=COUNTIF(C1:C2,”&lt;33″)</td><td>If it is less than 33, count the cells</td></tr><tr><td>Count if equal to</td><td>=COUNTIF(C1:C2,”=33″)</td><td>If only 33, he counted the houses</td></tr><tr><td>Count if not equal to</td><td>=COUNTIF(C1:C2,”&lt;&gt;33″)</td><td>Count the houses whose value is not 33</td></tr><tr><td>Count if greater than or equal to</td><td>=COUNTIF(C1:C2,”&gt;=33″)</td><td>If it is 33 or bigger, count those houses</td></tr><tr><td>Count if less than or equal to</td><td>=COUNTIF(C1:C2,”&lt;=33″)</td><td>If it is 33 or less, count those houses</td></tr></tbody></table><figcaption>COUNTIF formula</figcaption></figure>



<p>So We got the idea of ​​giving Greater and Less.</p>



<h4 id="countifs-partial-match" class="wp-block-heading"><strong>COUNTIF&#8217;s Partial Match</strong></h4>



<p><br>Partial Match is not a complete match, but there are some matches to find out the number of such information. If you look at the names of the data we are working with within Excel, you will see that Mark exists a few times. So this time, we will find out how many times there is Mark.</p>



<p>We will look at the names, so the formula will be as follows.</p>



<p><strong><span class="has-inline-color has-blue-color">= COUNTIF (A1: A12,&#8221;* Mark *&#8221;)</span></strong></p>



<div class="wp-block-image"><figure class="aligncenter size-full"><img  loading="lazy"  decoding="async"  width="472"  height="316"  src="https://technohungry.com/wp-content/uploads/2021/08/COUNTIFs-Partial-Match.webp"  alt="COUNTIF&#039;s Partial Match"  class="wp-image-5107"  srcset="https://technohungry.com/wp-content/uploads/2021/08/COUNTIFs-Partial-Match.webp 472w, https://technohungry.com/wp-content/uploads/2021/08/COUNTIFs-Partial-Match-300x201.webp 300w, https://technohungry.com/wp-content/uploads/2021/08/COUNTIFs-Partial-Match-380x254.webp 380w, https://technohungry.com/wp-content/uploads/2021/08/COUNTIFs-Partial-Match-80x54.webp 80w"  sizes="auto, (max-width: 472px) 100vw, 472px" ><figcaption>COUNTIF&#8217;s Partial Match</figcaption></figure></div>



<p>As you can see, we used two <strong>*</strong> signs in the formula. So if you put * in front, like * Mark. Then whatever is in front of the cells that are being searched, in the end. As if from Mark, in the same way with Mark *, whatever is behind. And by giving * on both sides, Mark will be counted wherever it is.</p>



<h4 id="use-of-countif-function-with-date" class="wp-block-heading"><strong>Use of COUNTIF function with date</strong></h4>



<p>We also have a lot of work to do with the date in the <a href="https://www.microsoft.com/en-ww/microsoft-365/excel" target="_blank" rel="noreferrer noopener">Excel sheet</a>, and if you want to use the counteff function with that date, you can do the following.</p>



<div class="wp-block-image"><figure class="aligncenter size-full"><img  loading="lazy"  decoding="async"  width="509"  height="348"  src="https://technohungry.com/wp-content/uploads/2021/08/Use-of-COUNTIF-function-with-date.webp"  alt="Use of COUNTIF function with date"  class="wp-image-5108"  srcset="https://technohungry.com/wp-content/uploads/2021/08/Use-of-COUNTIF-function-with-date.webp 509w, https://technohungry.com/wp-content/uploads/2021/08/Use-of-COUNTIF-function-with-date-300x205.webp 300w, https://technohungry.com/wp-content/uploads/2021/08/Use-of-COUNTIF-function-with-date-380x260.webp 380w, https://technohungry.com/wp-content/uploads/2021/08/Use-of-COUNTIF-function-with-date-80x55.webp 80w"  sizes="auto, (max-width: 509px) 100vw, 509px" ><figcaption>Use of COUNTIF function with date</figcaption></figure></div>



<p>The dates placed in the Excel datasheet should be entered, keeping the date format correct. From the above dates we can write for today <strong>= COUNTIF (B2: B12, TODAY ()) or = COUNTIF (B2: B12, ”26/26/2020 ″))</strong>.</p>



<p>The previous one or the next one can be removed and in that case <strong>= COUNTIF (B2: B12, ”&lt;&#8221; &amp; TODAY ()) or = COUNTIF (B2: B12, &#8220;&gt;&#8221; &amp; TODAY ())</strong>.</p>



<h4 id="count-the-number-of-empty-cells-and-all-cells" class="wp-block-heading"><strong>Count the number of empty cells and all cells</strong></h4>



<p>We can easily find out how many cell values ​​there are using the COUNT function we saw from the beginning. This can be done with COUNTIF, and in that case, the formula is as follows, <strong>= COUNTIF (C2: C12,&#8221; &lt;&gt;&#8221;)</strong>.</p>



<p>So you can find empty cells using = COUNTIF (C2: C12,&#8221; ”) and for this, there is a separate function in Excel: <strong><a href="https://corporatefinanceinstitute.com/resources/excel/functions/countblank-function/#:~:text=COUNTBLANK%20will%20count%20the%20number,cells%20in%20a%20given%20range." target="_blank" rel="noreferrer noopener nofollow">COUNTBLANK</a></strong>. Just enter the range here like = COUNTBLANK (C2: C12)</p>



<p>Use COUNTIF (C2: C12,&#8221; &lt;&gt;&#8221; &amp;&#8221;*&#8221;) to find out the number of cells in the range.</p>



<p><strong>Also Read: <a href="https://technohungry.com/how-to-highlight-active-columns-and-rows-in-excel/">How to Highlight Active Columns and Rows in Excel</a>?</strong></p>



<p>Hope you learned How to use the Excel COUNTIF function? If you have any questions about this topic please share them with me by comment. Also, share on your social media profile.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://technohungry.com/how-to-use-the-excel-countif-function/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">5078</post-id>	</item>
		<item>
		<title>How to Highlight Active Columns and Rows in Excel?</title>
		<link>https://technohungry.com/how-to-highlight-active-columns-and-rows-in-excel/</link>
					<comments>https://technohungry.com/how-to-highlight-active-columns-and-rows-in-excel/#respond</comments>
		
		<dc:creator><![CDATA[Team of Techno Hungry]]></dc:creator>
		<pubDate>Thu, 26 Aug 2021 20:27:53 +0000</pubDate>
				<category><![CDATA[Excel]]></category>
		<guid isPermaLink="false">https://technohungry.com/?p=5028</guid>

					<description><![CDATA[In this Excel tutorial, we will learn how to highlight active columns and rows in Excel. If you&#8230;]]></description>
										<content:encoded><![CDATA[
<p>In this Excel tutorial, we will learn <strong>how to highlight active columns and rows in Excel</strong>. If you have a lot of data, you can easily find dynamic columns or rows if the rows or columns can be highlighted.</p>



<p>You need to write some code in Visual Basic to do this, although we will do that later. However, the problem is that the Visual Basic code is not saved in<strong> xls </strong>or <strong>xlsx</strong> type files. It actually turns on the macro.</p>



<p>So you have to save the Excel file in .xlsm (Excel Macro-Enabled Wordbook) file type at the beginning, or when you write Visual Basic code, you have to change the File Type from Save As .xlsm type.</p>



<div class="cnvs-block-toc cnvs-block-toc-1630008360065" >
	</div>



<h2 id="how-to-highlight-active-columns-and-rows-in-excel" class="wp-block-heading"><strong>How to Highlight Active Columns and Rows in Excel?</strong></h2>



<h3 id="how-to-use-excel-conditional-formatting" class="wp-block-heading"><strong>How to Use Excel Conditional Formatting?</strong></h3>



<ol class="is-style-cnvs-list-styled-positive wp-block-list"><li>Now open the file and select the cell range of the seat you will be working on.</li><li>Once selected, click on New Rule from Conditional Formatting from the ribbon of the Home tab.</li><li>Clicking on New Rule will bring up the &#8220;New Formatting Rule&#8221; dialog box as below.</li><li>Click on Use a formula to determine which cells to format from the dialog box. The image above is highlighted. Now it will come as below.</li><li>Now in the highlighted cell, we will write the following formula. And the formatting will be set depending on this condition.</li><li>Now click on the Format button.</li><li>After clicking on the highlighted Format button, the Format Cells dialog box appears.</li><li>Now format it as you wish from here and click on the OK button. Now you will see that the first column or the column and row of the cell from where you started has taken the formatting you have given.</li><li>Now, if you click on any place in the data set, formatting is usually supposed to be applied there. But in this case, you have to press F9 of the function key.</li><li>Now we will see how to auto do this so that F9 is not pressed repeatedly.</li></ol>



<h3 id="how-to-use-developer-tab-in-excel" class="wp-block-heading"><strong>How to Use Developer Tab in Excel?</strong></h3>



<p>However, in many cases, there is no Developer Option. Follow the steps below to turn it on.</p>



<ul class="is-style-cnvs-list-styled wp-block-list"><li><strong>File&gt; Options&gt; Customize Ribbon&gt; Developer</strong></li></ul>



<h3 id="how-to-do-visual-basic-vb-for-automating-conditional-formatting" class="wp-block-heading"><strong>How to do Visual Basic (VB) for Automating Conditional Formatting?</strong></h3>



<ol class="is-style-cnvs-list-styled-positive wp-block-list"><li>Now you need to write some basic visual code in Excel. And to save it, you have to save the file in .xlsm type, which we have discussed earlier.</li><li>So to turn on Visual Basic (VB for short), go to the Developer ribbon from the menu and click on Visual Basic (keyboard command Alt + F11). The &#8220;Microsoft Visual Basic for Application&#8221;(<a href="https://www.microsoft.com/en-us/download/details.aspx?id=17049" target="_blank" rel="noreferrer noopener">VBA</a>) window will appear as follows.</li><li>Now double click on sheet1 on the left side of the seat you are working on. The code editor will appear as below.</li><li>Select Worksheet here. Then Private Sub Block will come as below.</li><li>Now it&#8217;s time to write VB Code to auto column and row.</li></ol>



<figure class="wp-block-image size-large"><img  loading="lazy"  decoding="async"  width="1024"  height="576"  src="https://technohungry.com/wp-content/uploads/2021/08/How-to-do-Visual-Basic-VB-for-Automating-Conditional-Formatting-1024x576.webp"  alt="How to do Visual Basic (VB) for Automating Conditional Formatting"  class="wp-image-5033"  srcset="https://technohungry.com/wp-content/uploads/2021/08/How-to-do-Visual-Basic-VB-for-Automating-Conditional-Formatting-1024x576.webp 1024w, https://technohungry.com/wp-content/uploads/2021/08/How-to-do-Visual-Basic-VB-for-Automating-Conditional-Formatting-300x169.webp 300w, https://technohungry.com/wp-content/uploads/2021/08/How-to-do-Visual-Basic-VB-for-Automating-Conditional-Formatting-768x432.webp 768w, https://technohungry.com/wp-content/uploads/2021/08/How-to-do-Visual-Basic-VB-for-Automating-Conditional-Formatting-1536x864.webp 1536w, https://technohungry.com/wp-content/uploads/2021/08/How-to-do-Visual-Basic-VB-for-Automating-Conditional-Formatting-380x214.webp 380w, https://technohungry.com/wp-content/uploads/2021/08/How-to-do-Visual-Basic-VB-for-Automating-Conditional-Formatting-550x309.webp 550w, https://technohungry.com/wp-content/uploads/2021/08/How-to-do-Visual-Basic-VB-for-Automating-Conditional-Formatting-800x450.webp 800w, https://technohungry.com/wp-content/uploads/2021/08/How-to-do-Visual-Basic-VB-for-Automating-Conditional-Formatting-1160x653.webp 1160w, https://technohungry.com/wp-content/uploads/2021/08/How-to-do-Visual-Basic-VB-for-Automating-Conditional-Formatting-80x46.webp 80w, https://technohungry.com/wp-content/uploads/2021/08/How-to-do-Visual-Basic-VB-for-Automating-Conditional-Formatting-760x428.webp 760w, https://technohungry.com/wp-content/uploads/2021/08/How-to-do-Visual-Basic-VB-for-Automating-Conditional-Formatting-1100x619.webp 1100w, https://technohungry.com/wp-content/uploads/2021/08/How-to-do-Visual-Basic-VB-for-Automating-Conditional-Formatting-1600x900.webp 1600w, https://technohungry.com/wp-content/uploads/2021/08/How-to-do-Visual-Basic-VB-for-Automating-Conditional-Formatting-600x338.webp 600w, https://technohungry.com/wp-content/uploads/2021/08/How-to-do-Visual-Basic-VB-for-Automating-Conditional-Formatting.webp 1920w"  sizes="auto, (max-width: 1024px) 100vw, 1024px" ><figcaption>How to do Visual Basic (VB) for Automating Conditional Formatting</figcaption></figure>



<h3 id="vb-code-for-active-column-and-row-auto" class="wp-block-heading"><strong>VB Code for Active Column and Row Auto</strong></h3>



<p>Now in Private Sub Block, You will write the following code.</p>



<pre class="wp-block-code"><code><span class="has-inline-color has-green-color">Private Sub</span> Worksheet_SelectionChange (<span class="has-inline-color has-green-color">ByVal</span> Traget <span class="has-inline-color has-green-color">As</span> Rang)
<span class="has-inline-color has-green-color">If</span> Application.CutCopyMode = <span class="has-inline-color has-green-color">False Then</span>
Application.Calculate
<span class="has-inline-color has-green-color">End If
End Sub</span></code></pre>



<p>Now click on the different cells inside the excel sheet and see that the active columns and rows are being auto highlighted. So this was our event today about <strong>How to Highlight Active Columns and Rows in Excel</strong>. Don&#8217;t forget to share it with others at work and Subscribe to our <a href="https://technohungry.com/newsletter/">newsletter</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://technohungry.com/how-to-highlight-active-columns-and-rows-in-excel/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">5028</post-id>	</item>
	</channel>
</rss>
