Asm 24737
Asm 24737
Parts of a Formula:
1. Equal Sign (=): Every formula in Excel starts with an equal sign to indicate
that what follows is a formula and not a simple text or number.
o Example: =A1 + B1
2. Operands: These are the data values or references that the formula works with.
They can be:
o Cell references: References to the cells that contain the values for the
formula (e.g., A1, B2).
e. Write the examples of mixed reference, relative reference and absolute reference.
Ans. Here are examples of the three types of cell references used in Excel:
1. Mixed Reference:
A mixed reference locks either the row or the column, but not both.
• Example: =$A1 or A$1
o In =$A1, the column A is locked (absolute), while the row 1 is relative. If
you copy this formula across rows, the row number will change, but the
column will remain fixed at A.
o In =A$1, the row 1 is locked (absolute), while the column A is relative. If
you copy this formula across columns, the column will change, but the
row will stay fixed at 1.
2. Relative Reference:
A relative reference adjusts based on where the formula is copied. Both the row and
column are relative.
• Example: =A1
If you copy this formula to another cell, both the column and row will change relative
to their new positions. For example, if you copy =A1 from cell B2 to C3, it will
automatically adjust to =B2.
3. Absolute Reference:
An absolute reference locks both the column and the row, so it doesn't change when
copied.
• Example: =$A$1
If you copy this formula to any other cell, it will always refer to cell A1, because both
the column and row are locked with dollar signs ($).
***************************************************************