Introduction To Excel
Introduction To Excel
EXCEL
INTRODUCTION
Formulas can also include a combination of cell references and numbers, as in the
examples below:
Operators are not always arithmetic, they can also be comparison, text concatenation,
and reference operators. Comparison includes greater than, lesser than, greater than or
equal to, and lesser than or equal to. To connect two values into one value, a text
concatenation (the “and” sign i.e. “&”) is used.
An example of this would be "=D2+F2" which is row 2 to row 3 which will equal
"D3+F3". It is also important to note that a user can reference both the same sheet and
other sheets in a book using this concept.