calender for spreadsheet

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

Guest

hi all

I have a table in excel that i use on a regular but varied basis. It is date
specific. 20 columns show the day and date. rather than have to type each how
can i set up function that I just type first day/date and it auto fills rest

cheers ant
 
=A1+1 etc.

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)
 
yes thanks simple tried it first and had error but realise did not format
properly

cheers
 
Anthony said:
hi all

I have a table in excel that i use on a regular but varied basis. It is date
specific. 20 columns show the day and date. rather than have to type each how
can i set up function that I just type first day/date and it auto fills rest

cheers ant

Hi Anthony,

Something along the same lines of Bob is to use the WORKDAY():

=WORKDAY(A1,1)

and copy out along the columns.

Then you can format the cells:

Right click -> Format Cells -> Custom and write: "dddd, dd-mm-yyyy"

Or something like that depending on what date format you are using.

Regards,
Bondi
 

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