The use of "$" in a formula is called Absolute Cell Reference and is a viable entry in a formula. An absolute cell reference will not change when you copy it whereas a Relative Cell Reference will change when copied. To understand this:
• In cell B1, put this formula: =$A$1
• In cell B2, put this formula: =A2
• Copy the range B1:B2 to H1:H2. You will not that the formula in H1 reads =$A$1, it hasn't changed the cell it's referencing. The formula in H2 reads =G2, the cell it's referencing has changed.
Does this help you out?