Can someone help me to see if i'm doing this the correct? See attached file
I have an attribute that reads 2 separate numbers form another attribute. How do i get this to round to the nearest 1/16"?
This should be rounding to 23.1875
john.vellek has embedded your image(s) for clarity
Solved! Go to Solution.
Solved by TheCADnoob. Go to Solution.
if you want your end result to be rounded to the nearest 16 you have to round BOTH your subtraction values to the nearest 16
(ROUND(23.6813/(1/16))*1/16)-(ROUND(.5040/(1/16))*1/16) = 23.1875
CADnoob
Can't find what you're looking for? Ask the community or share your knowledge.