Challenge - 5 Problems
Paste Special Master
Get all challenges correct to earn this badge!
Test your skills under time pressure!
📊 Formula Result
intermediate2:00remaining
What happens when you use Paste Special > Values only?
You copy a cell with the formula
=A1+B1 and then use Paste Special > Values only into another cell. What will the pasted cell contain?Attempts:
2 left
💡 Hint
Paste Special > Values only copies just the displayed result, not the formula.
✗ Incorrect
Using Paste Special > Values only copies the calculated result as a fixed number, not the formula itself. This means the pasted cell will not change if the original cells change.
❓ Function Choice
intermediate2:00remaining
Which Paste Special option keeps the original cell formatting but pastes only the values?
You want to paste data so that only the values are pasted but the destination cell's formatting stays unchanged. Which Paste Special option should you use?
Attempts:
2 left
💡 Hint
Think about which option pastes only the numbers without changing formatting.
✗ Incorrect
Paste Special > Values only pastes just the values and leaves the destination cell's formatting unchanged.
🎯 Scenario
advanced2:00remaining
You want to multiply a range of numbers by 10 using Paste Special. What steps do you take?
You have numbers in cells A1:A5. You want to multiply all these numbers by 10 using Paste Special without writing formulas. Which sequence of actions will achieve this?
Attempts:
2 left
💡 Hint
Paste Special can perform math operations like multiply on selected cells.
✗ Incorrect
Paste Special > Multiply multiplies the selected cells by the copied number. This is a quick way to scale numbers without formulas.
📊 Formula Result
advanced2:00remaining
What is the result of Paste Special > Transpose on a 2x3 range?
You have data in cells A1:C2 (2 rows, 3 columns). You copy this range and use Paste Special > Transpose into another location. What will be the shape of the pasted data?
Attempts:
2 left
💡 Hint
Transpose swaps rows and columns.
✗ Incorrect
Paste Special > Transpose flips the data so rows become columns and columns become rows. A 2x3 range becomes 3x2.
❓ data_analysis
expert2:00remaining
After using Paste Special > Formulas only, what happens if the original referenced cells change?
You copy a cell with formula
=SUM(A1:A3) and use Paste Special > Formulas only into another cell. Later, you change values in A1:A3. What happens to the pasted cell?Attempts:
2 left
💡 Hint
Formulas keep their references and update when source data changes.
✗ Incorrect
Paste Special > Formulas only pastes the formula itself, so it recalculates when referenced cells change.