Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Followed the help and used Day function to calculate the day of the week then
formatted as custom to ddd to show short day name. But sometimes it returns wrong day. e.g. 09/05/2009 (F68). Formulae G68 is =DAY(F68), returns Mon. Buts its actually Sat??? Any ideas Thanks Trevor |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Try this formula instead
=TEXT(F68,"ddd") If this post helps click Yes --------------- Jacob Skaria "Trevor Aiston" wrote: Followed the help and used Day function to calculate the day of the week then formatted as custom to ddd to show short day name. But sometimes it returns wrong day. e.g. 09/05/2009 (F68). Formulae G68 is =DAY(F68), returns Mon. Buts its actually Sat??? Any ideas Thanks Trevor |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Yep that worked. But tried =WEEKDAY(F68) and that worked too, retaining the
cell as a serial number. But thanks for your help Trev "Jacob Skaria" wrote: Try this formula instead =TEXT(F68,"ddd") If this post helps click Yes --------------- Jacob Skaria "Trevor Aiston" wrote: Followed the help and used Day function to calculate the day of the week then formatted as custom to ddd to show short day name. But sometimes it returns wrong day. e.g. 09/05/2009 (F68). Formulae G68 is =DAY(F68), returns Mon. Buts its actually Sat??? Any ideas Thanks Trevor |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Forgot to mention...DAY() returns the day of a date, represented by a serial
number. The day is given as an integer ranging from 1 to 31.... Try with a date 09/25/2009 WEEKDAY() returns the day of the week If this post helps click Yes --------------- Jacob Skaria "Trevor Aiston" wrote: Yep that worked. But tried =WEEKDAY(F68) and that worked too, retaining the cell as a serial number. But thanks for your help Trev "Jacob Skaria" wrote: Try this formula instead =TEXT(F68,"ddd") If this post helps click Yes --------------- Jacob Skaria "Trevor Aiston" wrote: Followed the help and used Day function to calculate the day of the week then formatted as custom to ddd to show short day name. But sometimes it returns wrong day. e.g. 09/05/2009 (F68). Formulae G68 is =DAY(F68), returns Mon. Buts its actually Sat??? Any ideas Thanks Trevor |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
You'd better look at help for the DAY function again. It doesn't give day
of the week, it gives 1 to 31, in other words day of the month. If you want a number for day of the week, look at help for the WEEKDAY function. If you want to display the date in ddd format, just use that format on your original date, or on a cell which merely copies it, e.g. =F68. If you want it as text, use =TEXT(F68,"ddd") -- David Biddulph "Trevor Aiston" wrote in message ... Followed the help and used Day function to calculate the day of the week then formatted as custom to ddd to show short day name. But sometimes it returns wrong day. e.g. 09/05/2009 (F68). Formulae G68 is =DAY(F68), returns Mon. Buts its actually Sat??? Any ideas Thanks Trevor |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Convert regular Date to Week Ending or Week Beginning Dates | Excel Discussion (Misc queries) | |||
Display "this week" column headers w/date & day of week? | Excel Worksheet Functions | |||
Date showing incorrect. 30:00 hrs showing 06:00 | Excel Discussion (Misc queries) | |||
Date Function formula that will return the date of a specific week | Excel Worksheet Functions | |||
I need week number in excell from a date, first week must be mini. | Excel Discussion (Misc queries) |