Table of Contents
ToggleExcel ROUND Function (Example + Video)
ROUND फ़ंक्शन का उपयोग तब किया जा सकता है जब आप किसी निर्दिष्ट संख्या में अंकों तक पूर्णांक बनाई गई संख्या लौटाना चाहते हैं….
Syntax
=ROUND(number, num_diguts).
Formula | Result | Commentary |
=ROUND(500.51,1) | 500.5 | Rounds to 1 decimal place |
=ROUND(500.55,1) | 500.6 | Rounds to 1 decimal place |
=ROUND(500.55,0) | 501 | Rounds to 0 decimal place |
=ROUND(500.55,-1) | 500 | Rounds to -1 decimal place |
=ROUND(500.55,-3) | 1000 | Rounds to -3 decimal place |