Simple question on formating CELL

Copper Contributor

i CAN NOT REMEMEBR HOW TO DO THIS.

i NEED TO REPEAT REFERENCE TO ONE OR 2 PARTICULAR CELLS AS I GO DOWN THE COLUMN.

WHAT IS THE THE FORMAT TRICK TO DO THIS?

 

ie -

        =a1+c5+e7

        =a2+c5+e7

im REPEATING THE REFERENCE TO CELL C5 AND E7. ROW BY ROW. SO WHAT THE FORMAT TRICK???

1 Reply

@Wheelman666 Not formatting, I guess. Absolute references, perhaps.

 =A1+C$5+E$7

Copy this formula down and A1 becomes A2, A3 etc., but C5 and E7 remain "frozen" due to adding dollar sign to the row reference.

Adding a dollar sign before the column reference will freeze the column. This would be needed if you want to copy the formula horizontally so that A1 becomes B2, B3 etc.

Having the dollar sign in both places, will freeze the reference in both directions.