Comments on: Excel formulas not working, not updating, not calculating: fixes & solutions

This tutorial explains the most common mistakes when making formulas in Excel, and how to fix a formula that is not calculating or not updating automatically. Continue reading

Comments page 7. Total comments: 459

  1. Thanks a lot. It is Really very helpful. My issue was resolved within some seconds.

  2. ablebits was the FIRST source to help me figure out why my formulas weren't calculating on an excel summary speadsheet. Microsoft, among others, assumes that every idiot is a genius even before he or she ventures into a new area of excel (or any other microsoft product, for that matter). In this case, I never before summed values from multiple worksheets. That may be hard to believe but it's true. How was I supposed to know that the "show formulas" option was "on" or even that it would prevent me from calculating formulas? If I were Bill Gates, I wouldn't be sitting here, right? Why do he and his fellow robots just ASSUME that we are all blinding beams of light like all Harvard and MIT students are? Thank you ablebits!!! I'm under quite a bit of pressure, and I will remember this--and you!

  3. thank you very much. this article help me.

  4. I just wanted to say thank you, this was very helpful. I contacted Microsoft and my company IT department for something that started after my system was updated from 2010 to 2016. After 4 phones call and 5 people that told me it was a compatibility issue and I had to recreate all my formulated spreadsheets, I almost lost my mind. I knew there had to be a solution to the issue I was having. After finding this page, 2 clicks later my problem was solved. This goes to show that just because someone works for a company doesn't always mean that they have the answers or even know what they are talking about. They almost had me unnecessarily recreating numerous spreadsheets because they could not be bothered to listen to the issue. I think the worst thing about customer service in 2020 is people would rather give you wrong/misinformation than to admit they don’t know how to do something.

  5. In my current position, I have to examine data in spreadsheets.
    One of the most current problems I have is WHEN I insert column to grab a DAY (for example), it comes back MM/DD/YYYY instead of DD. I have to format that column to GENERAL to just get DD

    1. Unfortunately, Excel always copies the format to a new column or row from neighboring ones. This can only be changed using the VBA macro.

      Excel includes a feature that allows you to modify how you insert rows, columns, or cells in your worksheet. When you insert any of these, Excel displays a small, floating "button" right near the inserted row, column, or cell. The button, called "Insert Options," has a small paintbrush on it, similar to the Format Painter tool. Click the button, and Excel displays some options about how the inserted row, column, or cell should be formatted.

  6. The RIGHT() command is not responding inside IF()
    For example,
    =IF(RIGHT(A2,1)<4,A2+$F$14,A2+$F$15)

    In both conditions the results are fulse(second one).
    Please help me thanks ?

    1. Hello!
      For your formula to work, numbers must be written in all the cells it uses. Give an example of the source data and the expected result.
      It’ll help me understand it better and find a solution for you. Thank you.

  7. Nice Article, it resolved my issues

  8. Hi,
    Can you please help.
    Here's my scenario.
    I have a value in cell C1 let's say 5 , this cell value is an output of this formula =TEXTJOIN("",TRUE,IFERROR(MID(A1,ROW(INDIRECT("1:30")),1)+0,"")) because I want to get the numeric value only from the other cell. And now in cell D1 I have a value let's say 3 this is an extracted value from previous result. So now in cell E1, I want to match cell C1 and cell D1 if they match or not, so I used this formula =IF(C1=D1,"Match","Not Match"). My problem was it did not get the correct evaluation, all results are "Not Match" even there are values that are Matched. I tried the remedies mentioned but still didn't worked. Thank you.

    1. Hello!
      In your example, you compare 5 and 3. And they do not match. You did not specify real values. I can assume that you are comparing text and number. Perhaps there are extra spaces, non-printable characters in the text. I recommend checking for extra spaces and non-printing characters, as described in this article.

  9. Wowww....

  10. 1. Go to formulas tab, and uncheck the button "Show Formulas". It will show the result in cell instead of formulas. 2. Change the cell format into General -> double click on that cell and enter again (rewrite the formulas)

    1. OMG! Just this trick would work. Thank you!

  11. When I calculate a formula say subtraction:
    E.g x-y, x has multiple values(x-> 1-n) but y is constant (y-> 1234) and has a blank column below it, after calculating the first one manually and then dragging it so as to get the same calculations done quickly it subtracts the blank boxes and i get the result as x only and not x-y.
    What to do?

  12. Corina,

    I've rechecked the problem you reported and entered =61.0385 * 1.95 * 8 in a random cell. The result I got was 952.2006

    Could you please describe the steps you take in more detail? Are your original numbers entered as values or as cell references? If 61.0385, 1.95 and 8 are located in separate cells and you're multiplying their cell references, please recheck the rounding set for these cells and let me know about the result. Thank you.

  13. This question will be simple but I do not know a lot about Excel
    61.0385 x 1.95 x 8 = 952.20 however in excel it totals the answer as 953.98
    What formula do I used to rectify this problem so that I get the correct answer

  14. thank you

  15. thank you.☺

  16. So Frustrated!
    Simple SUM formula - have tried to go at this multiple different ways still the same result.
    - SUM a column *click the top and drag to the bottom and click the SUM function - shows a zero balance of $-
    - type =SUM(H3:H203) Same issue it shows a zero balance of $-

    The sum should be close to $130,000.00 so why is this happening?? I have made sure there are no apostrophe or anything when typed. I could really use someones help as I am trying on another column as well and the same issue arises.

    1. Hi Michelle,

      You can use the ISNUMBER function to check if your values are numbers. For example:
      =ISNUMBER(H3)

      If the above formula returns FALSE, that means a number is stored as text and you need to convert text to number.

  17. "Me too!" That "automatic" thing fixed my cells so they update, thanks for posting this.

  18. I don't know why it happened to one of my file suddenly but, big thanks! it very helpful!

  19. Thank you for the quick result and very helpful for us.

  20. I have a workbook with macros, etc., and all of a sudden, some of my data began to look suspicious. One column of simple formulas that uses an if statement, and then adds two cells together... stopped updating. Only that ONE column on ONE sheet of several different sheets. If I click inside a cell in that column then click out it, that cell would update. F9, calculate states, etc., and all other tips in this thread were investigated. The only one that worked, was opening a new workbook, copying the problem formula into the new workbook (copy the formula line, not the cell), then past the formula into the formula bar in the new workbook. enter enough variables in source cells, and make sure it works as expected. Then, do the reverse; copy the formula from the new workbook back into a cell in the original problem workbook. Drag/fill down the column and all good. I can't tell you if it will work next month when I run it, but at least I got somewhere. Over the years, I have found odd/similar unexplained anomalies that come and go without warning. I'm considering--for critical formula/data... to see if I should/can write some verification formulas; to flag cells that are not updating... and hardest part is to recreate ore preserve the error mode,--thus very difficult to get anyone in IT to investigate--I needed my data, so I didn't have time to wait for IT.

  21. Please fix my formula
    =COUNTIFS(DIS!B:B,{"Taimani","chaman","Khushalkhan"},DIS!E:E,{"Group Loan","GMRB"},DIS!F:F,{"Trade","Trade SS"})

  22. Thank you for your cooperation. This was very helpful for me.
    Have a nice day!

  23. I used this formula =HYPERLINK(INDIRECT(C3)) in cell d5 while c3 contain Sheet8! A4, but while i click on d5 it show error "cannot open the specified file" but while i click fx in formula bar it take to desired link place.

    Please help

  24. Query..
    I copied data from Power point
    Data pasted in excel sheet
    But..
    The data pasted in excel sheet in each cell after the value the one extra space is been showing,
    Because of this extra space the sum value cannot be calculated.

    For example.
    "30.5 "
    It should be only "30.5" no space required after the 5..

    How to solve this problem.????
    General done, number format done, trim formula used, find replace doesn't work..

  25. If your date is not possible, formulas won't work. For example, 11/31/2020 can be entered into a cell but it will result in a calculation error until updated to 11/30/2020. Only 30 days in November. Spent about a 20 minutes on that particular typo.

  26. Thank you!

  27. Thanks so much, very helpful!

  28. I have followed the instructions for a complex number format, e.g. COMPLEX(real part, imaginary part), in my Mac version 16.20, but Excel does not recognize that format. Any suggestions?

  29. Thanks a lot, quite useful! Specifically the point about formula "entered as text"

  30. Column A Column B
    Inv No. PC How Can I get the answer on column B by using
    Excel Formula
    18JH42A330EN00710076 A330
    18JH42A330EN00720077 A330
    18JH44A330RT00720086 A330
    18CH2S011S0047 S011
    18JK2T007G0111 T007
    18TN2O004G0280 O004
    18PM080154WB0648 PM08
    18P055N0365WB117 P055
    18A377C0531KA025 A377

  31. Thanks a lot

  32. Thank you for this! Very comprehensive list of things to check. My issue was that the formula was entered as text!

  33. I saved an excel file in dropbox so I cam access it at my home computer and as well as in the office. When I open the file in my home computer the formulas are all working perfectly but when I open it in the office and I change the value included in the data range, the formula then returns O. What should I do?

  34. I get this formula on the end all on "0".
    Being using it for months and then I saw it does not work.
    I also check all possibilities provided and tis buffels event expert in the field.
    What must I try next. I am stuck.

    mathem2 10 1.7 0-20% 0
    mhlongt6 11 1.8 20-40% 0
    rikhotn1 11 1.8 40-60% 0
    khumalz5 2 0.3 60-80% 0
    dladlabs 2 0.3 80-100% 0
    mtengws 8 1.3 >100% 0
    =COUNTIFS(CX1:CX116,">=0,01",CX1:CX116,"<=0,2")

  35. regret to inform you that i could not upload any workbook for reference. Pls help with the excel formula

    Salary Range
    Age 15-25 26-35 36-45
    18-25 1 2 4
    26-30 3 5 5
    31-35 4 81 1
    36-40 6 8 2

    Require excel formula when the age and salary is written the corresponding value with the range data of the table gets displayed in "Output"

    Example

    Input
    Age 29
    Sal 29

    Output 5

  36. Thanks helped

  37. when I do my spreadsheet, 25+22 = 47 but it shows ######

  38. That was very helpful. Thank you

  39. I use the SUP function in excel 2013 it was working well but at the end of the table is no longer give me the results, the cell still empty.

  40. Dear Sir, for 2 months i had small problem in Automatic sum Calculation, Today i rectified by your guiding,Thankyou

  41. Nope. All three of the above have been checked. Still doesn't calc. I have a formula in every cell in a column. I'ts a lookup. The key (cell keying the lookup) is formatted as number in both the source and target. No space exists before the formula. The formula is NUMBER. I updated the lookup array, and changed the lookup range for the top row - and the formula fails to execute FOR THAT ROW. If I copy the cell below to the cell that won't execute, it executes. If I then change the range of the lookup, it stops executing. If I change it back... it won't execute. I have copy/pasted values, re-formatted, entered a number in another sheet and copied formatting, etc. Same results: Formula won't calculate. And, if I copy paste from the cell immediately below at any time -it calculates. Change the range ($a$2:$a$6226 to $a$2:$a:6554) it doesn't calculate. If I manually change it BACK to 6226.... it STILL doesn't calculate.

    1. I am having the same problem....

  42. My excel spreadsheet won't accept a formula with the "&" in it. For example =A1+A2&" OK" and if A1=1 and A2=2 then the result should be 3 OK.
    This same formula works in another spreadsheet but in the spreadsheet I am work on it gives the result VALUE.
    Why does it work in one spreadsheet but not another?

  43. When I enter the formula"IF(C7=0,(B7-C7)/1),((B7-C7)/C7)) . The field is formatted for %. I get the wrong result for certain situations - for instance, if the number in C7=0 and the number in B7 is 2, the result s/b -200%, but comes back as 100%. What am I missing?

  44. Thanks!!!! Its very helpful.

  45. Hi all, i'm using excel for mac. currently when i am trying to build a formula, pressing "=" then selecting a cell, the cell becomes highlighted in the formula bar, so when I enter "+", the cell is overwritten by the "+" sign.

  46. I seem to be doing everything right, but Excel has suddenly stopped correct logical answers. It was working OK before, but changed about a day ago. If E4 = 21 Jun 19 and T2 -30 Jun 19, the formula =IF($E4>T2,"1","0") should return a value of 0. However, it is returning a value of 1. The cell formatting is 'General'. If I copy each cell without a global reference (ie use =IF(E4>T2,"1","0"), then it returns the correct value. However, I cannot do this; first off because it would defeat the purpose of using a tool like Excel and secondly, I would have to do it for thousands (yes thousands) of cells.

  47. I am looking for some help. I am trying to create a formula that give me a total of a cell that has a subtotal calculated times an amount minus 2 other cells minus that amount. I keep getting an error. This is what I have currently: =(G45*0.065)-[(H32,H33)(*065)]. Any ideas?

  48. Here's a helpful hint for Not Calculating item #3: Check to see if there is an invisible character before the equal sign by using the delete and backspace keys a few times.

  49. i have a problem in the below formula. its working fine for 4th month, and for 5th month its not working at all even though there is a data for it.

    if('CFD Ads'!$C:$C=month(today()),countifs('CFD Ads'!$D:$D,A38,'CFD Ads'!$I:$I,"99 Acres"),"")

    The same formula was working fine till yesterday(i mean for april), and from today (may) its not working

  50. Thanku formula it's working

Post a comment



Thank you for your comment!
When posting a question, please be very clear and concise. This will help us provide a quick and relevant solution to
your query. We cannot guarantee that we will answer every question, but we'll do our best :)