I need to make a list with all the days of the year in it. It is very
cumbersome to enter every day manually. Is there a way to do it
automatically? Thank you!

RE: automatically show date day by day by GarysStudent

GarysStudent
Sat Mar 15 06:01:00 CDT 2008

In A1 enter:
1/1/2008
In A2 enter:
=A1+1 and copy down
--
Gary''s Student - gsnu200773

RE: automatically show date day by day by MikeH

MikeH
Sat Mar 15 06:58:01 CDT 2008

Or for workdays only try this with a start date in A1

=WORKDAY(A1,1)

and if you look in help you'll find how to exclude holidays too

Mike

"Bruno" wrote:

> I need to make a list with all the days of the year in it. It is very
> cumbersome to enter every day manually. Is there a way to do it
> automatically? Thank you!

RE: automatically show date day by day by HelpFrom

HelpFrom
Sat Mar 15 08:48:01 CDT 2008

Guess Bruno forgot to mention he was only interested in workdays? grrrr...?

"Gary''s Student" wrote:

> In A1 enter:
> 1/1/2008
> In A2 enter:
> =A1+1 and copy down
> --
> Gary''s Student - gsnu200773

RE: automatically show date day by day by GarysStudent

GarysStudent
Sat Mar 15 09:40:00 CDT 2008

"a list with all the days of the year in it"
--
Gary''s Student - gsnu200773


"JLatham" wrote:

> Guess Bruno forgot to mention he was only interested in workdays? grrrr...?
>
> "Gary''s Student" wrote:
>
> > In A1 enter:
> > 1/1/2008
> > In A2 enter:
> > =A1+1 and copy down
> > --
> > Gary''s Student - gsnu200773

RE: automatically show date day by day by HelpFrom

HelpFrom
Sat Mar 15 10:32:00 CDT 2008

That's pretty much what I read also, and would have provided much the same
answer. We can't hit 'm all dead center every time.

"Gary''s Student" wrote:

> "a list with all the days of the year in it"
> --
> Gary''s Student - gsnu200773
>
>
> "JLatham" wrote:
>
> > Guess Bruno forgot to mention he was only interested in workdays? grrrr...?
> >
> > "Gary''s Student" wrote:
> >
> > > In A1 enter:
> > > 1/1/2008
> > > In A2 enter:
> > > =A1+1 and copy down
> > > --
> > > Gary''s Student - gsnu200773