Label Calculator

Calculate how many labels fit on a sheet, total sheets needed for your job, and cost per label based on dimensions and margins.

Labels Per Sheet
0
Columns x Rows
--
Sheets Needed
--
Cost per Label
--
Total Cost
--

Layout Details

Label Layout Formulas

Printable Width = Sheet Width - 2 x Margin

Columns = floor((Printable Width + H Gap) / (Label Width + H Gap))

Rows = floor((Printable Height + V Gap) / (Label Height + V Gap))

Labels/Sheet = Columns x Rows

Sheets = ceil(Total Labels / Labels per Sheet)

Related Calculators