Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
I am trying to get the end user to enter the year in question and then have
the document return values in column A in dd/mmm/yyyy format and column B in Day of week format for all days in that year |
#2
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
You would just use something like
=DATE(2006,1,ROW()) copied down, but I am not clear where the year number is stored, and when the flip to column B happens. -- HTH Bob Phillips (replace somewhere in email address with gmail if mailing direct) "RADIOOZ" wrote in message ... I am trying to get the end user to enter the year in question and then have the document return values in column A in dd/mmm/yyyy format and column B in Day of week format for all days in that year |
#3
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
Hi Radiooz,
Assuming that you have the year on A1, on A2 you can use the formula =Date(a1,1,1) and it will return 01/Jan/aaaa. on A3 the formula could be =A2+1 on A4 the formula could be =A3+1 etc... Just format it as your convenience for the B Column, =weekday(a2). format it as "ddd" for Sun or "dddd" for Sunday. hope it heps. regards from Brazil Marcelo "RADIOOZ" escreveu: I am trying to get the end user to enter the year in question and then have the document return values in column A in dd/mmm/yyyy format and column B in Day of week format for all days in that year |
#4
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
Thanks Marcelo
just what I wanted "Marcelo" wrote: Hi Radiooz, Assuming that you have the year on A1, on A2 you can use the formula =Date(a1,1,1) and it will return 01/Jan/aaaa. on A3 the formula could be =A2+1 on A4 the formula could be =A3+1 etc... Just format it as your convenience for the B Column, =weekday(a2). format it as "ddd" for Sun or "dddd" for Sunday. hope it heps. regards from Brazil Marcelo "RADIOOZ" escreveu: I am trying to get the end user to enter the year in question and then have the document return values in column A in dd/mmm/yyyy format and column B in Day of week format for all days in that year |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
user form question: text box to display result | Excel Discussion (Misc queries) | |||
user form question: text box to display result | Excel Worksheet Functions | |||
Cells User Select Locked after upgrade to Excel 2002 | Excel Discussion (Misc queries) | |||
Finding a record based on user input | Excel Discussion (Misc queries) | |||
Month Year Date Format | Excel Worksheet Functions |