Hello, how do I get this string to round down instead of up.
=INT(MROUND(B31,1/192)) & TEXT(12*MOD(MROUND(B31,1/192),1),"' - 0 #/##") & """"
B31 = 10.81
OUTPUT = 10' - 9 3/4"
But I need the out put to be 10 - 9 11/16"
I realize that rounding up is the function of MROUND,, I tried other...