As per ExcelJET:
I am looking to round a value to the multiple of 5.
Does anyone know? Thanks!
Solved! Go to Solution.
Hey @caltang, you'd just use the Round() function. Round(x, mult) where 'mult' is the multiple, in your case 5:
Round([Number], 5)
Silly me! I somehow forgot that existed ahha! Thanks @DataNath !