Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Lære Controlling References and Formula Results | Calculating Data Like a Pro
A Fun Way to Excel

bookControlling References and Formula Results

Sveip for å vise menyen

When you drag a formula down, Excel helpfully adjusts every cell reference by one row. Most of the time that's exactly what you want — the formula for row 10 should reference row 10's data. But some references should never move: a tax rate stored in a single cell, an exchange rate, a fixed threshold. Without dollar signs, dragging breaks those references silently.

Note
Note

If =D9*G1 is dragged down, row 10 becomes =D10*G2, row 11 becomes =D11*G3, and so on. G2 and G3 are empty — so every tax calculation returns zero. No error message. Just wrong numbers that look plausible.

Cell References

Select any cell reference inside a formula in the formula bar and press F4 to cycle through all four reference types automatically.

Paste Special

Sometimes you need to freeze calculated results — send a snapshot to a colleague, prevent recalculation, or break a circular dependency. Paste Values strips the formula and keeps only the number the formula produced.

  • Use Ctrl+Alt+V shortcut to past only values;
  • Copy the cells → right-click the destination → choose Paste SpecialValues;
  • The Paste Special menu offers more than values — you can paste only formats, only formulas, transpose rows to columns, or paste as a linked picture. All accessible from Home → Paste → Paste Special.
carousel-imgcarousel-img

Pulling Data from Another Sheet

When a value is used across multiple sheets — a tax rate, a year, a company name — storing it once in a dedicated sheet and referencing it everywhere is far cleaner than duplicating it. If the value changes, you update it in one place and every formula updates automatically.

=D9*'Tax rate'!$A$2

The ! (exclamation mark) separates the sheet name from the cell address. Excel writes this automatically when you click a cell on another sheet while entering a formula — you never need to type it manually.

question mark

Hi

Velg det helt riktige svaret

Alt var klart?

Hvordan kan vi forbedre det?

Takk for tilbakemeldingene dine!

Seksjon 3. Kapittel 2

Spør AI

expand

Spør AI

ChatGPT

Spør om hva du vil, eller prøv ett av de foreslåtte spørsmålene for å starte chatten vår

Seksjon 3. Kapittel 2
some-alt