Thread
:
How do I get MROUND to only round up to the next multiple.
View Single Post
#
4
ergeg
Junior Member
Posts: 1
=IF(MROUND(A1,x)<=A1,MROUND(A1,x)+x,MROUND(A1,x))
Will round A1 UP to the next number divisible by x.
Reply With Quote
ergeg
View Public Profile
Send a private message to ergeg
Find all posts by ergeg