Automatic incrementing

M

Marvin Bordelon

I am using Office 2002. I would like to make the first column of a
spreadsheet ,a date field, automatically increment to the next date on each
row. Any ideas how I can do this?
 
D

Dave Peterson

Put the date in A1 and put
=A1+1
in A2

And drag down.

You could even hide it until you put something in column B.

=if(b2="","",a1+1)
 

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