{"id":25556038,"date":"2023-03-14T14:26:36","date_gmt":"2023-03-14T08:56:36","guid":{"rendered":"https:\/\/entri.app\/blog\/?p=25556038"},"modified":"2023-04-27T11:19:11","modified_gmt":"2023-04-27T05:49:11","slug":"advanced-excel-formulas","status":"publish","type":"post","link":"https:\/\/entri.app\/blog\/advanced-excel-formulas\/","title":{"rendered":"Top 10 Advanced Excel Formulas with Examples"},"content":{"rendered":"<p>Microsoft Excel, a spreadsheet software that lets you manage and analyze data. If you are a beginner or a pro, Excel offers a wide variety of features that may assist you with data analysis and documentation. If your job requires you to manage data, you should be familiar with\u00a0 Microsoft Excel Formulas and their functions.<\/p>\n<p>So in this article we are discussing the most advanced Excel formulas that may be useful for those who are looking job in data management field.<\/p>\n<p style=\"text-align: center;\"><strong><a href=\"https:\/\/entri.app\/course\/data-science-and-machine-learning-course\/\" target=\"_blank\" rel=\"noopener\">Looking for a Data science and Machine learning Career? Explore Here!!<\/a><\/strong><\/p>\n<h2><strong>Top 10 Advanced Excel formulas with examples in Excel sheet Free Download<\/strong><\/h2>\n<h4><strong>1. IF combined with AND \/ OR<\/strong><\/h4>\n<p>Formula: =IF(AND(C2&gt;=C4,C2&lt;=C5),C6,C7)<\/p>\n<p>Combining IF with the AND or the OR function can be a great way to keep formulas easier to audit and easier for other users to understand.<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/cdn.corporatefinanceinstitute.com\/assets\/how-to-use-if-and-advanced-excel-formulas.jpg\" alt=\"Advanced Excel Formulas - IF AND\" \/><\/p>\n<h4><strong>2. CONCATENATE<\/strong><\/h4>\n<p>Formula: =A1&amp;\u201d more text\u201d<\/p>\n<p>This is a very powerful tool for financial analysts performing financial modeling.<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/cdn.corporatefinanceinstitute.com\/assets\/concatenate-in-excel.jpg\" alt=\"Concatenate formula Excel Example\" \/><\/p>\n<h4><strong>3. SUMIF and COUNTIF<\/strong><\/h4>\n<p>Formula: =COUNTIF(D5:D12,\u201d&gt;=21\u2033)<\/p>\n<p>These two advanced formulas are great uses of conditional functions.\u00a0 SUMIF adds all cells that meet certain criteria, and COUNTIF counts all cells that meet certain criteria.<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/cdn.corporatefinanceinstitute.com\/assets\/countif-formula-in-action.jpg\" alt=\"COUNTIF formula\" \/><\/p>\n<p style=\"text-align: center;\"><strong><a href=\"https:\/\/entri.app\/course\/data-science-and-machine-learning-course\/\" target=\"_blank\" rel=\"noopener\">Ready to take your data science skills to the next level? Sign up for a free demo today!<\/a><\/strong><\/p>\n<h4><strong>\u00a04. PMT and IPMT<\/strong><\/h4>\n<p>Formula: =PMT(interest rate, # of periods, present value)<\/p>\n<p>The PMT formula gives you the value of equal payments over the life of a loan.\u00a0 You can use it in conjunction with IPMT (which tells you the interest payments for the same type of loan), then separate principal and interest payments.<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/cdn.corporatefinanceinstitute.com\/assets\/Untitled-300x183.jpg\" \/><\/p>\n<h4><strong>5. XNPV and XIRR<\/strong><\/h4>\n<p>Formula: =XNPV(discount rate, cash flows, dates)<\/p>\n<p>This formula allows you to apply specific dates to each individual cash flow that\u2019s being discounted.\u00a0 The problem with Excel\u2019s basic NPV and IRR formulas is that they assume the time periods between cash flow are equal. Sometimes, as an analyst, you\u2019ll have to face the situations where cash flows are not timed evenly, and this formula will help you to fix it.<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/cdn.corporatefinanceinstitute.com\/assets\/XNPV-formula-2-1024x433.png\" alt=\"XNPV advanced finance formula in Excel\" \/><\/p>\n<h4><strong>6. CHOOSE<\/strong><\/h4>\n<p>Formula: =CHOOSE(choice, option1, option2, option3)<\/p>\n<p>This formula allows you to pick between a specific number of options, and return the \u201cchoice\u201d that you\u2019ve selected.<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/cdn.corporatefinanceinstitute.com\/assets\/advanced-formulas-choose-option.jpg\" alt=\"CHOOSE function\" \/><\/p>\n<h4><strong>7. OFFSET combined with SUM or AVERAGE<\/strong><\/h4>\n<p>Formula: =SUM(B4:OFFSET(B4,0,E2-1))<\/p>\n<p>To run this formula, we substitute the ending reference cell of the SUM function with the OFFSET function.\u00a0 This makes the formula dynamic and the cell referenced as E2 is where you can tell Excel how many consecutive cells you want to add up.<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/cdn.corporatefinanceinstitute.com\/assets\/sum-offset-formula.png\" alt=\"sum offset formula\" \/><\/p>\n<h4><strong>8. INDEX MATCH<\/strong><\/h4>\n<p>Formula: =INDEX(C3:E9,MATCH(B13,C3:C9,0),MATCH(B14,C3:E3,0))<\/p>\n<p>This is a powerful combination of Excel formulas that will take your financial analysis and financial modeling to the next level.<\/p>\n<p>INDEX returns the value of a cell in a table based on the column and row number.<\/p>\n<p>MATCH\u00a0 returns the position of a cell in a row or column.<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/cdn.corporatefinanceinstitute.com\/assets\/example-of-index-match.jpg\" alt=\"Advanced Excel Formulas - Index Match\" \/><\/p>\n<p>&nbsp;<\/p>\n<p style=\"text-align: center;\"><strong><a href=\"https:\/\/entri.app\/course\/data-science-and-machine-learning-course\/\" target=\"_blank\" rel=\"noopener\">Looking for a Data Science Career? Explore Here!<\/a><\/strong><\/p>\n<h4><strong>9. LEN and TRIM<\/strong><\/h4>\n<p>Formulas: =LEN(text) and =TRIM(text)<\/p>\n<p>These formulas are very useful for financial analysts who are dealing with large amount of data. Unfortunately, the data we get is not always perfectly organized and sometimes, there can be issues like extra spaces at the beginning or end of cells.<\/p>\n<p>The LEN formula returns a given text string as the number of characters, which is useful when you want to count how many characters there are in some text.<\/p>\n<p>The TRIM formula cleans up the extra spaces in the Excel data.<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/cdn.corporatefinanceinstitute.com\/assets\/trim-formula-to-remove-spaces-in-excel.jpg\" alt=\"Advanced Excel - TRIM\" \/><\/p>\n<h4><strong>10. CELL, LEFT, MID and RIGHT\u00a0<\/strong><\/h4>\n<p>These excel functions can be combined to create advanced and complex formulas to use.<\/p>\n<p>The <strong>CELL<\/strong> function can return a variety of information about the contents of a cell (such as its name, location, row, column, and more).<\/p>\n<p>The <strong>LEFT<\/strong>\u00a0function can return text from the beginning of a cell (left to right).<\/p>\n<p>The <strong>MID<\/strong> returns text from any start point of the cell (left to right).<\/p>\n<p>The <strong>RIGHT<\/strong> \u00a0returns text from the end of the cell (right to left).<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/cdn.corporatefinanceinstitute.com\/assets\/examples-of-left-mid-right-excel.jpg\" alt=\"CELL, LEFT, MID and RIGHT formulas\" \/><\/p>\n<h4><strong>Some Basic Excel Formulas\u00a0<\/strong><\/h4>\n<div class=\"alert alert-warning\">\n<ol>\n<li><strong>SUM: Calculates the sum of a range of cells. Example: =SUM(A1:A10)<\/strong><\/li>\n<li><strong>AVERAGE: Calculates the average of a range of cells. Example: =AVERAGE(A1:A10)<\/strong><\/li>\n<li><strong>MAX: Returns the maximum value in a range of cells. Example: =MAX(A1:A10)<\/strong><\/li>\n<li><strong>MIN: Returns the minimum value in a range of cells. Example: =MIN(A1:A10)<\/strong><\/li>\n<li><strong>COUNT: Counts the number of cells in a range that contain a value. Example: =COUNT(A1:A10)<\/strong><\/li>\n<li><strong>IF: Returns one value if a condition is true and another value if it is false. Example: =IF(A1&gt;10, &#8220;Greater than 10&#8221;, &#8220;Less than or equal to 10&#8221;)<\/strong><\/li>\n<li><strong>VLOOKUP: Searches for a value in the first column of a table and returns a corresponding value in the same row from another column. Example: =VLOOKUP(A1, B1:C10, 2, FALSE)<\/strong><\/li>\n<li><strong>CONCATENATE: Combines two or more text strings into one. Example: =CONCATENATE(&#8220;John&#8221;, &#8221; &#8220;, &#8220;Doe&#8221;)<\/strong><\/li>\n<li><strong>LEFT: Returns a specified number of characters from the beginning of a text string. Example: =LEFT(A1, 5)<\/strong><\/li>\n<li><strong>RIGHT: Returns a specified number of characters from the end of a text string. Example: =RIGHT(A1, 5)<\/strong><\/li>\n<\/ol>\n<\/div>\n<table dir=\"ltr\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<colgroup>\n<col width=\"393\" \/>\n<col width=\"446\" \/><\/colgroup>\n<tbody>\n<tr>\n<td><strong>Related Links<\/strong><\/td>\n<\/tr>\n<tr>\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Pivot Table in Excel &quot;}\" data-sheets-hyperlink=\"https:\/\/entri.app\/blog\/pivot-table-in-excel\/\"><strong><a class=\"in-cell-link\" href=\"https:\/\/entri.app\/blog\/pivot-table-in-excel\/\" target=\"_blank\" rel=\"noopener\">Pivot Table in Excel <\/a><\/strong><\/td>\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Top Excel Interview Questions &quot;}\" data-sheets-hyperlink=\"https:\/\/entri.app\/blog\/top-excel-interview-questions-and-answers\/\"><strong><a class=\"in-cell-link\" href=\"https:\/\/entri.app\/blog\/top-excel-interview-questions-and-answers\/\" target=\"_blank\" rel=\"noopener\">Top Excel Interview Questions <\/a><\/strong><\/td>\n<\/tr>\n<tr>\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Basic Excel Formulas and Functions &quot;}\" data-sheets-hyperlink=\"https:\/\/entri.app\/blog\/basic-excel-formulas-and-functions\/\"><strong><a class=\"in-cell-link\" href=\"https:\/\/entri.app\/blog\/basic-excel-formulas-and-functions\/\" target=\"_blank\" rel=\"noopener\">Basic Excel Formulas and Functions <\/a><\/strong><\/td>\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Keyboard Shortcuts in Excel &quot;}\" data-sheets-hyperlink=\"https:\/\/entri.app\/blog\/keyboard-shortcuts-in-excel\/\"><strong><a class=\"in-cell-link\" href=\"https:\/\/entri.app\/blog\/keyboard-shortcuts-in-excel\/\" target=\"_blank\" rel=\"noopener\">Keyboard Shortcuts in Excel <\/a><\/strong><\/td>\n<\/tr>\n<tr>\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Advanced Excel Formulas&quot;}\" data-sheets-hyperlink=\"https:\/\/entri.app\/blog\/advanced-excel-formulas\/\"><strong><a class=\"in-cell-link\" href=\"https:\/\/entri.app\/blog\/advanced-excel-formulas\/\" target=\"_blank\" rel=\"noopener\">Advanced Excel Formulas<\/a><\/strong><\/td>\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Six Sigma &quot;}\" data-sheets-hyperlink=\"https:\/\/entri.app\/blog\/six-sigma\/\"><strong><a class=\"in-cell-link\" href=\"https:\/\/entri.app\/blog\/six-sigma\/\" target=\"_blank\" rel=\"noopener\">Six Sigma <\/a><\/strong><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n","protected":false},"excerpt":{"rendered":"<p>Microsoft Excel, a spreadsheet software that lets you manage and analyze data. If you are a beginner or a pro, Excel offers a wide variety of features that may assist you with data analysis and documentation. If your job requires you to manage data, you should be familiar with\u00a0 Microsoft Excel Formulas and their functions. [&hellip;]<\/p>\n","protected":false},"author":116,"featured_media":25556247,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[802,1864,1841],"tags":[],"class_list":["post-25556038","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-articles","category-data-science-ml","category-entri-skilling"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.6 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Top 10 Advanced Excel Formulas with Examples - Entri Blog<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/entri.app\/blog\/advanced-excel-formulas\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Top 10 Advanced Excel Formulas with Examples - Entri Blog\" \/>\n<meta property=\"og:description\" content=\"Microsoft Excel, a spreadsheet software that lets you manage and analyze data. If you are a beginner or a pro, Excel offers a wide variety of features that may assist you with data analysis and documentation. If your job requires you to manage data, you should be familiar with\u00a0 Microsoft Excel Formulas and their functions. [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/entri.app\/blog\/advanced-excel-formulas\/\" \/>\n<meta property=\"og:site_name\" content=\"Entri Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/entri.me\/\" \/>\n<meta property=\"article:published_time\" content=\"2023-03-14T08:56:36+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-04-27T05:49:11+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/entri.app\/blog\/wp-content\/uploads\/2023\/03\/Untitled-81.png\" \/>\n\t<meta property=\"og:image:width\" content=\"820\" \/>\n\t<meta property=\"og:image:height\" content=\"615\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Zubaida Naheeda\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@entri_app\" \/>\n<meta name=\"twitter:site\" content=\"@entri_app\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Zubaida Naheeda\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/entri.app\/blog\/advanced-excel-formulas\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/entri.app\/blog\/advanced-excel-formulas\/\"},\"author\":{\"name\":\"Zubaida Naheeda\",\"@id\":\"https:\/\/entri.app\/blog\/#\/schema\/person\/57cc17a9be1cbae603693210c714d289\"},\"headline\":\"Top 10 Advanced Excel Formulas with Examples\",\"datePublished\":\"2023-03-14T08:56:36+00:00\",\"dateModified\":\"2023-04-27T05:49:11+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/entri.app\/blog\/advanced-excel-formulas\/\"},\"wordCount\":889,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/entri.app\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/entri.app\/blog\/advanced-excel-formulas\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/entri.app\/blog\/wp-content\/uploads\/2023\/03\/Untitled-81.png\",\"articleSection\":[\"Articles\",\"Data Science and Machine Learning\",\"Entri Skilling\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/entri.app\/blog\/advanced-excel-formulas\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/entri.app\/blog\/advanced-excel-formulas\/\",\"url\":\"https:\/\/entri.app\/blog\/advanced-excel-formulas\/\",\"name\":\"Top 10 Advanced Excel Formulas with Examples - Entri Blog\",\"isPartOf\":{\"@id\":\"https:\/\/entri.app\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/entri.app\/blog\/advanced-excel-formulas\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/entri.app\/blog\/advanced-excel-formulas\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/entri.app\/blog\/wp-content\/uploads\/2023\/03\/Untitled-81.png\",\"datePublished\":\"2023-03-14T08:56:36+00:00\",\"dateModified\":\"2023-04-27T05:49:11+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/entri.app\/blog\/advanced-excel-formulas\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/entri.app\/blog\/advanced-excel-formulas\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/entri.app\/blog\/advanced-excel-formulas\/#primaryimage\",\"url\":\"https:\/\/entri.app\/blog\/wp-content\/uploads\/2023\/03\/Untitled-81.png\",\"contentUrl\":\"https:\/\/entri.app\/blog\/wp-content\/uploads\/2023\/03\/Untitled-81.png\",\"width\":820,\"height\":615},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/entri.app\/blog\/advanced-excel-formulas\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/entri.app\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Entri Skilling\",\"item\":\"https:\/\/entri.app\/blog\/category\/entri-skilling\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Data Science and Machine Learning\",\"item\":\"https:\/\/entri.app\/blog\/category\/entri-skilling\/data-science-ml\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"Top 10 Advanced Excel Formulas with Examples\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/entri.app\/blog\/#website\",\"url\":\"https:\/\/entri.app\/blog\/\",\"name\":\"Entri Blog\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/entri.app\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/entri.app\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/entri.app\/blog\/#organization\",\"name\":\"Entri App\",\"url\":\"https:\/\/entri.app\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/entri.app\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/entri.app\/blog\/wp-content\/uploads\/2019\/10\/Entri-Logo-1.png\",\"contentUrl\":\"https:\/\/entri.app\/blog\/wp-content\/uploads\/2019\/10\/Entri-Logo-1.png\",\"width\":989,\"height\":446,\"caption\":\"Entri App\"},\"image\":{\"@id\":\"https:\/\/entri.app\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/entri.me\/\",\"https:\/\/x.com\/entri_app\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/entri.app\/blog\/#\/schema\/person\/57cc17a9be1cbae603693210c714d289\",\"name\":\"Zubaida Naheeda\",\"url\":\"https:\/\/entri.app\/blog\/author\/naida\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Top 10 Advanced Excel Formulas with Examples - Entri Blog","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/entri.app\/blog\/advanced-excel-formulas\/","og_locale":"en_US","og_type":"article","og_title":"Top 10 Advanced Excel Formulas with Examples - Entri Blog","og_description":"Microsoft Excel, a spreadsheet software that lets you manage and analyze data. If you are a beginner or a pro, Excel offers a wide variety of features that may assist you with data analysis and documentation. If your job requires you to manage data, you should be familiar with\u00a0 Microsoft Excel Formulas and their functions. [&hellip;]","og_url":"https:\/\/entri.app\/blog\/advanced-excel-formulas\/","og_site_name":"Entri Blog","article_publisher":"https:\/\/www.facebook.com\/entri.me\/","article_published_time":"2023-03-14T08:56:36+00:00","article_modified_time":"2023-04-27T05:49:11+00:00","og_image":[{"width":820,"height":615,"url":"https:\/\/entri.app\/blog\/wp-content\/uploads\/2023\/03\/Untitled-81.png","type":"image\/png"}],"author":"Zubaida Naheeda","twitter_card":"summary_large_image","twitter_creator":"@entri_app","twitter_site":"@entri_app","twitter_misc":{"Written by":"Zubaida Naheeda","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/entri.app\/blog\/advanced-excel-formulas\/#article","isPartOf":{"@id":"https:\/\/entri.app\/blog\/advanced-excel-formulas\/"},"author":{"name":"Zubaida Naheeda","@id":"https:\/\/entri.app\/blog\/#\/schema\/person\/57cc17a9be1cbae603693210c714d289"},"headline":"Top 10 Advanced Excel Formulas with Examples","datePublished":"2023-03-14T08:56:36+00:00","dateModified":"2023-04-27T05:49:11+00:00","mainEntityOfPage":{"@id":"https:\/\/entri.app\/blog\/advanced-excel-formulas\/"},"wordCount":889,"commentCount":0,"publisher":{"@id":"https:\/\/entri.app\/blog\/#organization"},"image":{"@id":"https:\/\/entri.app\/blog\/advanced-excel-formulas\/#primaryimage"},"thumbnailUrl":"https:\/\/entri.app\/blog\/wp-content\/uploads\/2023\/03\/Untitled-81.png","articleSection":["Articles","Data Science and Machine Learning","Entri Skilling"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/entri.app\/blog\/advanced-excel-formulas\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/entri.app\/blog\/advanced-excel-formulas\/","url":"https:\/\/entri.app\/blog\/advanced-excel-formulas\/","name":"Top 10 Advanced Excel Formulas with Examples - Entri Blog","isPartOf":{"@id":"https:\/\/entri.app\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/entri.app\/blog\/advanced-excel-formulas\/#primaryimage"},"image":{"@id":"https:\/\/entri.app\/blog\/advanced-excel-formulas\/#primaryimage"},"thumbnailUrl":"https:\/\/entri.app\/blog\/wp-content\/uploads\/2023\/03\/Untitled-81.png","datePublished":"2023-03-14T08:56:36+00:00","dateModified":"2023-04-27T05:49:11+00:00","breadcrumb":{"@id":"https:\/\/entri.app\/blog\/advanced-excel-formulas\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/entri.app\/blog\/advanced-excel-formulas\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/entri.app\/blog\/advanced-excel-formulas\/#primaryimage","url":"https:\/\/entri.app\/blog\/wp-content\/uploads\/2023\/03\/Untitled-81.png","contentUrl":"https:\/\/entri.app\/blog\/wp-content\/uploads\/2023\/03\/Untitled-81.png","width":820,"height":615},{"@type":"BreadcrumbList","@id":"https:\/\/entri.app\/blog\/advanced-excel-formulas\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/entri.app\/blog\/"},{"@type":"ListItem","position":2,"name":"Entri Skilling","item":"https:\/\/entri.app\/blog\/category\/entri-skilling\/"},{"@type":"ListItem","position":3,"name":"Data Science and Machine Learning","item":"https:\/\/entri.app\/blog\/category\/entri-skilling\/data-science-ml\/"},{"@type":"ListItem","position":4,"name":"Top 10 Advanced Excel Formulas with Examples"}]},{"@type":"WebSite","@id":"https:\/\/entri.app\/blog\/#website","url":"https:\/\/entri.app\/blog\/","name":"Entri Blog","description":"","publisher":{"@id":"https:\/\/entri.app\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/entri.app\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/entri.app\/blog\/#organization","name":"Entri App","url":"https:\/\/entri.app\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/entri.app\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/entri.app\/blog\/wp-content\/uploads\/2019\/10\/Entri-Logo-1.png","contentUrl":"https:\/\/entri.app\/blog\/wp-content\/uploads\/2019\/10\/Entri-Logo-1.png","width":989,"height":446,"caption":"Entri App"},"image":{"@id":"https:\/\/entri.app\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/entri.me\/","https:\/\/x.com\/entri_app"]},{"@type":"Person","@id":"https:\/\/entri.app\/blog\/#\/schema\/person\/57cc17a9be1cbae603693210c714d289","name":"Zubaida Naheeda","url":"https:\/\/entri.app\/blog\/author\/naida\/"}]}},"_links":{"self":[{"href":"https:\/\/entri.app\/blog\/wp-json\/wp\/v2\/posts\/25556038","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/entri.app\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/entri.app\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/entri.app\/blog\/wp-json\/wp\/v2\/users\/116"}],"replies":[{"embeddable":true,"href":"https:\/\/entri.app\/blog\/wp-json\/wp\/v2\/comments?post=25556038"}],"version-history":[{"count":18,"href":"https:\/\/entri.app\/blog\/wp-json\/wp\/v2\/posts\/25556038\/revisions"}],"predecessor-version":[{"id":25559301,"href":"https:\/\/entri.app\/blog\/wp-json\/wp\/v2\/posts\/25556038\/revisions\/25559301"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/entri.app\/blog\/wp-json\/wp\/v2\/media\/25556247"}],"wp:attachment":[{"href":"https:\/\/entri.app\/blog\/wp-json\/wp\/v2\/media?parent=25556038"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/entri.app\/blog\/wp-json\/wp\/v2\/categories?post=25556038"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/entri.app\/blog\/wp-json\/wp\/v2\/tags?post=25556038"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}