• Skip to main content
  • Skip to primary sidebar
  • Skip to secondary sidebar
  • Skip to footer

Computer Notes

Library
    • Computer Fundamental
    • Computer Memory
    • DBMS Tutorial
    • Operating System
    • Computer Networking
    • C Programming
    • C++ Programming
    • Java Programming
    • C# Programming
    • SQL Tutorial
    • Management Tutorial
    • Computer Graphics
    • Compiler Design
    • Style Sheet
    • JavaScript Tutorial
    • Html Tutorial
    • Wordpress Tutorial
    • Python Tutorial
    • PHP Tutorial
    • JSP Tutorial
    • AngularJS Tutorial
    • Data Structures
    • E Commerce Tutorial
    • Visual Basic
    • Structs2 Tutorial
    • Digital Electronics
    • Internet Terms
    • Servlet Tutorial
    • Software Engineering
    • Interviews Questions
    • Basic Terms
    • Troubleshooting
Menu

Header Right

Home » Excel » Working with Formula in Excel 2010
Next →
← Prev

Working with Formula in Excel 2010

By Dinesh Thakur

The worksheet would be nothing more than a plain tabular representation of data if there are no formulas. A formula is a set of instructions that must be typed into a cell. It performs some calculations and then displays the result in the cell.

To deal with values and text, formulas work a number of operators and worksheet functions. Formula values and text can be found in other cells, making data changes simple and giving worksheets their complex existence.

You can easily modify the data in a worksheet, for example, and formulas work.

Elements of Formulas

The formula can consist of any of the following elements:

  • Mathematical operators, such as + (for addition) and * (for multiplication)

Example:

  • =A1+A2 Adds the values in cells A1 and A2.
  • Values or text Example:
  • =200*0.5 Multiplies 200 times 0.15. This formula uses only values, and it always returns the same result as 100.
  • Cell references (including named cells and ranges) Example:
  • =A1=C12 Compares cell A1 with cell C12. If the cells are identical, the formula returns TRUE; otherwise, it returns FALSE.
  • Worksheet functions (such as SUM or AVERAGE) Example:
  • =SUM (A1:A12) Adds the values in the range A1:A12.

Creating Formula

You need to type in the Formula Bar to build a formula. The ‘=’ sign starts the formula. You can either type in the cell addresses or point to them in the worksheet while manually creating formulas. Providing cell addresses for formulas using the Pointing method is also a simpler and more efficient method of formula creation. When using built-in functions, you define the function’s arguments in the Function Arguments dialog box by clicking or dragging through the cell set you want to use. Take a look at the image below.

Formula bar in Excel 2010

When you finish entering a formula, Excel calculates the answer, which is then shown within the worksheet cell (the contents of the formula, however, continue to be visible on the Formula bar anytime the cell is active). If you make a formula error that prevents Excel from calculating the formula at all, Excel shows an Alert dialog box with instructions on how to correct the problem.

We’ll be covering the following topics in this tutorial:

  • Copying Formulas in MS Excel 
  • Cell References in Formulas    

Copying Formulas in MS Excel 

In a spreadsheet that is largely based on formulas, copying formulas is one of the most common tasks. When a formula uses cell references instead of constant values, Excel makes copying an original formula to any position where a similar formula is needed much easier.

Relative Cell Addresses    

MS Excel takes care of it for you, changing the cell references in the original formula to match the location of the copies you produce. This is accomplished using a method known as relative cell addresses, in which the column references in the cell address in the formula adjust to their new column location, and the row references adjust to their new row position.

Let us use an example to demonstrate this. If we want the total of all the rows at the end, we’ll write a formula for the first column i.e. B. We want sum of the rows from 3 to 8 in the 9th row.

Drag to Copy Formula

After writing formula in the 9th row, we can drag it to remaining columns and the formula gets copied. After dragging we can see the formula in the remaining columns as below.

  • Column C : =SUM(C3:C8)
  • Column D : =SUM(D3:D8)
  • Column E : =SUM(E3:E8)
  • Column F : =SUM(F3:F8)
  • Column G : =SUM(G3:G8)

Copied Formula

Cell References in Formulas    

The majority of the formulas you write contain references to cells or ranges.

