make labels in excel

M

Matthew Louden

I want to make labels in the following format using Excel. What I did was
type the first row number (e.g. Full 0051) and then drag the mouse so that
the number will be increasing. But I have to do it in every column, that is
tedious work. Anyone knows faster way to do that? Also, how can I change the
size of each cell consistency?

Full 0001 Full 0051 ... Full 1951
Full 0002 Full 0052
.... ...
Fulll 0050 Full 0100... Full 2000

Thanks!
 
D

Dave Peterson

I'd use a formula. Put this in A1 and copy down and to the right:

="Full " & TEXT((COLUMN()-1)*50+ROW(),"0000")
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top