Lets say I have one cell A0, which I want to keep constant in a calculation. For example, I want to calculate a value like this:
=(B0+4)/(A0)
How do I make it so that if I drag that cell to make a calculation across cells in many rows, only the B0 value changes, while A0 always references that cell, instead of going to A1, A2, etc.?