Which function rounds a number to the nearest integer?

In Microsoft Excel, the ROUND() function is used to round a number to the nearest integer or to a specified number of decimal places. When you use ROUND(number, 0), it rounds the number to the nearest whole number (integer).
For example:


ROUND(4.6,... Read More

1 MS OFFICE MCQS

Which function rounds a number to the nearest integer?

  • ROUND()
  • INT()
  • FIX()
  • CUT()
Correct Answer: A. ROUND()

Detailed Explanation

In Microsoft Excel, the ROUND() function is used to round a number to the nearest integer or to a specified number of decimal places. When you use ROUND(number, 0), it rounds the number to the nearest whole number (integer).


For example:




  • ROUND(4.6, 0) returns 5




  • ROUND(4.3, 0) returns 4



Discussion

Thank you for your comment! Our admin will review it soon.
No comments yet. Be the first to comment!

Leave a Comment