Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have a spreadsheet that list when payments are due (every Wednesday) across
the top and the payee down column A. Is there a formula I could put in that would allow me to put 2006 in A1 and B1 thru BA1 would list the date of each Wednesday for the year sequentially? The end result would be something like A1 = 2006, therefore B1 = 4 Jan, C1 = 11 Jan, D1 = 18 Jan, etc€¦ |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
the simplest way is to enter 1/4/06 in b1
in c1 enter =b1+7 copy c1 to ba1 and format b1 to ba1 as the date format you want. You maigh want to take row 1 copy it and paste special back on itself as value "Millerk" wrote: I have a spreadsheet that list when payments are due (every Wednesday) across the top and the payee down column A. Is there a formula I could put in that would allow me to put 2006 in A1 and B1 thru BA1 would list the date of each Wednesday for the year sequentially? The end result would be something like A1 = 2006, therefore B1 = 4 Jan, C1 = 11 Jan, D1 = 18 Jan, etc€¦ |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
In B1:
IF(COLUMN()=2;$A1+4-weekday($A1,A1+7) Copy thru BA1 HTH -- AP "Millerk" a écrit dans le message de ... I have a spreadsheet that list when payments are due (every Wednesday) across the top and the payee down column A. Is there a formula I could put in that would allow me to put 2006 in A1 and B1 thru BA1 would list the date of each Wednesday for the year sequentially? The end result would be something like A1 = 2006, therefore B1 = 4 Jan, C1 = 11 Jan, D1 = 18 Jan, etc. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Ho to Delete "Ghost" Pivot Tables | Excel Discussion (Misc queries) | |||
Auto Year scale | Charts and Charting in Excel | |||
Date Calculations | Excel Worksheet Functions | |||
Subtract a group of cells from a total based on ending date | Excel Discussion (Misc queries) | |||
How to compare current year to prior year in bar chart? | Charts and Charting in Excel |