0
0
Excelspreadsheet~5 mins

ROUND, ROUNDUP, ROUNDDOWN in Excel - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What does the ROUND function do in Excel?
The ROUND function rounds a number to a specified number of digits. It rounds up or down depending on the value of the next digit.
Click to reveal answer
beginner
How does ROUNDUP differ from ROUND in Excel?
ROUNDUP always rounds a number up, away from zero, regardless of the next digit.
Click to reveal answer
beginner
What is the behavior of ROUNDDOWN in Excel?
ROUNDDOWN always rounds a number down, towards zero, no matter what the next digit is.
Click to reveal answer
beginner
Write the formula to round the number in cell A1 to 2 decimal places using ROUND.
Use =ROUND(A1, 2) to round the number in A1 to 2 decimal places.
Click to reveal answer
beginner
If you want to round the number 3.14159 down to the nearest whole number, which function and formula would you use?
Use =ROUNDDOWN(3.14159, 0) to round down to the nearest whole number, which gives 3.
Click to reveal answer
What does =ROUND(2.678, 2) return?
A2.67
B3.00
C2.60
D2.68
Which function always rounds numbers up, no matter what?
AROUND
BROUNDDOWN
CROUNDUP
DINT
What is the result of =ROUNDDOWN(-3.7, 0)?
A-3
B-4
C-3.7
D-3.0
How would you round the number 123.456 to the nearest ten using ROUND?
A=ROUND(123.456, -1)
B=ROUND(123.456, 1)
C=ROUNDUP(123.456, 1)
D=ROUNDDOWN(123.456, 1)
What does =ROUNDUP(4.321, 1) return?
A4.3
B4.4
C4.0
D5.0
Explain the difference between ROUND, ROUNDUP, and ROUNDDOWN functions in Excel.
Think about how each function treats the digits after the rounding place.
You got /3 concepts.
    Describe how to round a number to the nearest hundred using the ROUND function.
    Digits argument controls decimal places or places to the left of decimal.
    You got /3 concepts.