Forum Discussion

gburya1575's avatar
gburya1575
Copper Contributor
Aug 26, 2024
Solved

Cell Displaying Wrong

For many years I have linked cells from the same page, or separate tabs within a document, or even from document to document, never with any issues.  But now I am trying to link a text field cell to ...
  • NikolinoDE's avatar
    NikolinoDE
    Aug 27, 2024

    gburya1575 

    It sounds like Excel is displaying the formula itself (e.g., =Sheet2!A1) instead of the result of the formula (the value in the referenced cell). This issue is usually caused by one of the following:

    Possible Causes and Solutions

    1. Formula Display Setting is Enabled:
      • Excel has an option that toggles between displaying the formulas and their results. If this option is turned on, all cells will show their formulas instead of their calculated values.
      • Fix:
        • Press Ctrl + (grave accent key) on your keyboard to toggle between showing formulas and showing results. The grave accent key is usually found above the Tab key on most keyboards.
        • Alternatively, go to the Formulas tab in the Ribbon and check if "Show Formulas" is enabled. If it is, click it to disable.
    2. Cell Format is Set to Text:
      • If the cell where you are entering the formula is formatted as Text, Excel will treat the formula as a text string and display it as-is, rather than calculating it.
      • Fix:
        • Select the cell(s) showing the formula.
        • Right-click and choose Format Cells.
        • In the Number tab, select General or Number and click OK.
        • After changing the format, double-click the cell (or press F2 and then Enter) to apply the formatting change.
    3. Formula Preceded by an Apostrophe:
      • If you accidentally typed an apostrophe (') before the equal sign in your formula, Excel will treat the entire formula as text.
      • Fix:
        • Edit the cell to remove the apostrophe. For example, change '=Sheet2!A1 to =Sheet2!A1.
    4. Workbook Calculation Mode:
      • If the workbook's calculation mode is set to Manual, Excel may not update the cell values automatically.
      • Fix:
        • Go to the Formulas tab.
        • In the Calculation Options group, make sure "Automatic" is selected.
    5. Accidental Copy of Formula as Text:
      • If you copied and pasted the formula from another source, it might have been pasted as text.
      • Fix:
        • Re-enter the formula manually, ensuring that it's not pasted as text.

    Steps to Resolve the Issue

    1. Check if "Show Formulas" is Enabled:
      • Press Ctrl + (toggle formula display).
      • Alternatively, check the Formulas tab for the "Show Formulas" button.
    2. Verify Cell Formatting:
      • Right-click the problematic cell(s) > Format Cells > Change to General or Number.
    3. Ensure Formulas are Entered Correctly:
      • Double-check that there is no leading apostrophe and that the formula is typed correctly.
    4. Check Workbook Calculation Mode:
      • Ensure that calculation mode is set to "Automatic."

    Summary

    By following these steps, you should be able to resolve the issue and have Excel display the results of your formulas rather than the formulas themselves. The text was created with the help of AI.

    These steps are nothing more than additional steps to the steps shown by the previous user OliverScheurich . In the end, however, without more information about your specific situation, it's difficult to say for sure that this will solve the problem.

     

    My answers are voluntary and without guarantee!

     

    Hope this will help you.

Resources