logo
search
Function Problems

How to Display an Excel Formula Result in a Different Cell

Maira MehtabMaira Mehtab Sep 22, 2026 869 views

Question details

The user wants to display the calculated result of a formula in one cell while showing the actual formula text in another cell.

Product
Excel / WPS Spreadsheet
Device & OS
not provided
Scenario
Creating instructional spreadsheets or troubleshooting where both the formula text and its evaluated result need to be visible simultaneously.
Observed behavior
By default, a cell containing a formula only shows the calculated result, hiding the formula text unless the cell is actively selected or the Show Formulas mode is enabled.
Before you start

Identify the cell where your formula is currently stored and determine which cell should display the calculated result and which should display the formula text.

Solution 1Recommended

Use Cell Referencing to Mirror the Result

Link a destination cell directly to the cell containing the active formula to display its result.

This method is best when your original cell contains a working formula and you simply want to display its outcome in another location.

1
Locate the original formula

Assume your working formula is entered in cell B2 and is calculating normally.

2
Select the destination cell

Click on the cell where you want the duplicated result to appear (for example, cell C2).

3
Enter the cell reference

Type =B2 in the destination cell and press Enter. This cell will now continuously mirror the calculated result of the original formula.

WPS Spreadsheet Solutions

Easily Manage Formulas and Results in WPS Office

WPS Spreadsheet provides robust formula auditing tools and full support for functions like FORMULATEXT, making it simple to document and display formulas alongside their results.

  1. 1. Open your workbook: Launch WPS Spreadsheet and open the document containing your data.
  2. 2. Enter your formula: Input your calculation in the desired cell to get the result.
  3. 3. Display the formula text: In a nearby cell, type =FORMULATEXT(your_cell) to show the formula syntax alongside the result.
Fully compatible with Microsoft Excel formulas, functions, and file formats.Advanced formula auditing tools to trace precedents and dependents.Lightweight software with a fast, user-friendly tabbed interface.Free to use for everyday spreadsheet and calculation tasks.
microsoft office alternative - wps office

Frequently Asked Questions

Can I type a formula as text and have another cell calculate it?

By default, standard spreadsheet applications do not have a built-in function to evaluate a plain text string as a functional formula (like an EVALUATE function) without utilizing macros or VBA scripts.

Why does my cell reference show the formula text instead of the result?

If you reference a cell and see the formula text instead of the result, the destination cell might be formatted as 'Text'. Select the cell, change the number format to 'General' in the Home tab, and press Enter to refresh it.

How do I show formulas in all cells at once?

You can toggle the display of all formulas in the entire worksheet by pressing the shortcut 'Ctrl + ` ' (grave accent) or by navigating to the Formulas tab and clicking the 'Show Formulas' button.