Excel glossary

What is a Cell Reference

A cell reference in Excel refers to the value of a different cell or cell range on the current worksheet or a different worksheet within the spreadsheet. A cell reference can be used as a variable in a formula.

A simple reference

The simplest cell reference appears as a simple mention of the referred cell after an equal sign. For example (=C5) refers to the value within cell C5. It means that the value of the current cell is equal to the value of C5.

Example of a simple cell reference // PerfectXL

Reference to a Cell Range

The notation (=A1:C6) refers to cell range A1 through C6. Independently it doesn’t mean anything and Excel will return standard error #VALUE! You can find more information about standard Excel errors in our Excel Guideline for Professionals: Don’t Neglect Excel Errors!

Reference to a cell range // Standard Excel error // PerfectXL

Cell Reference in a Function

But when the reference to a range is used in a function, the magic happens. For example =SUM(A1:C6) will return the total value of the cell range A1 through C6 and =AVERAGE(A1:C6) returns the average of this cell range.

Reference to a cell range in a function in Excel // PerfectXL

Calculating the AVERAGE value of a cell range in Excel // PerfectXL

Cell References and Range Issues

Larger Excel files are usually stuffed with formulas based on cell ranges. When spreadsheets are edited or expanded over time, different types of range issues may occur. These issues are usually hard to detect, but they can be very risky! We’ve seen big numbers and large sums of money ‘disappear’ because of range issues.

Certain risks concerning cell references in spreadsheets occur frequently. Like references to empty cells, references to merged cells (it is not obvious how to correctly refer to the merged cells) or when a referred cell range is expected to be longer or shorter, because the actual table in the spreadsheet is. PerfectXL detects these risks and provides the user with suggestions to fix the problem.