Work out sticker sheet layout instantly with clear inputs, formula shown and shareable results.
Each sticker occupies its own size plus one gap, so the column count is the sheet dimension plus one gap divided by the sticker pitch, rounded down. Adding one gap to the numerator is what accounts for the last column needing no trailing gap, which changes the count on tightly packed sheets.
Columns
columns = floor((sheet width + gap) / (sticker width + gap))
Total
stickers = columns x rows
columns = floor((sheet width + gap) / (sticker width + gap)). Each sticker occupies its own size plus one gap, so the column count is the sheet dimension plus one gap divided by the sticker pitch, rounded down.
Adding one gap to the numerator is what accounts for the last column needing no trailing gap, which changes the count on tightly packed sheets.
Enter sheet width, sheet height, sticker width, gap between stickers. The defaults shown are a realistic worked example — swap in your own figures to get a result you can use.