metric/us measurement conversion

T

treeconsult

I have wood density equipment that measures wood density
in fractions of millimeters.
Can I convert these data into US/Imperial measurements
within Excel?
 
P

Peo Sjoblom

If you have the Analysis ToolPak installed you can use this formula to get inches

=CONVERT(D1/1000,"m","in")
 
P

Paul

I have wood density equipment that measures wood density
in fractions of millimeters.
Can I convert these data into US/Imperial measurements
within Excel?

There are 25.4 millimetres in 1 inch. So, to convert millimetres to inches,
just divide by 25.4.
 
Top