Yes. Look up the Round function in Help.
Round(22 / 7, 4) = 3.1429
Round(22 / 7, 10) = 3.1428571429
If you use Round with no numdecimalplaces, just the integer is returned:
Round(22 / 7) = 3
Yes. Look up the Round function in Help.
Round(22 / 7, 4) = 3.1429
Round(22 / 7, 10) = 3.1428571429
If you use Round with no numdecimalplaces, just the integer is returned:
Round(22 / 7) = 3