I am doing a drawing and when I divide the measurement say 10/ 3, I get a decimal of 3.33.
I need to convert that to the nearest 1/16 of an inch. I would like to round up or down to the nearest 1/16.
I am doing a drawing and when I divide the measurement say 10/ 3, I get a decimal of 3.33.
I need to convert that to the nearest 1/16 of an inch. I would like to round up or down to the nearest 1/16.
Doesn't the formatting "fraction 1/16th" work ?
I think people forget the word "THANK YOU!!!!" Do you still know it???
There is a little star ( ADD REPUTATION ) below those person who helped you. Click it to say your "PRIVATE APPRECIATION TO THEIR EFFORT ON THEIR CONTRIBUTIONS "
Regards,
Vladimir
vlady is correct you can use fraction formatting to achieve this. You can play with formatting such as: # ??/16"s" to add a plural "s" at the end.
Or if you want to use a formula (not sure why you would) but say the values are in A1 and A2 you could use:
With 10 in A1 and 3 in A2 the result of the formula would be "3" 5/16s"![]()
Please Login or Register to view this content.
=mround(yourFormula, 1/16) and format as # ?/??
Entia non sunt multiplicanda sine necessitate
=MRound worked ....Thanks
Based on your last post in this thread, its apparent that you are satisfied with the solution(s) you've received and have solved your question, but you haven't marked your thread as "SOLVED". I will do it for you this time.
In future, to mark your thread as Solved, you can do the following -
Select Thread Tools-> Mark thread as Solved.
Incase your issue is not solved, you can undo it as follows -
Select Thread Tools-> Mark thread as Unsolved.
Also, since you are relatively new to the forum, i would like to inform you that you can thank those who have helped you by clicking the small star icon located in the lower left corner of the post which helped you. This adds to the reputation of the person who has taken the time to help you.
If I have helped, Don't forget to add to my reputation (click on the star below the post)
Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)
Use code tags when posting your VBA code: [code] Your code here [/code]
Nice! Thank you.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks