Challenge - 5 Problems
Keyboard Shortcut Master
Get all challenges correct to earn this badge!
Test your skills under time pressure!
🎯 Scenario
intermediate1:30remaining
Using keyboard shortcuts to quickly insert the current date
You want to insert the current date into a cell in Google Sheets without typing it manually. Which keyboard shortcut will do this?
Attempts:
2 left
💡 Hint
Think about shortcuts that insert static dates rather than formulas.
✗ Incorrect
In Google Sheets, pressing Ctrl + ; inserts the current date as a fixed value. Other options do not perform this action.
📊 Formula Result
intermediate1:30remaining
Effect of keyboard shortcut on formula editing
You are editing a formula in a cell. Which keyboard shortcut will move the cursor to the beginning of the formula text?
Attempts:
2 left
💡 Hint
Think about keys that move the cursor within text.
✗ Incorrect
The Home key moves the cursor to the start of the formula text when editing a cell. Ctrl + Home moves to the start of the sheet, not the formula.
❓ Function Choice
advanced2:00remaining
Choosing the shortcut to quickly fill down a formula
You have a formula in cell A1 and want to copy it down to cells A2 through A10 using a keyboard shortcut. Which shortcut will do this?
Attempts:
2 left
💡 Hint
Think about shortcuts that fill down from the active cell.
✗ Incorrect
Ctrl + D fills the formula down from the active cell to the selected cells below. Ctrl + R fills right, and the others do not fill formulas.
❓ data_analysis
advanced2:00remaining
Identifying the shortcut to select an entire column
You want to select the entire column of the active cell quickly using the keyboard. Which shortcut will do this in Google Sheets?
Attempts:
2 left
💡 Hint
One shortcut selects the entire row, another the entire column.
✗ Incorrect
Ctrl + Space selects the entire column of the active cell. Shift + Space selects the entire row.
🧠 Conceptual
expert2:30remaining
Understanding shortcut conflicts on different operating systems
On a Mac, which keyboard shortcut inserts the current time as a static value in Google Sheets?
Attempts:
2 left
💡 Hint
The shortcut for current time differs from current date on Mac.
✗ Incorrect
On Mac, Cmd + Shift + ; inserts the current time as a static value. Cmd + ; inserts the current date.