A formula in Excel is an expression to calculate values. It includes values, cell references, names, functions, or operators. Using a formula in a cell produces a new value. A formula always begins with an equal sign (=). For example, to add the values in B3 and C3 cells, and display the added value in D3 cell, the following formula should be inserted in the D3 cell:
=B3+C3