![]() |
| If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|||||||
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
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) |
| Ads |
|
#2
|
|||
|
|||
|
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) |
|
#3
|
|||
|
|||
|
|
|
#4
|
|||
|
|||
|
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) |
|
#5
|
|||
|
|||
|
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 |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Converting Dates to Week Ending time period | drew | Excel Worksheet Functions | 8 | June 24th 08 04:09 PM |
| Entering week ending dates | Jenilise | Excel Discussion (Misc queries) | 3 | September 14th 07 12:04 AM |
| HELP PLEASE!! PROJECTING A WEEK ENDING PRODUCTION DATE | Pete | Excel Discussion (Misc queries) | 0 | February 5th 07 01:56 AM |
| How to format cells to show dates as the week-ending date of that | dereksmom | Excel Worksheet Functions | 1 | July 12th 06 04:40 PM |
| Rouding Dates to beginning of a week | Peter W | Excel Discussion (Misc queries) | 3 | February 15th 05 11:47 PM |