<p>You can name cells. This is done by clicking the Name Box (that thing next to the formula bar which says “A1” for example) and typing a name, such as, “myvar”. Now you can use that name instead of the cell reference:</p>
<pre><code class="lang-auto">= myvar*25
</code></pre>