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

bookControlling References and Formula Results

Swipe um das Menü anzuzeigen

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

Wählen Sie die richtige Antwort aus

War alles klar?

Wie können wir es verbessern?

Danke für Ihr Feedback!

Abschnitt 3. Kapitel 2

Fragen Sie AI

expand

Fragen Sie AI

ChatGPT

Fragen Sie alles oder probieren Sie eine der vorgeschlagenen Fragen, um unser Gespräch zu beginnen

Abschnitt 3. Kapitel 2
some-alt