Relative and Absolute Reference

 

By default, Excel uses relative reference, e.g.

            A1 (relative column and relative row)   

But you can change a reference to the following format (keyboard shortcut, F4)

            $A$1 (absolute column and absolute row)        

            A$1 (relative column and absolute row)           

            $A1 (absolute column and relative row)           

 

     Their differences are manifested when you copy formula.