tau zi Posted January 13, 2011 Posted January 13, 2011 I am trying to calculate the yield for my items. The calculation is (Width x Length of belt)/.65)/144 My problem is that when i receive an order the width is in millimeters for example (37mm) but for my calculation i need it to be in Inches (for example 3.7 centimeters) how do i set up a calculation which will always convert the width from millimeters into inches and then carry out the remaining calculation?
comment Posted January 14, 2011 Posted January 14, 2011 Try = Width / 254 * Length / ( .65 * 144 ) or = Width * Length / 23774.4 This is assuming that Length is already in inches.
Recommended Posts
This topic is 5120 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now