Skip to content
geeksforgeeks
  • Courses
    • DSA to Development
    • Get IBM Certification
    • Newly Launched!
      • Master Django Framework
      • Become AWS Certified
    • For Working Professionals
      • Interview 101: DSA & System Design
      • Data Science Training Program
      • JAVA Backend Development (Live)
      • DevOps Engineering (LIVE)
      • Data Structures & Algorithms in Python
    • For Students
      • Placement Preparation Course
      • Data Science (Live)
      • Data Structure & Algorithm-Self Paced (C++/JAVA)
      • Master Competitive Programming (Live)
      • Full Stack Development with React & Node JS (Live)
    • Full Stack Development
    • Data Science Program
    • All Courses
  • Tutorials
    • Data Structures & Algorithms
    • ML & Data Science
    • Interview Corner
    • Programming Languages
    • Web Development
    • CS Subjects
    • DevOps And Linux
    • School Learning
  • Practice
    • Build your AI Agent
    • GfG 160
    • Problem of the Day
    • Practice Coding Problems
    • GfG SDE Sheet
  • Contests
    • Accenture Hackathon (Ending Soon!)
    • GfG Weekly [Rated Contest]
    • Job-A-Thon Hiring Challenge
    • All Contests and Events
  • Trending
  • NEWS
  • Blogs
  • Tips & Tricks
  • Website & Apps
  • Tech Tips
  • Tech Blogs
  • ChatGPT Blogs
  • Tech News
  • AI News
  • ChatGPT News
  • ChatGPT Tutorial
Open In App
Next Article:
How to Remove Table Formatting in Excel
Next article icon

How to Show Formulas in Excel

Last Updated : 24 May, 2024
Comments
Improve
Suggest changes
Like Article
Like
Report

Exploring the art of Excel formulas can turn up your data analysis and reporting capabilities. Whether you’re a financial analyst, digital marketer, or an Excel learner, understanding how to display formulas in Excel is important. This article will make you learn the simple steps to show the formulas of your Excel spreadsheets, enhancing your efficiency and proficiency. By learning how to show formulas in Excel, you’ll learn to ensure accuracy and transparency in your calculations.

How-to-show-formulas-in-Excel
How to Show Formulas in Excel

How to Show Formulas in MS Excel

When you enter a formula in a cell and press the Enter key, Excel immediately displays the calculated result. To check all the formulas in the cell, follow one of the methods provided below for your reference,

Show the Formulas Option on the Excel Ribbon

The Ribbon: Head over to the Formulas tab, find the Formula Auditing section, and hit the Show Formulas button. Your formulas will step into the spotlight, replacing the results on stage. To get the calculated values back, click the Show Formulas button again to toggle it off.

Show-formulas
Go to Formulas Tab>> Select Show formulas

Show Formulas in cells instead of their results in Excel options

In Excel go to File > Options > Select Advanced on the left pane > scroll down to the Display options for this worksheet section and select the option Show formulas in cells instead of their calculated results.

Show-formula-in-cell
Go to File>>Options>>Excel Options>>Show formulas in cells instead of their calculated results.

How to Show Formula in Excel Shortcut

