tau zi Posted January 13, 2011 Share 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? Link to comment Share on other sites More sharing options...
comment Posted January 14, 2011 Share Posted January 14, 2011 Try = Width / 254 * Length / ( .65 * 144 ) or = Width * Length / 23774.4 This is assuming that Length is already in inches. Link to comment Share on other sites More sharing options...
Recommended Posts
This topic is 4399 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