Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have an excel function that displays the date of an event as a the
numbered week of the year (1,2,29, etc). The clients want to display all dates between July 29, 2007 and August 3, 2007 using the phrase "Week of July 29, 2007." Of course I need this function to work for the whole year. I have the week number, how can I convert that into the date of the first monday in the week. The function looks like: =TRUNC(((A7-DATE(YEAR(A7),1,1))/7))+1+IF(WEEKDAY(DATE(YEAR(A7), 1,1))WEEKDAY(A7),1,0) thanks! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Help displaying "Maximum" or "Minimum" if cell is max or min in a group? | Excel Discussion (Misc queries) | |||
Excel 2007 - no "week" period available for chart formatting | Charts and Charting in Excel | |||
Display "this week" column headers w/date & day of week? | Excel Worksheet Functions | |||
Display "week of July 29" in Excel | Excel Programming | |||
"As of" & "July 31, 2005" | Excel Programming |