Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Put this formula in A1:
=TODAY()-WEEKDAY(TODAY())+1 and apply a custom format to the cell of "mm/dd/yyy - dddd" (without the quotes). Then in B1 enter the formula: =A1+1 Or, put this formula... =TODAY()-WEEKDAY(TODAY())+ROWS($1:1) in A1 and just copy it down. Rick |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
The OP said he wanted the dates as column headers (twice), and then
referred to A1 and A2 as examples - I presume he wants them to go across rather than down. Although there are advantages to having just one formula, I think having =A1+1 six times is easier. Pete On Sep 12, 9:10 am, "Rick Rothstein \(MVP - VB\)" wrote: Put this formula in A1: =TODAY()-WEEKDAY(TODAY())+1 and apply a custom format to the cell of "mm/dd/yyy - dddd" (without the quotes). Then in B1 enter the formula: =A1+1 Or, put this formula... =TODAY()-WEEKDAY(TODAY())+ROWS($1:1) in A1 and just copy it down. Rick |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
The OP said he wanted the dates as column headers (twice),
and then referred to A1 and A2 as examples - I presume he wants them to go across rather than down. For the record, the single formula for column headers would be.... =TODAY()-WEEKDAY(TODAY())+COLUMNS($A:A) copied across. Rick "Pete_UK" wrote in message ps.com... The OP said he wanted the dates as column headers (twice), and then referred to A1 and A2 as examples - I presume he wants them to go across rather than down. Although there are advantages to having just one formula, I think having =A1+1 six times is easier. Pete On Sep 12, 9:10 am, "Rick Rothstein \(MVP - VB\)" wrote: Put this formula in A1: =TODAY()-WEEKDAY(TODAY())+1 and apply a custom format to the cell of "mm/dd/yyy - dddd" (without the quotes). Then in B1 enter the formula: =A1+1 Or, put this formula... =TODAY()-WEEKDAY(TODAY())+ROWS($1:1) in A1 and just copy it down. Rick |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How can I chart "by week" | Charts and Charting in Excel | |||
Need to convert date to "day of the week only" | Excel Worksheet Functions | |||
How do I "Sum sales figure for a finacial month to currenct week"? | Excel Worksheet Functions | |||
Simple? Formula for "for the week starting Monday May Xxth" | Excel Worksheet Functions | |||
How do I set up a sheet with date headers one week apart. | New Users to Excel |