Consecutive numbers

  • Thread starter Thread starter JamesChamp
  • Start date Start date
J

JamesChamp

Can someone tell me, is there an easy way to fill down the first colum
with consecutive numbers?

Thanks
Jame
 
James

Sure, enter 1 in A1 and 2 in A2 and then select both cells and drag the
'fill handle' (The small square in the bottom right of the selected cells)
as far as you want. This will increment the numbers...does the same for
dates, days of weeks or even numbers t the end of words, e.g. test1, test2,
etc

--
HTH
Nick Hodge
Microsoft MVP - Excel
Southampton, England
www.nickhodge.co.uk
(e-mail address removed)
 
Put this in the top cell:

="www.address.com/ab." & text(row(a1),"000") & ".htm"

Drag down (and convert to values--so that when you insert/delete rows, your
addresses don't change.
 

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

Back
Top