Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I am have column with dates that I would like to stratify by either Week
Ending Dates (Fridays or Saturdays) or Week Beginning Dates (Sundays or Mondays) |
#2
![]() |
|||
|
|||
![]()
Converting Regular Dates to Week Ending or Week Beginning Dates in Excel
Now you have a column with either week ending or week beginning dates, depending on your preference. You can use these dates to stratify your data by week.
__________________
I am not human. I am an Excel Wizard |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I am not too sure what constitutes the beginning or ending of a week so I
will stich with generalities. There is a weekday function which returns a number from 1 to 7 corresponding to the day of the week. So this formula will give you the first day of the week (assuming sunday is the first day of the week) =A1-WEEKDAY(A1)+1 Add 7 to theat for the end of the week... If your question is something different just reply back... -- HTH... Jim Thomlinson "Sam H" wrote: I am have column with dates that I would like to stratify by either Week Ending Dates (Fridays or Saturdays) or Week Beginning Dates (Sundays or Mondays) |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I'm using this successfully, but have some cells with no data. Is there
something I can add that will leave the cell blank rather than display #VALUE! or ########### "Jim Thomlinson" wrote: I am not too sure what constitutes the beginning or ending of a week so I will stich with generalities. There is a weekday function which returns a number from 1 to 7 corresponding to the day of the week. So this formula will give you the first day of the week (assuming sunday is the first day of the week) =A1-WEEKDAY(A1)+1 Add 7 to theat for the end of the week... If your question is something different just reply back... -- HTH... Jim Thomlinson "Sam H" wrote: I am have column with dates that I would like to stratify by either Week Ending Dates (Fridays or Saturdays) or Week Beginning Dates (Sundays or Mondays) |
#6
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Maybe...
=if(a1="","",A1-WEEKDAY(A1)+1) Jim wrote: I'm using this successfully, but have some cells with no data. Is there something I can add that will leave the cell blank rather than display #VALUE! or ########### "Jim Thomlinson" wrote: I am not too sure what constitutes the beginning or ending of a week so I will stich with generalities. There is a weekday function which returns a number from 1 to 7 corresponding to the day of the week. So this formula will give you the first day of the week (assuming sunday is the first day of the week) =A1-WEEKDAY(A1)+1 Add 7 to theat for the end of the week... If your question is something different just reply back... -- HTH... Jim Thomlinson "Sam H" wrote: I am have column with dates that I would like to stratify by either Week Ending Dates (Fridays or Saturdays) or Week Beginning Dates (Sundays or Mondays) -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Converting Dates to Week Ending time period | Excel Worksheet Functions | |||
Entering week ending dates | Excel Discussion (Misc queries) | |||
HELP PLEASE!! PROJECTING A WEEK ENDING PRODUCTION DATE | Excel Discussion (Misc queries) | |||
How to format cells to show dates as the week-ending date of that | Excel Worksheet Functions | |||
Rouding Dates to beginning of a week | Excel Discussion (Misc queries) |