
{"id":524,"date":"2017-05-29T11:35:04","date_gmt":"2017-05-29T11:35:04","guid":{"rendered":"https:\/\/www.kerneldatarecovery.com\/blog\/?p=524"},"modified":"2021-04-13T12:37:00","modified_gmt":"2021-04-13T12:37:00","slug":"excel-formulas-stopped-working-some-quick-solutions","status":"publish","type":"post","link":"https:\/\/www.kerneldatarecovery.com\/blog\/excel-formulas-stopped-working-some-quick-solutions\/","title":{"rendered":"Excel Formulas Stopped Working? Here\u2019re Some Quick Solutions!"},"content":{"rendered":"<p>One cannot even think of Excel without formulas. With formulas, calculations are very easy in Excel. But sometimes, the complexity of formulas can cause troubles too. This post highlights some scenarios where your Excel formulas stop functioning properly and the possible ways to resolve the issues like:<\/p>\n<ul>\n<li>Excel formulas return a wrong value<\/li>\n<li>Excel formulas fetch old values even after updating new values in the cells<\/li>\n<li>Excel formulas are not performing calculations<\/li>\n<\/ul>\n<p><strong>Case 1# Excel formulas return a wrong value<\/strong><\/p>\n<p>Some possible reasons for Excel returning wrong values are:<\/p>\n<p><strong>1) A fumble in mentioning parenthesis<\/strong><\/p>\n<p>Needless to say, no Excel functions are complete without parenthesis. You need to open and close each parenthesis carefully, especially if you are dealing with nested functions, as it indicates the order of calculations to be followed. Make sure you have paired every parenthesis appropriately by closing a right parenthesis for every parenthesis starting on the left.<br \/>\nMS Excel displays different colors for every parenthesis to ease pairing for you. Additionally, it shows errors and offers suggestions to make corrections in the formula to create a perfect balance in the formula.<\/p>\n<p><strong>2) No declaration of required arguments<\/strong><\/p>\n<p>Every Excel function comprises its own set of arguments, while some of them may have optional arguments. The optional arguments are generally enclosed in square brackets []. Make sure that you provide an appropriate number of arguments followed by the syntax of the formula you are using. Both increased and decreased number of arguments will result in an error message.<\/p>\n<p>For a lesser number of arguments: the \u201cYou\u2019ve entered too few arguments for this function\u201d message will be displayed.<\/p>\n<p>For exceeded arguments: the \u201cYou\u2019ve entered too many arguments for this function\u201d message will be displayed.<\/p>\n<p><strong>3) Nesting too many functions in a formula<\/strong><\/p>\n<p>When it comes to nesting Excel functions, there are certain limitations that you should remember in order to avoid any hindrances:<\/p>\n<p>For the users of Excel 2016, 2013, 2010, and 2007, you can use 64 nested functions. On the other hand, you can use only 7 nested functions if you are working on Excel 2003.<\/p>\n<p>Make sure you understand these limitations so to perform calculations without any error messages.<\/p>\n<p><strong>4) Over usage of double quotes<\/strong><\/p>\n<p>While working with Excel formulas, you need to keep one thing in mind that the values enclosed in double quotes are considered as the text string.<\/p>\n<p>If you are using numeric value in any formula like SUMPRODUCT ({0,0,1,0,1}, {75,\u201d100\u201d,125,\u201d125\u201d,150})<\/p>\n<p>The values quoted under the double inverted comma will not be considered as the number. Hence no calculations will be done on them. They will rather be considered as text values. Make sure you remember this rule whenever you write a formula with numerical values.<\/p>\n<p><strong>5) Declaring formatted numbers<\/strong><\/p>\n<p>Using a numerical value in an Excel formula comes with a set of rules to be followed, in addition to usage of quotation marks. This set of rules include:<\/p>\n<ol type=\"a\">\n<li>Inappropriate References<br \/>\nWhenever you want to refer to the numerical values in any formula, avoid using any sort of currency symbols or decimal values. The only separator you can use to indicate two values is a comma. Below given images will clearly illustrate the importance of giving appropriate references to the numerical values.<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/www.kerneldatarecovery.com\/blog\/wp-content\/uploads\/2017\/05\/excel.png\" alt=\"giving appropriate references to the numerical values\" class=\"alignnone size-full wp-image-3718 mainsize\" width=\"701\" height=\"550\"><br \/>\n<strong>Figure Incorrect Reference<\/strong><\/p>\n<p><img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/www.kerneldatarecovery.com\/blog\/wp-content\/uploads\/2017\/05\/excel_1.png\" alt=\"Figure Incorrect Reference\" class=\"alignnone size-full wp-image-3718 mainsize\" width=\"705\" height=\"549\"><br \/>\n<strong> Figure Correct Reference<\/strong><\/li>\n<li>Incorrect format selection<br \/>\nIncorrect format selection can return wrong results. In the example shown below the column, C shows the values formatted as $ currency, which is why you can get the right amount of total at the end. On the contrary, column D is displaying numerical values but not showing their total. The reason here is cell formatting that has been set to text.<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/www.kerneldatarecovery.com\/blog\/wp-content\/uploads\/2017\/05\/excel_3.png\" alt=\"set to text\" class=\"alignnone size-full wp-image-3718 mainsize\" width=\"698\" height=\"550\"><br \/>\n<strong> Figure Incorrect Format Declaration<\/strong><\/p>\n<p>Note: You can either use Ctrl+I or right-click on the desired cell to get the Format Cells option and define the right category of the values you entered or want to enter.<\/li>\n<\/ol>\n<p><strong>6) Separating function arguments inappropriately<\/strong><\/p>\n<p>As shown above, in Figure 1, the Excel functions should be carefully used, especially in the declaration of values or separating their arguments. Let\u2019s pick the above example for a clearer understanding of the separation of arguments.<\/p>\n<p><strong>If(C4&gt;0, 1)<\/strong><\/p>\n<p>The same function argument can be passed in two ways<\/p>\n<ol>\n<li><strong>If(C4&gt;0, 1) \/\/<\/strong> comma is a separator used in North America and a few other countries.<\/li>\n<li><strong>If(C4&gt;0; 1)\/\/<\/strong> Semicolon is a separator generally used in European countries.<\/li>\n<\/ol>\n<p>If you ever encounter an error saying, \u201cWe found a problem with this formula\u2026\u201d,  you just need to alter your regional settings as <strong>Control Panel &gt; Region and Language &gt; Additional Settings<\/strong> to select right character as <strong>List Separator<\/strong> to continue working smoothly.<\/p>\n<p><strong>7) Incorrect workbook and worksheet references<\/strong><\/p>\n<p>It is quite common that you need certain values from another worksheet, workbook, or closed workbook. The rule to provide such references is providing the referenced object\u2019s name under single quotes (\u2018XYZ\u2019)<\/p>\n<ol type=\"a\">\n<li>To refer to another sheet:  =SUM (&#8216;Sales\u201917\u2019! B2:B10)<\/li>\n<li>To refer to another workbook:  =SUM (&#8216;[2015 Sales.xlsx] Sales\u201917\u2019! B2:B10)<\/li>\n<li>To refer to a closed workbook: =SUM (&#8216;D:\\Excel Reports\\[Sales.xlsx] Sales\u201917\u2019! B2:B10)<\/li>\n<\/ol>\n<p><strong>Case 2# Excel formulas fetch old values even after an update<\/strong><\/p>\n<p>Whenever your Excel formulas don\u2019t update the values automatically, it could be due to the changed state of the <b>Calculation<\/b> setting from Automatic to Manual. All you need to do is reset the calculation settings.<\/p>\n<p>For different versions of Excel, you need to follow different path to apply the desired settings:<\/p>\n<ul>\n<li>In Excel 2003<br \/>\nGo to Tools &gt; Options &gt; Calculation &gt; Calculation &gt; Automatic.<\/li>\n<li>In Excel 2007<br \/>\nGo to Office button &gt; Excel options &gt; Formulas &gt; Workbook Calculation &gt; Automatic.<\/li>\n<li>In Excel 2010, Excel 2013, Excel 2016, and Excel 2019<br \/>\nBrowse to File &gt; Options &gt; Formulas, and select Automatic under the Workbook Calculation<br \/>\nBut if you want to continue with the manual option, you have to use the following hacks to compel recalculation by Excel program:<\/li>\n<li>For the active sheet, use Shift+F9.<\/li>\n<li>For an active workbook, use F9.<\/li>\n<li>For all the active sheets in all the workbooks, use Ctrl+Alt+F9.<\/li>\n<li>For a single formula, use F2.<\/li>\n<\/ul>\n<p><strong>Case 3# Excel formulas can\u2019t perform calculations<\/strong><\/p>\n<p>This sort of issue mainly arises due to three reasons: turning on the Show Formulas mode, changing the category of formula into text, giving extra space, or using apostrophe sign before the equal (=) in a formula.<\/p>\n<p>Their relevant solutions are:<\/p>\n<ol>\n<li>Either browse to the Show Formulas tab through the Formulas menu or use the shortcut Ctrl+~.<\/li>\n<li>Change the format of the formula from Text to Number.<\/li>\n<li>Remove the space or any special character mentioned before the equal sign.<\/li>\n<\/ol>\n<p>Now that we have discussed all three cases of errors with their solutions, you can resolve your Excel issues without any expert\u2019s help. However, it would be a serious concern if none of the given solutions help you out. It indicates the issue of corruption either in a worksheet or the entire workbook. You should consider investing in a third-party Excel recovery solution in such a case to save your data.<\/p>\n<p><strong>To Sum Up:<\/strong><\/p>\n<p>Excel has simplified the calculation jobs with its \u2018formulas.\u2019 If you encounter any  error message while using formulas, you can easily fix them by following the correct format for the formulas. However, if the Excel file itself is corrupt, get a reliable Excel repair solution like <a href=\"https:\/\/www.kerneldatarecovery.com\/excel-recovery.html\">Excel repair<\/a> to retrieve data.<\/p>\n<p align=\"center\"><a href=\"https:\/\/www.kerneldatarecovery.com\/dl\/dl.php?id=6\" onclick=\"dataLayer.push({'event': 'TrackEvent', 'eventCategory': 'Download', 'eventAction': 'ExcelRecovery', 'eventLabel': 'BlogDLid=6'});\"><img decoding=\"async\" loading=\"lazy\" class=\"alignnone size-full wp-image-1659 noshadow\" src=\"https:\/\/www.kerneldatarecovery.com\/blog\/wp-content\/uploads\/2018\/06\/dl-btn-new.png\" alt=\"Download Now\" width=\"160\" height=\"49\"><\/a><\/p>\n<div id=\"moreinfo\">\n<h4>&nbsp;&nbsp; Related Topic<\/h4>\n<ul>\n<li><a href=\"https:\/\/www.kerneldatarecovery.com\/blog\/3-ways-to-fix-excel-cannot-open-the-file-filename-xlsx-error\/\">3 Ways to Fix \u201cExcel cannot open the file \u2018(filename)\u2019.xlsx\u201d Error<\/a><\/li>\n<li><a href=\"https:\/\/www.kerneldatarecovery.com\/blog\/5-simple-tips-to-recover-corrupt-excel-files\/\">5 Simple Tips to Recover Corrupt Excel Files<\/a><\/li>\n<\/ul>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>One cannot even think of Excel without formulas. With formulas, calculations are very easy in Excel. But sometimes, the complexity of formulas can cause troubles too. This post highlights some scenarios where your Excel formulas stop functioning properly and the possible ways to resolve the issues like: Excel formulas return a wrong value Excel formulas [&hellip;]<\/p>\n","protected":false},"author":23,"featured_media":1305,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_stopmodifiedupdate":true,"_modified_date":""},"categories":[4],"tags":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v19.10 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Excel Formulas Stopped Working? Here\u2019re Some Quick Solutions!<\/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:\/\/www.kerneldatarecovery.com\/blog\/excel-formulas-stopped-working-some-quick-solutions\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Excel Formulas Stopped Working? Here\u2019re Some Quick Solutions!\" \/>\n<meta property=\"og:description\" content=\"One cannot even think of Excel without formulas. With formulas, calculations are very easy in Excel. But sometimes, the complexity of formulas can cause troubles too. This post highlights some scenarios where your Excel formulas stop functioning properly and the possible ways to resolve the issues like: Excel formulas return a wrong value Excel formulas [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.kerneldatarecovery.com\/blog\/excel-formulas-stopped-working-some-quick-solutions\/\" \/>\n<meta property=\"og:site_name\" content=\"Data Recovery Blog - KDR Tools\" \/>\n<meta property=\"article:published_time\" content=\"2017-05-29T11:35:04+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-04-13T12:37:00+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.kerneldatarecovery.com\/blog\/wp-content\/uploads\/2017\/05\/excel-formulas-stopped-working-some-quick-solutions-1.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1142\" \/>\n\t<meta property=\"og:image:height\" content=\"500\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Akash Tiwari\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Akash Tiwari\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"7 minutes\" \/>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Excel Formulas Stopped Working? Here\u2019re Some Quick Solutions!","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:\/\/www.kerneldatarecovery.com\/blog\/excel-formulas-stopped-working-some-quick-solutions\/","og_locale":"en_US","og_type":"article","og_title":"Excel Formulas Stopped Working? Here\u2019re Some Quick Solutions!","og_description":"One cannot even think of Excel without formulas. With formulas, calculations are very easy in Excel. But sometimes, the complexity of formulas can cause troubles too. This post highlights some scenarios where your Excel formulas stop functioning properly and the possible ways to resolve the issues like: Excel formulas return a wrong value Excel formulas [&hellip;]","og_url":"https:\/\/www.kerneldatarecovery.com\/blog\/excel-formulas-stopped-working-some-quick-solutions\/","og_site_name":"Data Recovery Blog - KDR Tools","article_published_time":"2017-05-29T11:35:04+00:00","article_modified_time":"2021-04-13T12:37:00+00:00","og_image":[{"width":1142,"height":500,"url":"https:\/\/www.kerneldatarecovery.com\/blog\/wp-content\/uploads\/2017\/05\/excel-formulas-stopped-working-some-quick-solutions-1.jpg","type":"image\/jpeg"}],"author":"Akash Tiwari","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Akash Tiwari","Est. reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.kerneldatarecovery.com\/blog\/excel-formulas-stopped-working-some-quick-solutions\/#article","isPartOf":{"@id":"https:\/\/www.kerneldatarecovery.com\/blog\/excel-formulas-stopped-working-some-quick-solutions\/"},"author":{"name":"Akash Tiwari","@id":"https:\/\/www.kerneldatarecovery.com\/blog\/#\/schema\/person\/7be4225b3f1742e062d25e44fc887f41"},"headline":"Excel Formulas Stopped Working? Here\u2019re Some Quick Solutions!","datePublished":"2017-05-29T11:35:04+00:00","dateModified":"2021-04-13T12:37:00+00:00","mainEntityOfPage":{"@id":"https:\/\/www.kerneldatarecovery.com\/blog\/excel-formulas-stopped-working-some-quick-solutions\/"},"wordCount":1240,"commentCount":0,"publisher":{"@id":"https:\/\/www.kerneldatarecovery.com\/blog\/#organization"},"articleSection":["Data Recovery"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.kerneldatarecovery.com\/blog\/excel-formulas-stopped-working-some-quick-solutions\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.kerneldatarecovery.com\/blog\/excel-formulas-stopped-working-some-quick-solutions\/","url":"https:\/\/www.kerneldatarecovery.com\/blog\/excel-formulas-stopped-working-some-quick-solutions\/","name":"Excel Formulas Stopped Working? Here\u2019re Some Quick Solutions!","isPartOf":{"@id":"https:\/\/www.kerneldatarecovery.com\/blog\/#website"},"datePublished":"2017-05-29T11:35:04+00:00","dateModified":"2021-04-13T12:37:00+00:00","breadcrumb":{"@id":"https:\/\/www.kerneldatarecovery.com\/blog\/excel-formulas-stopped-working-some-quick-solutions\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.kerneldatarecovery.com\/blog\/excel-formulas-stopped-working-some-quick-solutions\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.kerneldatarecovery.com\/blog\/excel-formulas-stopped-working-some-quick-solutions\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.kerneldatarecovery.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Excel Formulas Stopped Working? Here\u2019re Some Quick Solutions!"}]},{"@type":"WebSite","@id":"https:\/\/www.kerneldatarecovery.com\/blog\/#website","url":"https:\/\/www.kerneldatarecovery.com\/blog\/","name":"Data Recovery Blog - KDR Tools","description":"Data Recovery Blog - KDR Tools","publisher":{"@id":"https:\/\/www.kerneldatarecovery.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.kerneldatarecovery.com\/blog\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.kerneldatarecovery.com\/blog\/#organization","name":"Data Recovery Blog - KDR Tools","url":"https:\/\/www.kerneldatarecovery.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.kerneldatarecovery.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.kerneldatarecovery.com\/blog\/wp-content\/uploads\/2019\/04\/logo.png","contentUrl":"https:\/\/www.kerneldatarecovery.com\/blog\/wp-content\/uploads\/2019\/04\/logo.png","width":161,"height":47,"caption":"Data Recovery Blog - KDR Tools"},"image":{"@id":"https:\/\/www.kerneldatarecovery.com\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/www.kerneldatarecovery.com\/blog\/#\/schema\/person\/7be4225b3f1742e062d25e44fc887f41","name":"Akash Tiwari","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.kerneldatarecovery.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/www.kerneldatarecovery.com\/blog\/wp-content\/uploads\/2021\/11\/Aakash.jpg","contentUrl":"https:\/\/www.kerneldatarecovery.com\/blog\/wp-content\/uploads\/2021\/11\/Aakash.jpg","caption":"Akash Tiwari"},"url":"https:\/\/www.kerneldatarecovery.com\/blog\/author\/akashtiwari\/"}]}},"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/www.kerneldatarecovery.com\/blog\/wp-json\/wp\/v2\/posts\/524"}],"collection":[{"href":"https:\/\/www.kerneldatarecovery.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.kerneldatarecovery.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.kerneldatarecovery.com\/blog\/wp-json\/wp\/v2\/users\/23"}],"replies":[{"embeddable":true,"href":"https:\/\/www.kerneldatarecovery.com\/blog\/wp-json\/wp\/v2\/comments?post=524"}],"version-history":[{"count":17,"href":"https:\/\/www.kerneldatarecovery.com\/blog\/wp-json\/wp\/v2\/posts\/524\/revisions"}],"predecessor-version":[{"id":8167,"href":"https:\/\/www.kerneldatarecovery.com\/blog\/wp-json\/wp\/v2\/posts\/524\/revisions\/8167"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.kerneldatarecovery.com\/blog\/wp-json\/wp\/v2\/media\/1305"}],"wp:attachment":[{"href":"https:\/\/www.kerneldatarecovery.com\/blog\/wp-json\/wp\/v2\/media?parent=524"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.kerneldatarecovery.com\/blog\/wp-json\/wp\/v2\/categories?post=524"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.kerneldatarecovery.com\/blog\/wp-json\/wp\/v2\/tags?post=524"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}