G Guest Jun 7, 2007 #1 I do not wish to get a lower number when rounding to a miltpile of it. I need to combing the MROUND and ROUNDUP.
I do not wish to get a lower number when rounding to a miltpile of it. I need to combing the MROUND and ROUNDUP.
H Harlan Grove Jun 7, 2007 #2 gmac said: I do not wish to get a lower number when rounding to a miltpile of it. I need to combing the MROUND and ROUNDUP. Click to expand... Don't use MROUND. Instead of =MROUND(x,n) use =ROUNDUP(x/n,0)*n
gmac said: I do not wish to get a lower number when rounding to a miltpile of it. I need to combing the MROUND and ROUNDUP. Click to expand... Don't use MROUND. Instead of =MROUND(x,n) use =ROUNDUP(x/n,0)*n