These references allow your formulas to interact with the data in certain cells or ranges in real time.

If the formula applies to cell C2 and you adjust the value in C2, the formula result automatically represents the new value. If you didn’t use references in the formulas, you’d have to adjust the values in the formulas themselves if you wanted to change them.

There are three types of references you may use in a formula when referencing a cell (or range): relative, absolute, and mixed references.

Relative Cell References

The cell references which change when copying a cell formula because they are offset from the current column and row. Excel generates relative cell references in formulas by default.

Formulas Relative ReferencesAbsolute Cell References

When you copy the formula, the row and column references do not shift because the reference is to the actual cell address. References in this study use two dollar signs to indicate the column letter and the row number (for example, $A$5)

Formulas Absolute References

Mixed Cell References

The reference row or column is relative and the other is absolute. Just one element of the address is absolute (e.g. $A5 or A$5).

Formulas Mixed References

You’ll also like:

  1. Working with Excel 2010
  2. Excel 2010 Components
  3. Zoom IN/OUT in Excel 2010
  4. Formatting Cells in Excel 2010
  5. Formatting Worksheets in Excel 2010
Next →
← Prev
Like/Subscribe us for latest updates     

About Dinesh Thakur
Dinesh ThakurDinesh Thakur holds an B.C.A, MCDBA, MCSD certifications. Dinesh authors the hugely popular Computer Notes blog. Where he writes how-to guides around Computer fundamental , computer software, Computer programming, and web apps.

Dinesh Thakur is a Freelance Writer who helps different clients from all over the globe. Dinesh has written over 500+ blogs, 30+ eBooks, and 10000+ Posts for all types of clients.


For any type of query or something that you think is missing, please feel free to Contact us.


Primary Sidebar

Excel 2010

Excel 2010 Tutorials

  • Excel - Started
  • Excel - Tour
  • Excel - BackStage View
  • Excel - Entering Values
  • Excel - Navigating Workbook
  • Excel - Save Workbook
  • Excel - Open/Close Worksheet
  • Excel - Managing Worksheet
  • Excel - Managing Data
  • Excel - Rows & Columns
  • Excel - Copy & Paste
  • Excel - Find & Replace
  • Excel - Spell Checker
  • Excel - Zoom In/Out
  • Excel - Paginated View
  • Excel - Insert Comments
  • Excel - Insert Text Box
  • Excel - Undo/Redo
  • Excel - Formatting Cells
  • Excel - Formatting Worksheets
  • Excel - Working with Formula
  • Excel - Quick Access Toolbar
  • Excel - Name Field
  • Excel - Formula Bar
  • Excel - Status Bar
  • Excel - Full Screen Mode
  • Excel - Grid and Indexing Fields
  • Excel - Preferences Window
  • Excel - Color Scheme

Ribbon Tab

  • Excel - Ribbon Tabs
  • Excel - Show and Hide Ribbon
  • Excel - Adding Ribbon Groups
  • Excel - Active Label of Ribbon Group
  • Excel - Customizing the Ribbon
  • Excel - Contextual Ribbon Tabs

Other Links

  • Excel - PDF Version

Footer

Basic Course

  • Computer Fundamental
  • Computer Networking
  • Operating System
  • Database System
  • Computer Graphics
  • Management System
  • Software Engineering
  • Digital Electronics
  • Electronic Commerce
  • Compiler Design
  • Troubleshooting

Programming

  • Java Programming
  • Structured Query (SQL)
  • C Programming
  • C++ Programming
  • Visual Basic
  • Data Structures
  • Struts 2
  • Java Servlet
  • C# Programming
  • Basic Terms
  • Interviews

World Wide Web

  • Internet
  • Java Script
  • HTML Language
  • Cascading Style Sheet
  • Java Server Pages
  • Wordpress
  • PHP
  • Python Tutorial
  • AngularJS
  • Troubleshooting

 About Us |  Contact Us |  FAQ

Dinesh Thakur is a Technology Columinist and founder of Computer Notes.

Copyright © 2025. All Rights Reserved.

APPLY FOR ONLINE JOB IN BIGGEST CRYPTO COMPANIES
APPLY NOW