Learn with Yasir
Home
Python
Web Development
Excel
Connect with me:
Youtube
|
LinkedIn
|
WhatsApp Channel
|
Facebook
|
Instagram
|
Share Your Feedback
Exercise:
Rounding
In cell A1, enter a decimal number, e.g., 7.85.
In cell B1, round the number to the nearest whole number using the formula =ROUND(A1, 0).
In cell B2, round the number to one decimal place using the formula =ROUND(A1, 1).