How do I create a list of sequential numbers using Excel or Acces.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am trying to generate a list of numbers, incrementally increased to my
specifications. I absolutely hate the idea of having to do these
myself....is there a way to have Excel or Access generate this list for me?
 
There are all kinds of ways of doing this, but what are your
specifications, and restrictions.

Increment by one
insert a 1 into cell A1 or a formula =ROW() into cell A1

place 1 into cell A1, drag down with right mouse button, fill series

place =ROW() * 5 - 1 into cell A1
drag down with mouse, or
drag down with right mouse button, fill values (still be formulas)

If you have a value to the left, or if none then cells with values on the right,
you can double click to fill-down, more information on
use of the fill handle in
http://www.mvps.org/dmcritchie/excel/fillhand.htm

Then, of course, if you know what you want and where you want it
you could do it in a macro.

HTH,
David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001]
My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm
Search Page: http://www.mvps.org/dmcritchie/excel/search.htm
 

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