Hi, I have a program I'm writing that requires one formula to result in a 4 place decimal to be assigned to a variable, which goes into another formula that requires a 6 place decimal answer. However, in the first formula, the answer needs to be truncated at 4 places without rounding. just chopped off. Is this possible?
Thanks.