The fastest and easiest way to see every formula in your Excel spreadsheet is pressing the following shortcut: Ctrl + The grave accent key (`). The Show Formulas shortcut between displaying cell values and cell formulas. To get the formula results back, press the shortcut again.

laptop-table
Excel shortcut to Show Formulas

NOTE: Keep this in mind, no matter which method you choose, Excel will reveal the formulas only for the sheet you’re currently on. If you want to see the formulas on different sheets or in other workbooks, you’ll have to do these steps for each one separately.

How to Highlight Formulas in Excel

Step 1: Go to Home Tab

Step 2: Click on Find & Select Button

Step 3: Select Formulas

Manage Your Excel Formulas

When it comes to managing formulas in Excel, a few smart practices can make a big difference in maintaining the of your data. Here are some tips and tricks to keep your Excel formulas in top shape,

  1. Simplicity is Key: Keep your formulas as simple as possible. Complex formulas are more prone to errors and harder to troubleshoot.
  2. Consistent Referencing: Use absolute ($A$1) and relative (A1) cell references effectively. Consistent referencing ensures that your formulas work correctly when copied or moved around.
  3. Document Your Work: Annotate your formulas with comments to explain their purpose. This is especially helpful for future reference and for others who might use your spreadsheet.
  4. Error Handling: Incorporate error handling functions like IFERROR to manage potential errors gracefully. This prevents your entire spreadsheet from being affected by one erroneous cell.
  5. Regular Checks: Double-check your formulas for accuracy. Ensure that cell references are correct and that the formula is doing what you expect it to do.
  6. Protect Your Formulas: Prevent accidental changes by locking cells that contain formulas. You can do this by formatting the cells and setting them as ‘Locked’, then protecting the worksheet.
  7. Use Named Ranges: Instead of using cell references, use named ranges to make your formulas easier to understand and manage.
  8. Audit Your Formulas: Use Excel’s formula auditing tools to trace precedents and dependents, and to evaluate parts of your formulas.

Conclusion

In the conclusion, exploring the Excel formula display is a vital skill that can enhance your analytical ability to new heights. As you apply these insights, remember that Excel is more than a mere spreadsheet application; it’s a robust tool for strategic decision-making. By learning the formulas that drive your data, you’re not just enhancing your Excel fluency—you’re also making the way for more informed, data-driven decisions. Explore these techniques to show formulas in Excel.

How do you show formulas instead of results in Excel?

Use the Ribbon: Go to the Formulas tab and click on Show Formulas in the Formula Auditing group.

How to display the formula bar in Excel?

To display the formula bar in Excel:

  • Use the Ribbon: Click on the View tab and check the Formula Bar option in the Show group.
  • Excel Options: Click on the File tab, select Options, go to Advanced, scroll down to the Display section, and check the Show Formula Bar option.

Next Article
How to Remove Table Formatting in Excel
author
saumyapanday
Improve
Article Tags :
  • Excel
  • News
  • Microsoft Office
  • ExcelGuide
  • MSExcel

Similar Reads

  • How to Lock Formulas in Excel
    Are you tired of accidentally altering formulas in your Excel spreadsheets? Locking formulas in Excel is essential for maintaining the integrity of your data and ensuring that your calculations remain accurate. In this comprehensive article, you will learn the effective techniques to protect your Ex
    8 min read
  • How to add Filters in MS Excel?
    Microsoft Excel is software that allows users to store or analyze data in a proper systematic manner. It uses spreadsheets to organize numbers and data with formulas and functions. If your worksheet contains a lot of content, seeking out information quickly can be difficult. Filters are often used t
    4 min read
  • How to Create an Array Formula in Excel?
    Array formulas in excel are important tools. A single formula can perform multiple calculations and replace thousand of useful formulas. Most of us have never used array functions in our excel sheet just because we don't know how to use these formulas. Array formulas is one of the most confusing exc
    10 min read
  • How to Remove Table Formatting in Excel
    Struggling with unwanted table formatting in Excel? Whether you're working on a crucial report or just cleaning up your spreadsheet, knowing how to remove table formatting in Excel can save you time and frustration. Excel tables come with predefined styles that can sometimes get in the way of your p
    5 min read
  • How to Create a Formula in Excel using Java?
    Apache POI is a popular open-source Java library that provides programmers with APIs for creating, modifying, and editing MS Office files. Excel is very excellent at calculating formulas. And perhaps most Excel documents have formulas embedded. Therefore, it’s trivial that on a fine day, you have to
    3 min read
  • How to Change Date Format in Excel
    You know that Excel is one of the best spreadsheets you can work on. Excel is the first preference of many users to create an impressive data set. Have you tried filling in the Date on the sheet? Date with the data is a common practice done by users in Excel to get information timeline. To help orga
    7 min read
  • 6 New Functions or Formulas in Excel 2019
    A formula is a mathematical expression that computes a cell's value. Functions are predefined formulas found in Excel. Based on the values specified as arguments or parameters, functions perform specific calculations in a specific order. For instance, =SUM (C1:C10). This function adds the values fro
    6 min read
  • How to Use ChatGPT to Write Excel Formulas
    Worrying about mastering Excel formulas? Thinking about the right syntax and function for hours? If you are, ChatGPT has got you covered! Discover how ChatGPT makes Excel formula writing effortless in the following article. In data analysis, Excel formulas reign supreme as a crucial tool. They make
    5 min read
  • How to Insert a Function in Excel?
    In MS Excel formula is an expression that help to calculate the value of a cell and in Microsoft Excel has many inbuilt in functions that we can use in our formula. Now if you want to insert a function in Excel or want to see all the functions by category, then in this series of MS Excel tutorial gu
    4 min read
  • How to Use Solver in Excel?
    A solver is a mathematical tool present in MS-Excel that is used to perform calculations by working under some constraints/conditions and then calculates the solution for the problem. It works on the objective cell by changing the variable cells any by using sum constraints. Solver is present in MS-
    3 min read
geeksforgeeks-footer-logo
Corporate & Communications Address:
A-143, 7th Floor, Sovereign Corporate Tower, Sector- 136, Noida, Uttar Pradesh (201305)
Registered Address:
K 061, Tower K, Gulshan Vivante Apartment, Sector 137, Noida, Gautam Buddh Nagar, Uttar Pradesh, 201305
GFG App on Play Store GFG App on App Store
Advertise with us
  • Company
  • About Us
  • Legal
  • Privacy Policy
  • In Media
  • Contact Us
  • Advertise with us
  • GFG Corporate Solution
  • Placement Training Program
  • Languages
  • Python
  • Java
  • C++
  • PHP
  • GoLang
  • SQL
  • R Language
  • Android Tutorial
  • Tutorials Archive
  • DSA
  • Data Structures
  • Algorithms
  • DSA for Beginners
  • Basic DSA Problems
  • DSA Roadmap
  • Top 100 DSA Interview Problems
  • DSA Roadmap by Sandeep Jain
  • All Cheat Sheets
  • Data Science & ML
  • Data Science With Python
  • Data Science For Beginner
  • Machine Learning
  • ML Maths
  • Data Visualisation
  • Pandas
  • NumPy
  • NLP
  • Deep Learning
  • Web Technologies
  • HTML
  • CSS
  • JavaScript
  • TypeScript
  • ReactJS
  • NextJS
  • Bootstrap
  • Web Design
  • Python Tutorial
  • Python Programming Examples
  • Python Projects
  • Python Tkinter
  • Python Web Scraping
  • OpenCV Tutorial
  • Python Interview Question
  • Django
  • Computer Science
  • Operating Systems
  • Computer Network
  • Database Management System
  • Software Engineering
  • Digital Logic Design
  • Engineering Maths
  • Software Development
  • Software Testing
  • DevOps
  • Git
  • Linux
  • AWS
  • Docker
  • Kubernetes
  • Azure
  • GCP
  • DevOps Roadmap
  • System Design
  • High Level Design
  • Low Level Design
  • UML Diagrams
  • Interview Guide
  • Design Patterns
  • OOAD
  • System Design Bootcamp
  • Interview Questions
  • Inteview Preparation
  • Competitive Programming
  • Top DS or Algo for CP
  • Company-Wise Recruitment Process
  • Company-Wise Preparation
  • Aptitude Preparation
  • Puzzles
  • School Subjects
  • Mathematics
  • Physics
  • Chemistry
  • Biology
  • Social Science
  • English Grammar
  • Commerce
  • World GK
  • GeeksforGeeks Videos
  • DSA
  • Python
  • Java
  • C++
  • Web Development
  • Data Science
  • CS Subjects
@GeeksforGeeks, Sanchhaya Education Private Limited, All rights reserved
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our Cookie Policy & Privacy Policy
Lightbox
Improvement
Suggest Changes
Help us improve. Share your suggestions to enhance the article. Contribute your expertise and make a difference in the GeeksforGeeks portal.
geeksforgeeks-suggest-icon
Create Improvement
Enhance the article with your expertise. Contribute to the GeeksforGeeks community and help create better learning resources for all.
geeksforgeeks-improvement-icon
Suggest Changes
min 4 words, max Words Limit:1000

Thank You!

Your suggestions are valuable to us.

What kind of Experience do you want to share?

Interview Experiences
Admission Experiences
Career Journeys
Work Experiences
Campus Experiences
Competitive Exam Experiences