0
0
Excelspreadsheet~20 mins

Entering and editing data in Excel - Practice Problems & Coding Challenges

Choose your learning style9 modes available
Challenge - 5 Problems
🎖️
Data Entry Master
Get all challenges correct to earn this badge!
Test your skills under time pressure!
📊 Formula Result
intermediate
1:30remaining
What is the result of this formula after editing the cell?
You have entered the formula =A1+B1 in cell C1. Cell A1 contains 5 and cell B1 contains 3. You then edit cell B1 and change its value to 7. What is the new value displayed in cell C1?
A12
B8
C5
D7
Attempts:
2 left
💡 Hint

Remember that formulas update automatically when referenced cells change.

Function Choice
intermediate
1:30remaining
Which function helps to quickly fill a series of numbers when editing data?
You want to enter numbers 1 to 10 in a column quickly without typing each number. Which Excel feature or function should you use?
ASUM function
BData Validation
CVLOOKUP function
DAutoFill by dragging the fill handle
Attempts:
2 left
💡 Hint

Think about dragging the small square at the corner of a selected cell.

🎯 Scenario
advanced
1:30remaining
You accidentally overwrite data in a cell. How can you undo this change?
You typed new data in cell D5 but realize it was a mistake and want to restore the original content. What is the quickest way to undo the change?
APress Ctrl + Z (Undo)
BDelete the cell content manually
CClose Excel without saving
DCopy data from another cell
Attempts:
2 left
💡 Hint

Think about the universal shortcut for undoing actions.

data_analysis
advanced
1:30remaining
How many cells contain data after these edits?
You start with an empty worksheet. You enter data in cells A1, B1, and C1. Then you delete the content in B1. How many cells contain data now?
A0
B2
C1
D3
Attempts:
2 left
💡 Hint

Deleting content removes data from that cell.

📊 Formula Result
expert
2:00remaining
What is the displayed value after entering this formula with mixed data?
Cell A1 contains the text '10', cell B1 contains the number 5. You enter the formula =A1+B1 in cell C1. What is the result shown in C1?
A105
B10
C15
D#VALUE!
Attempts:
2 left
💡 Hint

Excel tries to convert text to numbers when possible in formulas.