The shelf label is in inches, the supplier cut sheet is in millimeters, and the install guide quotes centimeters. You do not need another sticky note with "2.54" on it—you need a order of operations so nobody rounds twice before the part is ordered.
Write the authoritative number first
Choose which document wins when units disagree—usually the drawing that triggers payment or the CNC file. Copy that value exactly into your worksheet before any conversion. Converting a value that was already rounded for marketing ("about 24 inches") is how orders end up 6 mm short.
Example: a European desk depth listed as 60 cm. Your U.S. bracket spec wants inches. Keep 60 cm as the source, convert once to 23.622047 inches, then decide display precision (23.62 in for the cut list, 23⅝ in for the carpenter talk track).
Convert once, round once
Store full precision in the spreadsheet column; round only in the column humans read. If you round centimeters to one decimal, then convert to inches, then round again, tolerances stack against you on multiple pieces.
For ten shelf units, a 0.1 cm early round per width can turn into a cumulative gap visible against a wall track. Batch convert from the same source column with a Length Converter and lock the output column format.
Mixed-spec red flags
Watch for thread counts and drill sizes listed in metric shanks with inch wrenches, plywood labeled in mm thickness sold as "3/4 inch" nominal, and screen diagonals in cm while VESA mounts are in mm. When two "standard" sizes are close but not equal (25 mm vs 1 inch), call out the delta explicitly in the purchase order.
Field verification without re-math
Measure once in the unit on the tape you trust, then convert that reading—not the remembered nominal. Temperature and wear matter on steel tapes; digital calipers in mm are often the tie-breaker on disputed parts.
Keep a two-line note in the ticket: "source 60.0 cm → 23.62 in display, cut as 23.625 unless shop rounds down." Future you will know which way the shop actually behaves.
Software and hardware on one BOM
Mechanical CAD in mm, PCB mounting holes in mils, and the enclosure sold in inches is normal. Export a BOM column "length_mm_master" and derive inch and mil columns from it. Firmware teams should not retype hole spacing from PDFs—pull from the same master the machine shop uses.
QA sampling compares caliper readings to the master column, not to the marketing inch callout on the retail box. When a failure appears, trace which conversion step introduced drift.
Team handoff without unit arguments
Put the authoritative value and unit in the ticket title: "Depth 60.0 cm (source: drawing A2)." Installers in the U.S. see the converted inch cut list in the description, not a debate in the comments. Photograph the tape reading if the site differs from drawing—attach the photo, convert the photo reading, do not average with the drawing unless engineering approves.
Retail buyers comparing EU and U.S. online listings should convert the same SKU once per size, write results in a notebook column, and only then sort by "fits my opening." Otherwise 60 cm and 24 in look interchangeable until the return label prints.
Tolerance stacks on repeated parts
Ten brackets at 23.62 in each sound safe until the rail wants 236.2 in total and the wall is 235.5 in. Stack tolerances by adding realistic gaps per joint, not by multiplying a rounded single-piece number in your head. When precision matters, ask for ± tolerance on the drawing and convert those bounds too—min and max, not just nominal.
Document the conversion factor used in the project wiki once—2.54 cm per inch for length—so contractors do not paste conflicting constants from random blogs. Consistency beats remembered precision.
Frequently Asked Questions
Is 2.54 cm per inch exact enough?
For layout and procurement, yes. Precision machining may need additional standards; everyday building and furniture work lives on the 2.54 definition.
When should I use fractions instead of decimals?
Use fractions when the trade partner thinks in them (woodworking, U.S. construction). Keep decimals in the master column and format a second column for presentation.
Can I convert inches to cm the same way?
Same workflow: authoritative inch value once, convert once, round once. Do not start from a rounded cm label on a retail box if the install manual lists inches.
What if two converted values differ by 1 mm?
Trust the payment-driving document. Note the alternate for awareness, but do not average unless engineering approves.
How do I audit a supplier's cm label?
Convert their cm to inches and compare to their inch marketing line. If they disagree after one clean conversion, ask which number is controlled.
For area derived from length, convert length first, then use an Area Converter—never convert area units by guessing a length factor.