{"id":257,"date":"2023-08-04T07:32:18","date_gmt":"2023-08-04T07:32:18","guid":{"rendered":"https:\/\/icacourse.icajobguarantee.com\/blog\/advanced-excel-formulas-and-functions"},"modified":"2026-04-20T09:51:34","modified_gmt":"2026-04-20T09:51:34","slug":"advanced-excel-formulas-and-functions","status":"publish","type":"post","link":"https:\/\/www.icacourse.in\/blog\/advanced-excel-formulas-and-functions","title":{"rendered":"17 Advanced Excel Formulas and Functions: Learn with Real Life Use Cases"},"content":{"rendered":"<p>Have you heard about <b>Advanced Excel Formulas<\/b>? These functions can help you perform complex calculations, analyze data, and much more.<\/p>\n<p>Excel has over 450 functions, and I&#8217;m sure you&#8217;ve heard of popular ones like VLOOKUP, SUMIF, and COUNTIF. You can use these advanced functions alone or combine different functions to create more <b>advanced Excel functions<\/b>.<\/p>\n<p>Today, most industries are relying on data for better business decisions. To have a good command of data, companies need experts with advanced skills in <a href=\"https:\/\/www.microsoft.com\/en-in\/microsoft-365\/excel\">Microsoft Excel<\/a>.<\/p>\n<p>If you want to update your skills \u2026..<\/p>\n<p>We&#8217;ve gathered the most important and <b>advanced Excel formulas<\/b> that every top-notch analyst should know.<\/p>\n<p>You can also read more about\u00a0<a href=\"https:\/\/www.icajobguarantee.com\/blog\/advanced-excel-courses-online-2022\">Advance Excel Courses Online<\/a>.<\/p>\n<p>If you are interested in becoming an Excel expert like us, you&#8217;re going to love this article.<\/p>\n<p>Feel free to download the Excel sheet provided and customize it with your own data.<\/p>\n<div class=\"text-center\">\n<div class=\"col-md-12 pb10 text-center\"><img decoding=\"async\" class=\"aligncenter size-full wp-image-1457\" style=\"width: 100%; max-width: 242px; height: auto;\" src=\"https:\/\/www.icacourse.in\/blog\/wp-content\/uploads\/2023\/08\/ADVANCED-EXCEL-FUNCTIONS.png\" alt=\"Advanced Excel Function Download Excel\" \/><br \/>\n<a class=\"btn btn-primary\" style=\"color: #fff!important; text-decoration: none!important;\" href=\"https:\/\/www.icacourse.in\/blog\/content\/xls\/Advanced-Excel-Functions.xlsx \" target=\"_blank\" rel=\"noopener\">Download Excel<\/a><\/div>\n<\/div>\n<div class=\"block\">\n<h2 style=\"margin-left: 3%!important;\"><b>Table of Contents<\/b><\/h2>\n<ol style=\"margin-left: 20px!important;\">\n<li><a href=\"#1\"> VLOOKUP()<\/a><\/li>\n<li><a href=\"#2\"> XOOKUP()<\/a><\/li>\n<li><a href=\"#3\"> IF | IF OR | IF AND<\/a><\/li>\n<li><a href=\"#4\"> SUMIF()<\/a><\/li>\n<li><a href=\"#5\"> OFFSET +SUM\u00a0<\/a><\/li>\n<li><a href=\"#6\"> COUNTA()<\/a><\/li>\n<li><a href=\"#7\"> COUNTIF()<\/a><\/li>\n<li><a href=\"#8\"> MATCH()<\/a><\/li>\n<li><a href=\"#9\"> INDEX+ MATCH \/VLOOKUP + CHOOSE<\/a><\/li>\n<li><a href=\"#10\"> CONCATENATE\u00a0<\/a><\/li>\n<li><a href=\"#11\"> REPT<\/a><\/li>\n<li><a href=\"#12\"> TYPE<\/a><\/li>\n<li><a href=\"#13\"> LEFT_MID_RIGHT<\/a><\/li>\n<li><a href=\"#14\"> RANDBETWEEN\u00a0<\/a><\/li>\n<li><a href=\"#15\"> CONVERT<\/a><\/li>\n<li><a href=\"#16\"> SUMPRODUCT\u00a0<\/a><\/li>\n<li><a href=\"#17\"> IFERROR\u00a0<\/a><\/li>\n<\/ol>\n<\/div>\n<h2 id=\"1\">1. VLOOKUP Function<\/h2>\n<h3><b>Scenario:<\/b><\/h3>\n<p>Are you a garment shop owner who is always puzzled by their inventory data? Oh!<\/p>\n<p>Let\u2019s see how a garment shop store manager always gives accurate data about their stock items to the shop owner.<\/p>\n<p>The store owner asked him to share the number of shirts left in the stock of all sizes.<\/p>\n<p>As the shop has different varieties of clothes and in them, he has to find several shirts of different sizes. All the inventory data the store manager usually maintains is in Excel.<\/p>\n<p>Manually if he works in Excel to calculate this, it takes a lot of time, and maybe he calculates the wrong numbers.<\/p>\n<p>Then What is the Solution to this problem? Don\u2019t Know! VLOOKUP function that he can use to get results quickly. That\u2019s Why the store manager has to be updated with Excel Advanced Functions.<\/p>\n<h4><b>What is the VLOOKUP() Function?<\/b><\/h4>\n<p>VLOOKUP(): Here V stands for Vertical. In simple words, it is a function that helps us to search certain data in a column(also called a table array) and then it gives values from different columns but from the same row.<\/p>\n<div class=\"blockquote\">Formula: VLOOKUP(lookup_value, table_array, col_index_num, [range_lookup])<\/div>\n<ul>\n<li><b>Lookup_value: <\/b>The value you want to find in the leftmost column of the range.<\/li>\n<li><b>table_array: <\/b>The range of cells containing the data you want to search through. This range should include both the lookup column and the column where you want to return the result.<\/li>\n<li><b>col_index_num:<\/b> The column number (starting from 1) of the table_array from which you want to retrieve the result.<\/li>\n<li><b>range_lookup:<\/b> Optional. This parameter can be either TRUE (approximate match) or FALSE (exact match). If nothing is mentioned, TRUE is assumed.<\/li>\n<\/ul>\n<h5><b>How Does VLOOKUP() Function Work?<\/b><\/h5>\n<p>Let&#8217;s see an example of the same store manager to understand how<b> advanced VLOOKUP <\/b>works. How does he use this function?<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-1426 size-full\" src=\"https:\/\/icacourse.icajobguarantee.com\/blog\/wp-content\/uploads\/2023\/08\/Vlookup-Formula.webp\" alt=\"Advanced Excel Formula VLOOKUP\" width=\"598\" height=\"350\" \/><\/p>\n<p>Let\u2019s apply Vlookup here in the above Excel data of the garment shop<\/p>\n<p>He is looking for the product shirt and its available size in stock. In the above table, you will see different products listed in column B and their available sizes from Columns C to G.<\/p>\n<p style=\"padding-left: 40px;\"><strong>Formula:<\/strong> =VLOOKUP($B13,$B$5:$G$9, Column(B2),0)<\/p>\n<p style=\"padding-left: 40px;\"><strong>Lookup Value-<\/strong> Shirt<\/p>\n<p style=\"padding-left: 40px;\"><strong>Table Array-<\/strong>B13 (Here we want to find our data) and B5 to G9 (The whole table where the data is searched )<\/p>\n<p style=\"padding-left: 40px;\"><strong>col_index_num:<\/strong> Column B2<\/p>\n<p style=\"padding-left: 40px;\"><strong>range_lookup:<\/strong> 0<\/p>\n<p style=\"padding-left: 40px;\"><strong>$:<\/strong> Here $ is used to fix the value. Generally in Excel, if we want to fix the value of any cell then we use it<\/p>\n<p><b>Result:\u00a0<\/b><\/p>\n<div style=\"overflow-x: auto;\">\n<table class=\"table w-auto\">\n<tbody>\n<tr>\n<th>Product<\/th>\n<th>Small<\/th>\n<th><b>Medium<\/b><\/th>\n<th>Large<\/th>\n<th>XL<\/th>\n<th>XXL<\/th>\n<\/tr>\n<tr>\n<td>Shirt<\/td>\n<td>33<\/td>\n<td>51<\/td>\n<td>52<\/td>\n<td>16<\/td>\n<td>28<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<p>This function of Excel will help him easily search for any data without any errors and save time.<\/p>\n<p>Hope now it\u2019s clear to you how to use <b>advanced Vlookup<\/b>.<\/p>\n<p><script src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/image-map-resizer\/1.0.10\/js\/imageMapResizer.min.js\"><\/script><br \/>\n<script>window.onload = function() { imageMapResize(); }<\/script><br \/>\n<img decoding=\"async\" src=\"https:\/\/www.icacourse.in\/assets\/img\/blog\/excel-cta-banner-online.webp\" alt=\"Advanced MS Excel Course Online\" usemap=\"#image-map\" \/><\/p>\n<map name=\"image-map\">\n<area title=\"Advanced MS Excel Course (Online)\" alt=\"Advanced MS Excel Course (Online)\" coords=\"3,-1,835,370\" shape=\"rect\" href=\"https:\/\/www.icacourse.in\/courses\/advance-excel-course-online?utm_campaign=Excel_CTA&#038;utm_source=Blog\" target=\"_blank\" \/>\n<area title=\"Advanced MS Excel Course (Online)\" alt=\"Advanced MS Excel Course (Online)\" coords=\"357,403,483,428\" shape=\"rect\" href=\"https:\/\/www.icacourse.in\/courses\/advance-excel-course-online?utm_campaign=Excel_CTA&#038;utm_source=Blog\" target=\"_blank\" \/>\n<area title=\"Advanced MS Excel Course (Online)\" alt=\"Advanced MS Excel Course (Online)\" coords=\"488,402,626,430\" shape=\"rect\" href=\"https:\/\/www.icacourse.in\/courses\/advance-excel-course-online?utm_campaign=Excel_CTA&#038;utm_source=Blog\" target=\"_blank\" \/>\n<area title=\"Advanced Excel Course\" alt=\"Advanced Excel Course\" coords=\"635,403,771,430\" shape=\"rect\" href=\"https:\/\/www.icajobguarantee.com\/courses\/advanced-excel-course?utm_campaign=Excel_CTA&#038;utm_source=Blog\" target=\"_blank\" \/> <\/map>\n<h2 id=\"2\">2. XLOOKUP() Function<\/h2>\n<h3><b>Scenario:\u00a0<\/b><\/h3>\n<p>Let us consider that you are running a cloth shop, for sure you are managing a record of inventory of your stock items. Either you are keeping a record of all these data with any CMS Software or doing it manually with Excel.<\/p>\n<p>If you are managing all this manually then you must be a pro in Excel. But Why?<\/p>\n<p>Here is Why: You need to manage a large record If you will do all these manually then it takes a lot of time to search for any specific products. Here in the example below, a store manager is looking for data on large-size Shirts.<\/p>\n<p>If he will manually find this quantity then it&#8217;s time-consuming. Then What is the alternative option for him? XLOOKUP function?<\/p>\n<h4><b>What is the XLOOKUP Function?<\/b><\/h4>\n<p>The XLOOKUP function in Excel searches a range or array for a specified value and returns the associated value from another column. It can search both vertically and horizontally and perform exact (default), fuzzy (closest), or wildcard (partial) matching.<\/p>\n<p>We will explain the use of match type later on while using the formula. First, we will see how this function works with an example.<\/p>\n<div class=\"blockquote\">Formula: XLOOKUP(lookup_value, lookup_array, return_array, [if_not_found], [match_mode], [search_mode])<\/div>\n<ul>\n<li aria-level=\"1\"><b>lookup_value:<\/b> The value you want to find in the lookup_array.<\/li>\n<li aria-level=\"1\"><b>lookup_array:<\/b> The range of cells that contains the values you want to search through.<\/li>\n<li aria-level=\"1\"><b>return_array:<\/b> The range of cells from which you want to retrieve the result. This range should correspond to the same size as the lookup_array.<\/li>\n<li aria-level=\"1\"><b>if_not_found:<\/b> Optional. The value to return if the lookup_value is not found. If omitted, Excel will return an #N\/A error.<\/li>\n<li aria-level=\"1\"><b>match_mode:<\/b> Optional. This parameter determines whether you want an exact match or the nearest match. Possible values are 0 (exact match), -1 (exact match or smaller), 1 (exact match or larger), or 2 (wildcard match). If omitted, it uses an exact match by default.<\/li>\n<li aria-level=\"1\"><b>search_mode: <\/b>Optional. This parameter determines the search direction (1 for vertical, -1 for horizontal) when using an exact match or wildcard match. If omitted, Excel will use a vertical search by default.<\/li>\n<\/ul>\n<h5><b>How does the XLOOKUP Function work and help the Store manager?<\/b><\/h5>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-1427 size-full\" src=\"https:\/\/icacourse.icajobguarantee.com\/blog\/wp-content\/uploads\/2023\/08\/Xlookup-Formula.webp\" alt=\"Advanced Excel Function XLOOKUP\" width=\"730\" height=\"365\" \/><\/p>\n<p>The store manager needs the data on how many large-size shirts are left in the store<\/p>\n<p>As you can see they have maintained a sheet where products are listed in column B and their different sizes from column C to G. Now the manager is interested to find a shirt(Product) of large size.<\/p>\n<p>Let\u2019s start working with the XLOOKUP() function to get the result of the required query.<\/p>\n<div class=\"blockquote\"><strong>Formula:<\/strong> XLOOKUP(lookup_value, lookup_array, return_array, [if_not_found], [match_mode], [search_mode])<\/div>\n<p>Let\u2019s insert this formula into the data mentioned above in the table.<\/p>\n<p style=\"padding-left: 40px;\"><strong>Formula:<\/strong> =XLOOKUP(C12, B5:B9, XLOOKUP(C14, C4:G4, C5:G9))<\/p>\n<p style=\"padding-left: 40px;\"><b>Lookup Value:<\/b> Shirt (The product type that we want in our search result)<\/p>\n<p style=\"padding-left: 40px;\"><b>Lookup Array:<\/b> B5 to B9 (Here the function searches for our desired product result which is a shirt)<\/p>\n<p style=\"padding-left: 40px;\"><b>Return Array:<\/b> C12( Here we want to find our data on the sheet of product shirt)<\/p>\n<p>Again XLOOKUP is applied<\/p>\n<p style=\"padding-left: 40px;\"><b>Lookup Value: <\/b>Large Size\u00a0 (The product size type that we want in our search result)<\/p>\n<p style=\"padding-left: 40px;\"><b>Lookup Array: <\/b>C4 to G4 (Here the function searches for our desired result which is a large shirt size type that is Large)<\/p>\n<p style=\"padding-left: 40px;\"><b>Lookup Array:<\/b> C5 to G9 (Here the function searches for our desired result which is a shirt-specific size that is 52 as mentioned in the result)<\/p>\n<p style=\"padding-left: 40px;\"><b>Return Array:<\/b> C14 ( Here we want to find our data on the sheet of product shirt size)<\/p>\n<p>The other parameters that are mentioned above are optional. It means we can add them if we want or else we can avoid them.<\/p>\n<p><b>Result:\u00a0<\/b><\/p>\n<div style=\"overflow-x: auto;\">\n<table>\n<tbody>\n<tr>\n<td><b>Item Name<\/b><\/td>\n<td>Shirt<\/td>\n<\/tr>\n<tr>\n<td><b>Size<\/b><\/td>\n<td>Large<\/p>\n<table>\n<tbody>\n<tr>\n<td><b>52<\/b><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<p>The desired output is 52 large-size shirts quantity.<\/p>\n<p>This function provides a two-way lookup which means both horizontal and vertical. It is more flexible than Vlookup and Hlookup. Thus it increases efficiency and productivity.<\/p>\n<p>We tried to explain it more simply with examples so that it is clear for you. Hope you found this helpful.<\/p>\n<h6><b>How is XLOOKUP Better than VLOOKUP?\u00a0<\/b><\/h6>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-1428 size-full\" src=\"https:\/\/icacourse.icajobguarantee.com\/blog\/wp-content\/uploads\/2023\/08\/XLOOKUP-VS-VLOOKUP.webp\" alt=\"Difference Between XLOOKUP AND VLOOKUP\" width=\"804\" height=\"179\" \/><\/p>\n<p>There are many more functions available in XLOOKUP in comparison to VLOOKUP. You can check below:<\/p>\n<h2 id=\"3\">3. IF | IF OR | IF AND Function<\/h2>\n<h3><b>Scenario:<\/b><\/h3>\n<p>When you are leading a finance team of a big company and have to manage large records of data. Sometimes it seems complex to manage accurately.<\/p>\n<p>Mahesh a finance Team Leader at a big MNC has been asked to submit a report on salary hikes in different departments.<\/p>\n<p>Now, He is tense because the company operates in a different location and there are a lot of departments and many other things there.<\/p>\n<p>What is the Solution to his problem, if he already has a sheet with different data as mentioned below in the example?<\/p>\n<p>He can use the If function, and If OR function to find the required results as per the conditions described to him. Why did he use this function? It helps him to get the desired data quickly and with 100% accuracy.<\/p>\n<h4><b>What is the IF() Function?<\/b><\/h4>\n<p>The <b>advanced IF function in Excel<\/b> allows you to perform conditional evaluations and return different values based on a specified condition. It is widely used for logical and decision-making purposes in spreadsheets.<\/p>\n<div class=\"blockquote\">Formula: IF(logical_test, value_if_true, value_if_false)<\/div>\n<ul>\n<li aria-level=\"1\"><b>logical_test: <\/b>This is the condition you want to check. It can be any logical expression that evaluates to either TRUE or FALSE.<\/li>\n<li aria-level=\"1\"><b>value_if_true:<\/b> The value to be returned if the logical_test evaluates to TRUE.<\/li>\n<li aria-level=\"1\"><b>value_if_false:<\/b> The value to be returned if the logical_test evaluates to FALSE<\/li>\n<\/ul>\n<p>We will discuss first the IF function and then move to IF OR and IF AND with the same example.<\/p>\n<h5><b>How Does IF Function Work?<\/b><\/h5>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-1429 size-full\" src=\"https:\/\/icacourse.icajobguarantee.com\/blog\/wp-content\/uploads\/2023\/08\/IF-OR-Function.webp\" alt=\"Advanced Excel Function IF | IF OR | IF AND\" width=\"762\" height=\"412\" \/><\/p>\n<p>Let&#8217;s go through an example to understand how the IF function works and help Mahesh<\/p>\n<p>Here in the above example, you can see in the table Employee\u2019s name is mentioned in Column B. Their department is in Column C, the Branch is in Column C, and salary data is in Column E.<\/p>\n<p>Now here Mahesh wants to find<b> if (the department is sales then the output will be 10% of the Salary Amount else 0)<\/b><\/p>\n<p style=\"padding-left: 40px;\"><strong>Formula:<\/strong> =IF(C5=\u201d sales\u201d, E5*10%,0)<\/p>\n<p style=\"padding-left: 40px;\"><strong>Logical Test:<\/strong> If the department is sales (C5= \u201csales\u201d)<\/p>\n<p style=\"padding-left: 40px;\"><strong>Value if True:<\/strong> Output will be 10% of the salary<\/p>\n<p style=\"padding-left: 40px;\">Here, salary is mentioned in column E, and for sales, it is E5 so the output will be E5*10%<\/p>\n<p style=\"padding-left: 40px;\"><strong>Value If False:<\/strong> If the department is not sales then return the value zero(0)<\/p>\n<p><b>Result:<\/b><\/p>\n<p>As you can see below the result is displayed in column 1. For sales, it displays a value of 4995 and for the rest, it shows 0<\/p>\n<p>Now, we will move toward the<\/p>\n<p><b>IF-OR function<\/b><\/p>\n<div class=\"blockquote\">Formula: =IF(OR(condition1, condition2, &#8230;), value_if_true, value_if_false)<\/div>\n<ul>\n<li aria-level=\"1\"><b>condition1, condition2, etc.:<\/b> These are the multiple conditions you want to check. They can be any logical expressions that evaluate to either TRUE or FALSE.<\/li>\n<li aria-level=\"1\"><b>value_if_true:<\/b> The value to be returned if any of the specified conditions evaluate to TRUE.<\/li>\n<li aria-level=\"1\"><b>value_if_false:<\/b> The value to be returned if all of the specified conditions are evaluated as FALSE.<\/li>\n<\/ul>\n<p>Now Mahesh wants to find<b> if <\/b>the branch is Mumbai<b> or <\/b>Branch is Pune then the output will be<b> Yes <\/b>else <b>No<\/b><\/p>\n<p style=\"padding-left: 40px;\"><strong>Formula:<\/strong> IF(OR(D5= \u201dMumbai\u201d, D5=\u201d Pune\u201d),\u201d Yes\u201d,\u201d No\u201d)<\/p>\n<p>Here the branches are available in Column D<\/p>\n<p style=\"padding-left: 40px;\"><strong>Condition 1:<\/strong> If the Branch is Mumbai (D5=Mumbai)<\/p>\n<p style=\"padding-left: 40px;\"><strong>Condition 2:<\/strong> If the Branch is Pune (D5=Pune)<\/p>\n<p style=\"padding-left: 40px;\"><strong>Value_if_True:<\/strong> Yes<\/p>\n<p style=\"padding-left: 40px;\"><strong>Value_if_False:<\/strong> No<\/p>\n<p><b>Result:<\/b><\/p>\n<p>The desired result is mentioned above in the image as you can see.<\/p>\n<p>The last one is<\/p>\n<p><b>If And Function<\/b><\/p>\n<div class=\"blockquote\">Formula: IF(AND(condition1, condition2, &#8230;), value_if_true, value_if_false)<\/div>\n<ul>\n<li aria-level=\"1\"><b>condition1, condition2, etc.: <\/b>These are the multiple conditions you want to check. They can be any logical expressions that evaluate to either TRUE or FALSE.<\/li>\n<li aria-level=\"1\"><b>value_if_true: <\/b>The value to be returned if all of the specified conditions evaluate to TRUE.<\/li>\n<li aria-level=\"1\"><b>value_if_false:<\/b> The value to be returned if any of the specified conditions are evaluated as FALSE.<\/li>\n<\/ul>\n<p>Let\u2019s see this with an example, Mahesh&#8217;s Manager now asked him to share the salary data of\u00a0employees.<\/p>\n<p>But for that employee only whose salary is between 30000-35000.<\/p>\n<p>Mahesh can use if and function then easily he can get the required data.<\/p>\n<p><b>If the Salary is between 30000 and 35000 then the output will be Yes else Blank cell<\/b><\/p>\n<p style=\"padding-left: 40px;\"><strong>Formula:<\/strong> IF(AND(E5&gt;=30000, E5&lt;=35000)\u201d YES\u201d,\u201d \u201c)<\/p>\n<p>Below is the image you can see in the third column that is representing this data<\/p>\n<p>Still, if you have any doubts then you can join <a href=\"https:\/\/www.icacourse.in\/courses\/ms-office-2019-course-online\">MS Excel Course<\/a><\/p>\n<h2 id=\"4\">4. SUMIF() Function<\/h2>\n<h3><b>Scenario:<\/b><\/h3>\n<p>Have you read the previous scenario of Mahesh?<\/p>\n<p>Again Mahesh&#8217;s Manager has asked him to submit the annual salary report of different departments.<\/p>\n<p>As Mahesh is maintaining an Excel sheet of all data but it\u2019s too difficult for him to calculate manually.<\/p>\n<p>Then What?\u00a0 Mahesh will submit the requested report on time or he do the manual calculation.<\/p>\n<p>Mahesh is too smart. Want to know How? He used the SUMIF() function to do this task.<\/p>\n<h4><b>What is SUMIF() Function?<\/b><\/h4>\n<p>The SUMIF() function in Excel is used to sum values based on a specified condition or criteria. It allows you to add up values that meet a specific requirement.<\/p>\n<div class=\"blockquote\">Formula: SUMIF(range, criteria, [sum_range])<\/div>\n<ul>\n<li aria-level=\"1\"><b>range: <\/b>This is the range of cells you want to evaluate against the criteria. It is the range that will be checked for the condition.<\/li>\n<li aria-level=\"1\"><b>Criteria: <\/b>This is the condition that you want to apply to the cells in the range. It can be a number, text, expression, or cell reference.<\/li>\n<li aria-level=\"1\"><b>sum_range (optional): <\/b>This is the range of cells that you want to sum up if their corresponding cells in the range meet the criteria. If not provided, the function will use the same range as the range parameter for the summation.<\/li>\n<\/ul>\n<h5><b>How Does SUMIF()\u00a0Function Work?<\/b><\/h5>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-1430 size-full\" src=\"https:\/\/icacourse.icajobguarantee.com\/blog\/wp-content\/uploads\/2023\/08\/SUMIF-Function.webp\" alt=\"Advanced Excel Function SUMIF\" width=\"1113\" height=\"366\" \/><\/p>\n<p>Now see how smartly Mahesh uses this function to prepare the final report.<\/p>\n<p>Let\u2019s apply the function to the above data<\/p>\n<p style=\"padding-left: 40px;\"><strong>Formula:<\/strong> =SUMIF($C$6: $C$16, H6, $F$6: $F$16)<\/p>\n<p style=\"padding-left: 40px;\">Range: C6 to C16 ( Here he wants to apply the function against the mentioned Criteria)<\/p>\n<p style=\"padding-left: 40px;\">Criteria: Finance, Marketing, Support, IT ( This is the criteria against which we want our sum data)<\/p>\n<p style=\"padding-left: 40px;\">Sum_range: F6 TO F16 (This is the range of salary data (column F) that will be summed up in their corresponding cells in column C to meet the criteria)<\/p>\n<p><b>Result:<\/b><\/p>\n<div style=\"overflow-x: auto;\">\n<table class=\"table w-auto\">\n<tbody>\n<tr>\n<th>Department<\/th>\n<th>Salary<\/th>\n<\/tr>\n<tr>\n<td>Finance<\/td>\n<td>1,77,600.00<\/td>\n<\/tr>\n<tr>\n<td>Marketing<\/td>\n<td>2,74,800.00<\/td>\n<\/tr>\n<tr>\n<td>Support<\/td>\n<td>3,81,600.00<\/td>\n<\/tr>\n<tr>\n<td>IT<\/td>\n<td>1,12,800.00<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<h2 id=\"5\">5. OFFSET + SUM Function<\/h2>\n<h3><b>Scenario:<\/b><\/h3>\n<p>Joy is running a Toy Shop due to some reasons he is not coming to shop for a few days (03.07.2023 &#8211; 13.07.2023)<\/p>\n<p>When Joy is back to work he asks the Store Manager who is handling all his work in his absence. To show the data of total toy sales quantity.<\/p>\n<p>Now, the Store Manager has already prepared the sheet that contains date-wise sales quantity. But now he is worried that he has to calculate the total sales quantity manually.<\/p>\n<p>Is there any other option to calculate this? The answer is \u201cYes\u201d Store managers can use OFFSET+SUM <b>advanced Excel function<\/b> to do this task.<\/p>\n<h4><b>What is the OFFSET + SUM Function?<\/b><\/h4>\n<p>The OFFSET + SUM combination in Excel allows you to create a dynamic range and then sum the values within that range. The OFFSET function helps define a new range based on a starting point, and the SUM function then adds up the values within that new range. This combination is useful when you need to perform calculations on a changing range of cells.<\/p>\n<div class=\"blockquote\">Formula: OFFSET(reference, rows, cols, [height], [width])<\/div>\n<ul>\n<li aria-level=\"1\"><b>Reference: <\/b>This is the starting cell from which the new range will be defined.<\/li>\n<li aria-level=\"1\"><b>rows: <\/b>This is the number of rows to move from the reference cell to determine the starting row of the new range. It can be a positive or negative value.<\/li>\n<li aria-level=\"1\"><b>cols: <\/b>This is the number of columns to move from the reference cell to determine the starting column of the new range. It can be a positive or negative value.<\/li>\n<li aria-level=\"1\"><b>height (optional):<\/b> This is the number of rows in the new range. If not specified, the new range will be one cell high.<\/li>\n<li aria-level=\"1\"><b>Width (optional):<\/b> This is the number of columns in the new range. If not specified, the new range will be one cell-wide.<\/li>\n<\/ul>\n<h5><b>How Does OFFSET + SUM\u00a0 Function Work?<\/b><\/h5>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-1431 size-full\" src=\"https:\/\/icacourse.icajobguarantee.com\/blog\/wp-content\/uploads\/2023\/08\/OFFSET-SUM-Function.webp\" alt=\"Advanvced Excel Formula OFFSET +SUM\" width=\"936\" height=\"429\" \/><\/p>\n<p style=\"padding-left: 40px;\"><strong>Formula:<\/strong> =SUM(OFFSET(D5,0,0, COUNTA(D:D)))<\/p>\n<p style=\"padding-left: 40px;\"><strong>Reference:<\/strong> D5(This is the reference cell, which is the starting point for the new range.)<\/p>\n<p style=\"padding-left: 40px;\"><strong>Rows:<\/strong> CountA(D:D) (This part of the formula calculates the number of rows to move up from the last cell in column D (13.07.2023) to reach the first cell of the new range (03.07.2023.)<\/p>\n<p>The OFFSET function will create a new range representing the sales figures. After that\u00a0 SUM function sums up the sales values within the new range.<\/p>\n<p>Once the store Manager applies this formula to the above data he will get the result of exact sales from 03.07.2023 to 13.07.2023<\/p>\n<p><b>Result:<\/b><\/p>\n<div style=\"overflow-x: auto;\">\n<table class=\"table w-auto\">\n<tbody>\n<tr>\n<th>Total Sales Quantity<\/th>\n<td>206<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<p>The next function in the <b>Advance Excel Formula list<\/b> is COUNTA(). Let&#8217;s dive into this with real-life scenarios.<\/p>\n<h2 id=\"6\">6. COUNTA() Function<\/h2>\n<h3><b>Scenario:<\/b><\/h3>\n<p>Let\u2019s consider you are running a restaurant business and a few days back you hired a manager to manage all the staff.<\/p>\n<p>Once the manager has joined the restaurant, he wants to know the total no of staff currently working.<\/p>\n<p>Now as an owner, you handed him all the Excel records of the Staff data and told him to get the details from this.<\/p>\n<p>The manager is so smart that he quickly applies the COUNTA() Function in the Excel sheet and gets the results\u2014the total no of staff working in the restaurant.<\/p>\n<p>As an owner, you can also <a href=\"https:\/\/www.icajobguarantee.com\/blog\/advanced-excel-courses-online-2022\">learn <b>advanced Excel Functions<\/b><\/a><b>.<\/b> Let\u2019s start first with What the is COUNTA Function and how the manager uses this function also.<\/p>\n<h4><b>What is COUNTA() Function?<\/b><\/h4>\n<p>The COUNTA function in Excel Formula is used to count the number of cells in a range that are not empty. It includes both numerical values and text entries, making it useful for counting non-blank cells.<\/p>\n<div class=\"blockquote\">Formula: COUNTA(value1, [value2], &#8230;)<\/div>\n<p style=\"padding-left: 40px;\"><strong>value1, value2, etc.:<\/strong> These are the arguments representing the cells or values you want to count. You can provide up to 255 arguments.<\/p>\n<h5><b>How Does COUNTA() Function Work?<\/b><\/h5>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-1432 size-full\" src=\"https:\/\/icacourse.icajobguarantee.com\/blog\/wp-content\/uploads\/2023\/08\/COUNTA.webp\" alt=\"Excel Function COUNTA\" width=\"625\" height=\"431\" \/><\/p>\n<p>Just apply the above-mentioned formula<\/p>\n<p style=\"padding-left: 40px;\"><strong>Formula:<\/strong> =CountA(B5:B19)<\/p>\n<p><b>Result:<\/b><\/p>\n<div style=\"overflow-x: auto;\">\n<table class=\"table w-auto\">\n<tbody>\n<tr>\n<th>No of Employee<\/th>\n<td>15<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<p>The COUNTA() function is particularly useful for data analysis tasks, where you need to determine the number of cells with data<\/p>\n<p>Here you can see how a manager can easily calculate the staff number which is 15.<\/p>\n<p>This <b>advanced Excel formula<\/b> makes it easy for the Manager to count staff no. Even the owner is also impressed.<\/p>\n<div class=\"blockquote\">\n<p>Checkout some articles related to Online BBA :<\/p>\n<ul>\n<li><a href=\"https:\/\/www.icacourse.in\/shobhit-online\/is-an-online-bba-valid-in-india\" target=\"_blank\" rel=\"noopener\">Is Online BBA Valid in India?<\/a><\/li>\n<li><a href=\"https:\/\/www.icacourse.in\/shobhit-online\/is-the-ica-edu-skills-shobhit-university-bba-valid\" target=\"_blank\" rel=\"noopener\">Is the ICA Edu Skills &amp; Shobhit University BBA Valid?<\/a><\/li>\n<li><a href=\"https:\/\/www.icacourse.in\/shobhit-online\/get-a-govt-job-with-an-online-bba\" target=\"_blank\" rel=\"noopener\">Can You Really Get a Govt Job with an Online BBA?<\/a><\/li>\n<li><a href=\"https:\/\/www.icacourse.in\/shobhit-online\/what-are-online-bba-degrees-in-india\" target=\"_blank\" rel=\"noopener\">What are Online BBA degrees in India?<\/a><\/li>\n<\/ul>\n<\/div>\n<h2 id=\"7\">7. COUNTIF() Function<\/h2>\n<h3><b>Scenario:<\/b><\/h3>\n<p>Let&#8217;s walk through a case in which you are working in a company as an HR Executive. Recently your upper management asked you to submit a report on the total no of employees in each respective department.<\/p>\n<p>Now What is the option you have to calculate this<\/p>\n<ol>\n<li style=\"list-style-type: none;\">\n<ol>\n<li aria-level=\"1\">Manually<\/li>\n<li aria-level=\"1\">Use Excel Functions<\/li>\n<\/ol>\n<\/li>\n<\/ol>\n<p>Which works best with maximum productivity and efficiency the answer is Excel Function.<\/p>\n<p>Which Excel function you can use to prepare the report \u201cCOUNTIF() function\u201d? But many are still not aware of this function and How to use it.<\/p>\n<p>Don\u2019t Worry! We are here to explain.<\/p>\n<h4><b>What is the COUNTIF() Function?<\/b><\/h4>\n<p>The COUNTIF() function in Excel is used to count the number of cells within a range that meets a specified criterion. It allows you to count cells based on specific conditions or criteria.<\/p>\n<div class=\"blockquote\">Formula: COUNTIF(range, criteria)<\/div>\n<ul>\n<li aria-level=\"1\"><b>Range: <\/b>This is the range of cells you want to evaluate against the criteria. It is the range that will be checked for the condition.<\/li>\n<li aria-level=\"1\"><b>Criteria: <\/b>This is the condition that you want to apply to the cells in the range. It can be a number, text, expression, or cell reference.<\/li>\n<\/ul>\n<h5><b>How Does COUNTIF Function Work?<\/b><\/h5>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-1433 size-full\" src=\"https:\/\/icacourse.icajobguarantee.com\/blog\/wp-content\/uploads\/2023\/08\/COUNTIF-Function.webp\" alt=\"Advanced Excel Function COUNTIF\" width=\"1051\" height=\"365\" \/><\/p>\n<p>As you can see in the above image there is a complete employee details sheet.<\/p>\n<p>Let\u2019s start working with this sheet to get the total no of employees in different departments. Apply the formula<\/p>\n<p style=\"padding-left: 40px;\"><strong>Formula:<\/strong> =COUNTIF($C$6:$C$16, H6)<\/p>\n<p style=\"padding-left: 40px;\"><strong>Range:<\/strong> C6 to C16 ( Here we want our criteria to be checked)<\/p>\n<p>Criteria: You have selected the different departments like Finance, Marketing, Support, and IT.<\/p>\n<p>When you apply the formula to your data. The following result you get<\/p>\n<p><b>Result:<\/b><\/p>\n<div style=\"overflow-x: auto;\">\n<table class=\"table w-auto\">\n<tbody>\n<tr>\n<th>Department<\/th>\n<th>No of Employee<\/th>\n<\/tr>\n<tr>\n<td>Finance<\/td>\n<td>2<\/td>\n<\/tr>\n<tr>\n<td>Marketing<\/td>\n<td>3<\/td>\n<\/tr>\n<tr>\n<td>Support<\/td>\n<td>4<\/td>\n<\/tr>\n<tr>\n<td>IT<\/td>\n<td>2<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<p>Hope this information helps you to improve your Excel Knowledge.<\/p>\n<p>If you are interested to explore more about MS Office then check below<\/p>\n<blockquote style=\"padding: 20px!important;\"><p><strong>Explore more about MS Office<\/strong><br \/>\n<a href=\"https:\/\/www.icajobguarantee.com\/blog\/benefits-of-microsoft-office-specialist-certification-courses\">All-Purpose Benefits Of Microsoft Office Specialist Certification Courses<\/a><br \/>\n<a href=\"https:\/\/www.icajobguarantee.com\/blog\/microsoft-advanced-excel-certifications-top-10-techniques\">Top 10 Techniques | Microsoft Advanced Excel Certifications<\/a><\/p><\/blockquote>\n<h2 id=\"8\">8. MATCH() Function<\/h2>\n<h3><b>Scenario:<\/b><\/h3>\n<p>Let us explore an example that you are working in a bank. Your branch manager asked you to find a position of the Transaction ID of a customer from the Excel sheet report.<\/p>\n<p>The manager mentioned to you that he needs this urgently because there is some issue with that customer&#8217;s bank account.<\/p>\n<p>Now if you will start finding this from your large data sheet manually. It means you can not submit the details to the manager on time. So, you have to work smartly here, you can use the MATCH() function.<\/p>\n<h4><strong>What is the MATCH() Function?<\/strong><\/h4>\n<p>The MATCH() function in Excel allows you to find the position of a specified value within a range. It is commonly used in combination with other functions like INDEX() to perform advanced lookup and retrieval operations.<\/p>\n<div class=\"blockquote\">Formula: MATCH(lookup_value, lookup_array, [match_type])<\/div>\n<ul>\n<li style=\"list-style-type: none;\">\n<ul>\n<li aria-level=\"1\"><b>lookup_value:<\/b> This is the value you want to find within the lookup_array.<\/li>\n<li aria-level=\"1\"><b>lookup_array:<\/b> This is the range or array in which you want to search for the lookup_value.<\/li>\n<li aria-level=\"1\"><b>match_type (optional):<\/b> This parameter specifies the type of matching to be performed. It can be one of the following values:\n<ul>\n<li aria-level=\"2\">1 (or omitted): Finds the largest value less than or equal to the lookup_value (default).<\/li>\n<li aria-level=\"2\">0: Finds the first exact match to the lookup_value. The lookup_array must be sorted in ascending order.<\/li>\n<li aria-level=\"2\">-1: Finds the smallest value greater than or equal to the lookup_value. The lookup_array must be sorted in descending order.<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<h5><b>How Does the MATCH() Function Work?<\/b><\/h5>\n<p>When you apply the formula in your data sheet you can easily find the result. Check below how it will help you.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-1434 size-full\" src=\"https:\/\/icacourse.icajobguarantee.com\/blog\/wp-content\/uploads\/2023\/08\/MATCH-Function.webp\" alt=\"Advanced Excel Function MATCH\" width=\"828\" height=\"352\" \/><\/p>\n<p style=\"padding-left: 40px;\"><strong>Formula:<\/strong> MATCH(F7, C5:C15,0)<\/p>\n<p style=\"padding-left: 40px;\"><strong>Lookup Value:<\/strong> 10209 (This is the value we want to find in the lookup_array)<\/p>\n<p style=\"padding-left: 40px;\"><strong>Lookup Array:<\/strong> C5:C15 (This is the range or array in which we want to search for &#8220;10209.&#8221;)<\/p>\n<p style=\"padding-left: 40px;\"><strong>Match Type:<\/strong> 0 (The match_type is set to 0 to find the first exact match)<\/p>\n<p>After applying the formula see how easily you can get the result<\/p>\n<p><b>Result:<\/b><\/p>\n<div style=\"overflow-x: auto;\">\n<table class=\" table w-auto\">\n<tbody>\n<tr>\n<th>Transition ID<\/th>\n<th>Range<\/th>\n<\/tr>\n<tr>\n<td><b>10209<\/b><\/td>\n<td><b>6<\/b><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<h2 id=\"9\">9. INDEX+ MATCH \/VLOOKUP + CHOOSE Function<\/h2>\n<h3><b>Scenario:<\/b><\/h3>\n<p>Hopefully, you have read the previous scenario of the bank. What if the manager again asked to find the customer name also with the Transaction ID?<\/p>\n<p>Confused! How can you search for this requested information?<\/p>\n<p>Why are you worried if we are here to help you?<\/p>\n<p>There are two different types of functions you can use to get this result<\/p>\n<p style=\"padding-left: 40px;\">INDEX+ MATCH Function VLOOKUP + CHOOSE Function<\/p>\n<h4><b>What is the INDEX+ MATCH Function?<\/b><\/h4>\n<p>The combination of INDEX and MATCH functions in Excel is a powerful way to look up and retrieve specific data from a table.<\/p>\n<p>The INDEX function returns the value of a cell in a specified row and column within a range. While the MATCH function is used to find the position of a lookup value within a given range.<\/p>\n<p>When used together, they allow you to perform a two-dimensional lookup, where you can find a value based on both row and column criteria.<\/p>\n<div class=\"blockquote\">Formula (INDEX Function): INDEX(array, row_num, [column_num])<br \/>\nFormula (MATCH Function): MATCH(lookup_value, lookup_array, [match_type])<\/div>\n<ul>\n<li><b>array:<\/b> This is the range or array from which you want to retrieve the data.<\/li>\n<li><b>row_num: <\/b>This is the row number from which you want to get the value.<\/li>\n<li><b>column_num<\/b> (optional): This is the column number from which you want to get the value. If omitted, the function returns the value from the specified row only.<\/li>\n<li><b>lookup_value: <\/b>This is the value you want to find within the lookup_array.<\/li>\n<li><b>lookup_array: <\/b>This is the range or array in which you want to search for the lookup_value.<\/li>\n<li><b>match_type <\/b>(optional): This parameter specifies the type of matching to be performed<\/li>\n<\/ul>\n<h5><b>How Does the INDEX + MATCH Function Work?<\/b><\/h5>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-1435 size-full\" src=\"https:\/\/icacourse.icajobguarantee.com\/blog\/wp-content\/uploads\/2023\/08\/INDEX-MATCH.webp\" alt=\"Advanced Excel Function INDEX+MATCH and VLOOKUP+CHOOSE\" width=\"984\" height=\"342\" \/><\/p>\n<p style=\"padding-left: 40px;\"><strong>Formula(INDEX + MATCH):<\/strong> INDEX(B5:B15, MATCH(F7, C5:C15,0))<\/p>\n<p style=\"padding-left: 40px;\"><strong>Array: B5:B15<\/strong> (This is the array from which you want to retrieve the data).<\/p>\n<p style=\"padding-left: 40px;\"><strong>Row_num:<\/strong> F7 (This is the row number (Customer ID) you want from the MATCH function.)<\/p>\n<p style=\"padding-left: 40px;\"><strong>Lookup Value:<\/strong> Customer Name (The name of the customer you want as per the Transition ID)<\/p>\n<p style=\"padding-left: 40px;\"><strong>Lookup Array:<\/strong> C5:C15 (This is the range or array in which you want to search for the customer name).<\/p>\n<p style=\"padding-left: 40px;\"><strong>Match Type :<\/strong>0<\/p>\n<p>After successfully applying the formula your result will be there in a fraction of a second.<\/p>\n<p><b>Result:<\/b><\/p>\n<div style=\"overflow-x: auto;\">\n<table class=\" table w-auto\">\n<tbody>\n<tr>\n<th>Transaction ID<\/th>\n<th>Customer Name<\/th>\n<\/tr>\n<tr>\n<td>10209<\/td>\n<td>Kamal Basak<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<p>This is the first way to find the required details. Let\u2019s see another option in detail<\/p>\n<p><b>VLOOKUP + CHOOSE Function\u00a0<\/b><\/p>\n<p><b>What is the VLOOKUP + CHOOSE Function?<\/b><\/p>\n<p>The combination of VLOOKUP and CHOOSE functions in Excel allows you to perform more complex lookups and get data from different columns based on a single criterion.<\/p>\n<p>The VLOOKUP function looks for a value in the leftmost column of a range and returns a corresponding value from a specified column within that range.<\/p>\n<p>The CHOOSE function allows you to select a value from a list of values based on a numeric index. When used together, you can dynamically choose which column to look up the data based on the result of another function.<\/p>\n<div class=\"blockquote\">Formula (VLOOKUP): VLOOKUP(lookup_value, table_array, col_index_num, [range_lookup])<\/div>\n<div class=\"blockquote\">Formula ( CHOOSE):\u00a0 CHOOSE(index_num, value1, [value2], &#8230;)<\/div>\n<ul>\n<li><b>lookup_value: <\/b>This is the value you want to find in the leftmost column of the table_array.<\/li>\n<li><b>table_array: <\/b>This is the range or array containing the data to be searched. The lookup_value should be in the leftmost column of this range.<\/li>\n<li><b>col_index_num:<\/b> This is the column number within the table_array from which the result should be returned.<\/li>\n<li><b>range_lookup (optional):<\/b> This parameter is either TRUE (approximate match) or FALSE (exact match). If omitted, it defaults to TRUE.<\/li>\n<li><b>index_num: <\/b>This is the numeric index that specifies which value to select from the list of values provided in the CHOOSE function.<\/li>\n<li><b>value1, value2, etc.:<\/b> These are the values from which you want to choose based on the index_num.<\/li>\n<\/ul>\n<p>Now, we will discuss how this function works and reduce the workload.<\/p>\n<p><b>How Does the VLOOKUP + CHOOSE Function Work?<\/b><\/p>\n<p style=\"padding-left: 40px;\"><strong>Formula:<\/strong> VLOOKUP(F12, CHOOSE({1,2}, C6:C16, B6:B16),2,0)<\/p>\n<p style=\"padding-left: 40px;\"><strong>Lookup Value:<\/strong> Customer Name<\/p>\n<p style=\"padding-left: 40px;\"><strong>Table Array:<\/strong> B6 to B16<\/p>\n<p style=\"padding-left: 40px;\"><strong>Col_index_num:<\/strong> F12<\/p>\n<p>The following result will be displayed<\/p>\n<p><b>Result:<\/b><\/p>\n<div style=\"overflow-x: auto;\">\n<table class=\"table w-auto\">\n<tbody>\n<tr>\n<th>Transaction ID<\/th>\n<th>Customer Name<\/th>\n<\/tr>\n<tr>\n<td>10209<\/td>\n<td>Kamal Basak<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<p>This combined function helps you to perform lookups based on different criteria. Then you can choose which data you want.<\/p>\n<p>Still facing issues with the basic concepts of <b>advanced Excel formulas and functions<\/b>. No need to worry more because <a href=\"https:\/\/www.icacourse.in\/\">ICA<\/a> Experts have designed the full course on <a href=\"https:\/\/www.icacourse.in\/courses\/ms-office-2019-course-online\">MS Office<\/a> that covers the Advanced Excel Function Class.<\/p>\n<h2 id=\"10\">10. CONCATENATE() Function<\/h2>\n<h3><b>Scenario:<\/b><\/h3>\n<p>A school Class teacher is maintaining a student name list in Excel. Firstly he used to maintain his First Name in one column and his Second Name in another column.<\/p>\n<p>Later on, the Principal asked to reframe the list and include their name in only one Column. It means both first and second names combined written.<\/p>\n<p>As per instructions class teacher started preparing the revised sheet but he is doing it manually one by one.<\/p>\n<p>Do you have any idea about any Excel function that can complete this task in a short time?<\/p>\n<p>No, We will tell you How you can do this. It\u2019s so simple just use the CONCATENATE function in Excel.<\/p>\n<h4><b>What is a CONCATENATE Function?<\/b><\/h4>\n<p>The CONCATENATE function in Excel is used to combine multiple text strings into a single string. It allows you to join together the contents of two or more cells or add additional text or characters in between the cell values<\/p>\n<div class=\"blockquote\">Formula: CONCATENATE(text1, [text2], &#8230;)<\/div>\n<p style=\"padding-left: 40px;\"><b>text1, text2, etc.:<\/b> These are the text strings or cell references that you want to concatenate. You can include up to 255 text strings or cell references.<\/p>\n<h5><b>How Does the CONCATENATE Function Work?<\/b><\/h5>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-1436 size-full\" src=\"https:\/\/icacourse.icajobguarantee.com\/blog\/wp-content\/uploads\/2023\/08\/CONCATENATE-Function.webp\" alt=\"Advanced Excel Formula CONCATENATE\" width=\"727\" height=\"365\" \/><\/p>\n<p style=\"padding-left: 40px;\"><strong>Formula:<\/strong> =CONCATENATE(B5, \u201c \u201c, C5)<\/p>\n<p>After applying the formula to the student name list. You can get the result like this:<\/p>\n<p><b>Result:<\/b><\/p>\n<div style=\"overflow-x: auto;\">\n<table class=\"table w-auto\">\n<tbody>\n<tr>\n<th>Full Name<\/th>\n<\/tr>\n<tr>\n<td>Sangita Das<\/td>\n<\/tr>\n<tr>\n<td>Soujanya Mallick<\/td>\n<\/tr>\n<tr>\n<td>Debu Kayal<\/td>\n<\/tr>\n<tr>\n<td>Indrajit Bhattacharjee<\/td>\n<\/tr>\n<tr>\n<td>Debajyoti Kundu<\/td>\n<\/tr>\n<tr>\n<td>Komal Shaw<\/td>\n<\/tr>\n<tr>\n<td>Kamal Basak<\/td>\n<\/tr>\n<tr>\n<td>Umesh Sah<\/td>\n<\/tr>\n<tr>\n<td>Subhabrata Bhor<\/td>\n<\/tr>\n<tr>\n<td>Partha Bhattacharya<\/td>\n<\/tr>\n<tr>\n<td>Krishna Gorai<\/td>\n<\/tr>\n<tr>\n<td>Indrani Roy<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<h2 id=\"11\">11. REPT() Function<\/h2>\n<h3><b>Scenario:<\/b><\/h3>\n<p>Let\u2019s move with an example where HR has been advised to prepare the review rating sheet of the employee.<\/p>\n<p>After receiving the details from the manager, HR started preparing the sheet. However, the manager has advised HR to mention * as a string with the respective rating number of employees.<\/p>\n<p>HR as per instructions wrote * manually after each rating no in the next column. But, it\u2019s too time-consuming matter.<\/p>\n<p>So, HR asked his colleagues to suggest some alternative options for this. His colleague suggested using the REPT Function.<\/p>\n<h4><b>What is REPT Function?<\/b><\/h4>\n<p>The REPT() function in Excel allows you to repeat a text string a specified number of times. It is useful for creating repeated patterns or generating repetitive text values.<\/p>\n<div class=\"blockquote\">Formula: =REPT(text, number_times)<\/div>\n<ul>\n<li style=\"list-style-type: none;\">\n<ul>\n<li aria-level=\"1\">Text: The text string that you want to repeat.<\/li>\n<li aria-level=\"1\">number_times: The number of times that you want to repeat the text string.<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<h5><b>How Does the REPT Function Work?<\/b><\/h5>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-1437 size-full\" src=\"https:\/\/icacourse.icajobguarantee.com\/blog\/wp-content\/uploads\/2023\/08\/Rept-Function-1.webp\" alt=\"Advanced Excel Formula REPT\" width=\"587\" height=\"372\" \/><\/p>\n<p style=\"padding-left: 40px;\"><strong>Formula:<\/strong> =Rept(\u201c*\u201d, C5)<\/p>\n<p style=\"padding-left: 40px;\"><strong>Text:\u00a0<\/strong> * (This string is inserted repetitively).<\/p>\n<p style=\"padding-left: 40px;\"><strong>Number_times:<\/strong> Number of times we want * to be repeated in the sheet.<\/p>\n<p>Once this formula is applied, it generates the text string of each rating number.<\/p>\n<p>For example, It writes 5 times * for Sangita Das. As she got a 5 rating.<\/p>\n<p><b>Result:<\/b><\/p>\n<p>In the above image, you can see that * is written as the no of times a numerical value is given to it.<\/p>\n<h2 id=\"12\">12. TYPE() Function<\/h2>\n<h3><b>Scenario:<\/b><\/h3>\n<p>Let\u2019s move with an example in which a student has been asked to differentiate the data mentioned on the Excel sheet based on a numerical value.<\/p>\n<p>The teacher has given him the Excel sheet and the information on the numerical value according to the data type<\/p>\n<p>As per the instruction by the teacher, the student started preparing the sheet. In the beginning, manually he is doing this task.<\/p>\n<p>He is checking the pre-given information that if data is a number then write 1. If the data is text then write 2.<\/p>\n<p>Later on, when he did not submit the task on time. One of his friends told him to use the TYPE function to complete the assignment.<\/p>\n<h4><b>What is the TYPE Function?<\/b><\/h4>\n<p>The TYPE() function in Excel allows you to determine the type of data contained within a cell. It returns a numerical code that corresponds to a specific data type. This function is useful when you need to identify the type of data stored in a cell or a formula result.<\/p>\n<div class=\"blockquote\">Formula: =TYPE(value)<\/div>\n<ul>\n<li style=\"list-style-type: none;\">\n<ul>\n<li aria-level=\"1\">Value: The cell reference or the value that you want to determine the type of.<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<p>The TYPE function returns the following numerical codes for different data types:<\/p>\n<ul>\n<li style=\"list-style-type: none;\">\n<ul>\n<li aria-level=\"1\">1: Number<\/li>\n<li aria-level=\"1\">2: Text<\/li>\n<li aria-level=\"1\">4: Logical (Boolean)<\/li>\n<li aria-level=\"1\">16: Error<\/li>\n<li aria-level=\"1\">64: Array<\/li>\n<li aria-level=\"1\">128: Cell reference<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<h5><b>How Does the TYPE Function Work?<\/b><\/h5>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-1438 size-full\" src=\"https:\/\/icacourse.icajobguarantee.com\/blog\/wp-content\/uploads\/2023\/08\/Type-Function.webp\" alt=\"Advanced Excel Function TYPE\" width=\"562\" height=\"207\" \/><\/p>\n<p style=\"padding-left: 40px;\"><strong>Formula:<\/strong> =TYPE(C5)<\/p>\n<p>When the formula is applied to the above data, it represents the numerical value according to the type of inserted data.<\/p>\n<p>For example, For the text, ICA shows the value of\u00a0 2 because ICA comes under the text category.<\/p>\n<p><b>Result:<\/b><\/p>\n<p>You can see in the above image how easily one can determine the type of data value with the help of the Type function.<\/p>\n<h2 id=\"13\">13. LEFT_MID_RIGHT Function<\/h2>\n<h3><b>Scenario:<\/b><\/h3>\n<p>Let\u2019s start with the simple example of a Guest House. There is a conference organized by the local administration of the city in Hotel Paris<\/p>\n<p>As per the instructions from the local administration, the hotel has to prepare a sheet of guest list with few details. The guest list sheet contains<\/p>\n<ul>\n<li style=\"list-style-type: none;\">\n<ul>\n<li aria-level=\"1\">Start Code ( Given by the local administration)<\/li>\n<li aria-level=\"1\">PAN ( PAN ID of Guests)<\/li>\n<li aria-level=\"1\">Last 3 ( A unique code hotel has given to their guests.)<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<p>Now at the end of the conference, the hotel authorities have to submit all these details to local administrations.<\/p>\n<p>By mistake, at the time of writing guest details, they had written all these details combined in one column. However, they have been advised to submit it in three separate columns.<\/p>\n<p>So, now what they can do to separate these details? They can use LEFT_MID_RIGHT Function.<\/p>\n<h4><b>What is LEFT_MID_RIGHT Function?<\/b><\/h4>\n<p>The LEFT, MID, and RIGHT functions in Excel are used to extract parts of a text string. The LEFT function extracts the first n characters from a text string, the MID function extracts a specified number of characters from a text string starting at a specified position, and the RIGHT function extracts the last n characters from a text string.<\/p>\n<p>The LEFT, MID, and RIGHT functions are all very similar, but they have some key differences.<\/p>\n<p>The LEFT function always extracts the first n characters from a text string, regardless of where the nth character is located.<\/p>\n<p>The MID function extracts a specified number of characters from a text string starting at a specified position. The position can be specified as an absolute position or as a relative position.<\/p>\n<p>The RIGHT function extracts the last n characters from a text string.<\/p>\n<h5><b>How Does the LEFT_MID_RIGHT Function Work?<\/b><\/h5>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-1439 size-full\" src=\"https:\/\/icacourse.icajobguarantee.com\/blog\/wp-content\/uploads\/2023\/08\/LEFT-MID-RIGHT-Function.webp\" alt=\"Advanced Excel Formula LEFT_MID_RIGHT\" width=\"911\" height=\"356\" \/><\/p>\n<p>Let\u2019s apply these three functions in the above image of the datasheet of guest list details<\/p>\n<p>We will apply all the formulas in column B where GSTIN (Unique ID List created by the hotel) is written.<\/p>\n<p>So, When we apply the LEFT function it displays the result as START CODE<\/p>\n<p>= LEFT(B6,2)<\/p>\n<p>Here we have selected the complete B column starting from 6, and the first two digit number it displays from the text string<\/p>\n<p>After that apply the function MID<\/p>\n<p>=MID(B6,3,10)<\/p>\n<p>Here we have selected Column B and from this, it selects from 3 characters to 10 characters from the text string.<\/p>\n<p>The last one is the RIGHT Function<\/p>\n<p>=RIGHT(B6,3)<\/p>\n<p>Here we have selected Column B and the last 3 characters will display<\/p>\n<p><b>Results:<\/b><\/p>\n<p>You can see the result of all three functions in the above image as Start Code, PAN, and Last 3.<\/p>\n<p>Hope now you can use these functions easily whenever you need to separate the details from text strings.<\/p>\n<p>How easily one can implement these <b>advanced Excel functions for data analysis? <\/b>It makes their work easy and improves efficiency.<\/p>\n<p>You can explore here more about <a href=\"https:\/\/www.icajobguarantee.com\/blog\/advanced-excel-courses-2022\">Advance Excel Courses<\/a>.<\/p>\n<h2 id=\"14\">14. RANDBETWEEN() Function<\/h2>\n<h3><b>Scenario:\u00a0<\/b><\/h3>\n<p>Let\u2019s imagine you are running a promotional campaign for an online store.\u00a0 You want to offer random discounts to customers as an offer to attract them to purchase your products.<\/p>\n<p>You have decided to offer discounts between 5% and 20% off on their total purchase amount.<\/p>\n<p>Now you have to create the sheet where you will add discounts for customers. If you will prepare the discount sheet manually for customers it takes a lot of your time.<\/p>\n<p>So, How do you manage this situation?<\/p>\n<p>You can use the RANDBETWEEN function in Excel to generate random discount values within 5% to 20%. Based on the percentage discount then you can calculate the discounted amount on their total bill.<\/p>\n<h4><b>What is RANDBETWEEN Function?<\/b><\/h4>\n<p>The RANDBETWEEN function in Excel generates a random number between two numbers that you specify.<\/p>\n<div class=\"blockquote\">Formula: RANDBETWEEN(lower_bound, upper_bound)<\/div>\n<ul>\n<li style=\"list-style-type: none;\">\n<ul>\n<li aria-level=\"1\"><strong>lower_bound:<\/strong> The smallest number that the function can return.<\/li>\n<li aria-level=\"1\"><strong>upper_bound:<\/strong> The largest number that the function can return.<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<p>The RANDBETWEEN function will always return a number that is greater than or equal to the lower_bound and less than or equal to the upper_bound<\/p>\n<h5><b>How Does the RANDBETWEEN\u00a0Function Work?<\/b><\/h5>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-1440 size-full\" src=\"https:\/\/icacourse.icajobguarantee.com\/blog\/wp-content\/uploads\/2023\/08\/RANDBETWEEN-Function-NEW-.webp\" alt=\"Advanced Excel Function RANDBETWEEN\" width=\"843\" height=\"290\" \/><\/p>\n<p style=\"padding-left: 40px;\"><strong>Formula:<\/strong> =RANDBETWEEN(5,20)<\/p>\n<p style=\"padding-left: 40px;\">Let\u2019s apply this formula in the above datasheet.<\/p>\n<p style=\"padding-left: 40px;\"><strong>Lower Bound:<\/strong> 5% ( It means the minimum discount that can be given to customers is 5% on their purchase)<\/p>\n<p style=\"padding-left: 40px;\"><strong>Upper Bound:<\/strong> 20%(It means the maximum discount that can be given to customers is 20% on their purchase)<\/p>\n<p>In cell D2 (the first row under &#8220;Random Discount Percentage&#8221;), enter the formula =RANDBETWEEN(5, 20). This will generate a random whole number between 5 and 20 as the discount percentage for the first customer.<\/p>\n<p>To calculate the discounted amount for each customer, use the formula =[@&#8217;Total Purchase Amount&#8217;] * (1 &#8211; [@&#8217;Random Discount Percentage&#8217;]\/100) in cell D2 (the first row under &#8220;Discounted Amount&#8221;). This formula will calculate the discounted amount based on the respective customer&#8217;s total purchase amount and random discount percentage.<\/p>\n<p><b>Result:\u00a0<\/b><\/p>\n<p>You can see in the above image that after applying the formula random discount for each customer is generated. After that discounted amount is calculated. All the discount percentages are between 5 to 20.<\/p>\n<h2 id=\"15\">15. CONVERT() Function<\/h2>\n<h3><b>Scenario:<\/b><\/h3>\n<p>There is one grocery shop that maintains the weight data of all the sold products in kg.<\/p>\n<p>But the shop owner is too concerned about the weight and he doesn\u2019t want to miss a single gram of any product.<\/p>\n<p>So, he decided to maintain one more column in Gram. But he is not in the mood to do this manually at all one by one.<\/p>\n<p>He called his son and asked, Is there any <b>advanced Excel function<\/b> that could automatically convert the measurement details. His son replied Yes \u201cDad\u201d You can use the CONVERT function.<\/p>\n<h4><b>What is CONVERT Function?<\/b><\/h4>\n<p>The CONVERT() function in Excel is a powerful tool for unit conversion. It allows you to convert a value from one measurement unit to another.<\/p>\n<div class=\"blockquote\">Formula: =CONVERT(number, from_base, to_base)<\/div>\n<ul>\n<li style=\"list-style-type: none;\">\n<ul>\n<li aria-level=\"1\"><b>Number: <\/b>The number that you want to convert.<\/li>\n<li aria-level=\"1\"><b>from_base: <\/b>The base of the number that you want to convert from.<\/li>\n<li aria-level=\"1\"><b>to_base: <\/b>The base of the number that you want to convert to.<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<h5><b>How Does the CONVERT\u00a0 Function Work?<\/b><\/h5>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-1441 size-full\" src=\"https:\/\/icacourse.icajobguarantee.com\/blog\/wp-content\/uploads\/2023\/08\/Convert-Function.webp\" alt=\"Advanced Excel Function CONVERT\" width=\"487\" height=\"228\" \/><\/p>\n<p style=\"padding-left: 40px;\"><strong>Formula:<\/strong> =CONVERT(C5,\u201d kg\u201d,g\u201d)<\/p>\n<p style=\"padding-left: 40px;\"><b>Number: C5 (<\/b>The kg column that we want to convert)<\/p>\n<p style=\"padding-left: 40px;\"><b>From_base: Kg(<\/b>The base of the number that we want to convert from).<\/p>\n<p style=\"padding-left: 40px;\"><b>To_base g(<\/b>The base of the number that we want to convert to).<\/p>\n<p>When we apply the above formula it will convert all the measurements from Kilogram(kg) to gram(g).<\/p>\n<p><b>Result:<\/b><\/p>\n<p>You can see in the above image where the final data on converted product weight is written in gram(g)<\/p>\n<p>We are trying to explain each<b> advanced Excel formula with examples <\/b>so that you can better understand the concepts.<\/p>\n<p>But if you want more information and are interested to learn more join the Advance Excel Formula Course.<\/p>\n<h2 id=\"16\">16. SUMPRODUCT() Function<\/h2>\n<h3><b>Scenario:<\/b><\/h3>\n<p>Just imagine you are running a stationary shop. For each day of sales of the most expensive product of your store, you are maintaining a sheet with product quantity sold with their prize.<\/p>\n<p>From Monday to Saturday, you are maintaining this sheet so that you can calculate the total sales of the most expensive item. Now on Sunday, you are calculating final sales but have no idea how to do this quickly instead of one by one.<\/p>\n<p>You searched on Google and Google answered you to use the SUMPRODUCT function.<\/p>\n<h4><b>What is SUMPRODUCT Function?<\/b><\/h4>\n<p>The SUMPRODUCT() function in Excel is a versatile tool for performing calculations on arrays or ranges. It allows you to multiply corresponding values in multiple arrays or ranges and then sum the products.<\/p>\n<div class=\"blockquote\">Formula: =SUMPRODUCT(array1, array2, &#8230;)<\/div>\n<ul>\n<li style=\"list-style-type: none;\">\n<ul>\n<li aria-level=\"1\"><strong>array1:<\/strong> The first array.<\/li>\n<li aria-level=\"1\"><strong>array2:<\/strong> The second array.<\/li>\n<li aria-level=\"1\">&#8230;: Additional arrays.<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<h5><b>How Does the SUMPRODUCT\u00a0Function Work?<\/b><\/h5>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-1442 size-full\" src=\"https:\/\/icacourse.icajobguarantee.com\/blog\/wp-content\/uploads\/2023\/08\/sumproduct-function.webp\" alt=\"Advanced Excel Function SUMPRODUCT\" width=\"738\" height=\"247\" \/><\/p>\n<p style=\"padding-left: 40px;\"><strong>Formula:<\/strong> =SUMPRODUCT(C5:C10, D5:D10)<\/p>\n<ul>\n<li style=\"list-style-type: none;\">\n<ul>\n<li aria-level=\"1\"><strong>array1:<\/strong> C5: C10 (The first array of data that we want to multiply)<\/li>\n<li aria-level=\"1\"><strong>array2:<\/strong> D5:D10 The second array of data from which the first array is multiplied)<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<p>After that final result is the sum of all the multiplied values.<\/p>\n<p>For Example C5* D5 + C6*D6 + \u2026\u2026<\/p>\n<p><b>Result:<\/b><\/p>\n<div style=\"overflow-x: auto;\">\n<table class=\"table w-auto\">\n<tbody>\n<tr>\n<th>Total Sales<\/th>\n<\/tr>\n<tr>\n<td>44597<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<p>See, it\u2019s so easy. We hope you can do this type of calculation by using this formula.<\/p>\n<h2 id=\"17\">17. IFERROR() Function<\/h2>\n<h3><b>Scenario:<\/b><\/h3>\n<p>Maria works in a Cosmetic shop as sales Person. The cosmetic shop owner once asked Maria to prepare a report on the average sales price of all products.<\/p>\n<p>The owner also suggested to Maria that if there is any product in the stock whose sales are 0. Then mention that in the sheet and give a 0 value to that product in the list.<\/p>\n<p>Maria started preparing the sheet smartly by using the IFERROR Function.<\/p>\n<p>Are you interested to know more about this Excel Function? Let\u2019s dive into this<\/p>\n<h4><b>What is the IFERROR Function?<\/b><\/h4>\n<p>The IFERROR() function in Excel allows you to handle and manage errors in formulas. It helps you control the output or display a specific value when an error occurs. In simple words 1<\/p>\n<p>The IFERROR function in Excel returns a value you specify if a formula evaluates to an error; otherwise, it returns the result of the formula<\/p>\n<div class=\"blockquote\">Formula: =IFERROR(formula, value_if_error)<\/div>\n<ul>\n<li aria-level=\"1\"><b>formula: <\/b>The formula that you want to check for errors.<\/li>\n<li aria-level=\"1\"><b>value_if_error:<\/b> The value that you want to return if the formula evaluates to an error.<\/li>\n<\/ul>\n<h5><b>How Does the IFERROR\u00a0Function Work?<\/b><\/h5>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-1443 size-full\" src=\"https:\/\/icacourse.icajobguarantee.com\/blog\/wp-content\/uploads\/2023\/08\/IFERROR-Function.webp\" alt=\"Advanced Excel Formula IFERROR\" width=\"574\" height=\"422\" \/><\/p>\n<p style=\"padding-left: 40px;\"><strong>Formula<\/strong> = IFERROR(B14\/C14,0)<\/p>\n<p>Let\u2019s evaluate the data sheet with the IFERROR function.<\/p>\n<p>In the above image of the first datasheet, as you can see, the average value(Avg Price) is calculated by dividing the total sales by the total quantity(B5\/C5)<\/p>\n<p>In the second datasheet of the same image when we apply the IFERROR function it evaluates. if the average price is B14\/C14\u00a0 is correct then the result value is written else displays 0 as an error.<\/p>\n<p>It helps Maria to easily identify products with sales. Also, it fulfills the requirements of the shop owner.<\/p>\n<p>For example, There is one product with a sales value of 747 and a quantity of zero. It means no product with that sales value is sold. Thus while calculating its average price, it shows an error.<\/p>\n<p>When, Maria finally prepared the sheet and applied the IFERROR function, that particular sales value results will show an average price of zero. (According to the condition used by Maria)<\/p>\n<p><strong>Result:<\/strong><\/p>\n<p>In the above image you can check the result of the applied function&gt;<\/p>\n<h4><b>Conclusion:<\/b><\/h4>\n<p>In the End\u2026<\/p>\n<p>If you&#8217;re tired of doing things manually and want to use the advanced formula of Excel. Then you are in the right place.<\/p>\n<p>You can learn the complete <b>advanced Excel formula<\/b> from experts.<\/p>\n<p>By using these <b>Advanced Excel Functions<\/b> you can increase your productivity and save a lot of time. We have tried to cover all the important Excel Formulas that is widely used by data scientist. To make things easy to understand, we have used a real-life example that helps you to clear your basic concepts.<\/p>\n<p>Whether you are a business professional, a student, or a data analyst these formulas will help you. Excel functions have the power to make your work processes easy and unlock valuable insights from your data.<\/p>\n<div class=\"block\">Visit <strong><a href=\"https:\/\/www.icacourse.in\/\" target=\"_blank\" rel=\"no opener noopener\">www.icacourse.in<\/a><\/strong> to find the list of online accounting and taxation courses curated by top industry experts.<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Have you heard about Advanced Excel Formulas? These functions can help you perform complex calculations, analyze data, and much more. Excel has over 450 functions, and I&#8217;m sure you&#8217;ve heard of popular ones like VLOOKUP, SUMIF, and COUNTIF. You can use these advanced functions alone or combine different functions to create more advanced Excel functions. [&hellip;]<\/p>\n","protected":false},"author":8,"featured_media":73,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[7],"tags":[22,23],"class_list":["post-257","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-excel","tag-advanced-excel-formulas","tag-ms-excel-course"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/www.icacourse.in\/blog\/wp-json\/wp\/v2\/posts\/257","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.icacourse.in\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.icacourse.in\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.icacourse.in\/blog\/wp-json\/wp\/v2\/users\/8"}],"replies":[{"embeddable":true,"href":"https:\/\/www.icacourse.in\/blog\/wp-json\/wp\/v2\/comments?post=257"}],"version-history":[{"count":8,"href":"https:\/\/www.icacourse.in\/blog\/wp-json\/wp\/v2\/posts\/257\/revisions"}],"predecessor-version":[{"id":1958,"href":"https:\/\/www.icacourse.in\/blog\/wp-json\/wp\/v2\/posts\/257\/revisions\/1958"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.icacourse.in\/blog\/wp-json\/wp\/v2\/media\/73"}],"wp:attachment":[{"href":"https:\/\/www.icacourse.in\/blog\/wp-json\/wp\/v2\/media?parent=257"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.icacourse.in\/blog\/wp-json\/wp\/v2\/categories?post=257"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.icacourse.in\/blog\/wp-json\/wp\/v2\/tags?post=257"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}