Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I am setting up a spreadsheet which only need consecutive dates which are
Fridays. Microsoft Excell 2003, SP2 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Enter the first date in a cell:
A1 = 6/29/2007 Enter this in A2 and copy down as needed: =A1+7 Biff "Eric" wrote in message ... I am setting up a spreadsheet which only need consecutive dates which are Fridays. Microsoft Excell 2003, SP2 |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Both of these fornula go wrong if you delete a row. Any thoughts?
"T. Valko" wrote: Enter the first date in a cell: A1 = 6/29/2007 Enter this in A2 and copy down as needed: =A1+7 Biff "Eric" wrote in message ... I am setting up a spreadsheet which only need consecutive dates which are Fridays. Microsoft Excell 2003, SP2 |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Enter this in A2 and copy down as needed:
=INDIRECT("A"&ROW()-1)+7 -- Berislav Mike H wrote: Both of these fornula go wrong if you delete a row. Any thoughts? "T. Valko" wrote: Enter the first date in a cell: A1 = 6/29/2007 Enter this in A2 and copy down as needed: =A1+7 Biff "Eric" wrote in message ... I am setting up a spreadsheet which only need consecutive dates which are Fridays. Microsoft Excell 2003, SP2 -- pozdrav! Berislav |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Try this:
A1 = date =A$1+ROWS($1:1)*7 Biff "Mike H" wrote in message ... Both of these fornula go wrong if you delete a row. Any thoughts? "T. Valko" wrote: Enter the first date in a cell: A1 = 6/29/2007 Enter this in A2 and copy down as needed: =A1+7 Biff "Eric" wrote in message ... I am setting up a spreadsheet which only need consecutive dates which are Fridays. Microsoft Excell 2003, SP2 |
#6
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
If there's a chance that you might delete row 1 then you'd have to hardcode
the date in the formula: A1: =DATE(2007,6,29)+(ROWS($1:1)-1)*7 Biff "T. Valko" wrote in message ... Try this: A1 = date =A$1+ROWS($1:1)*7 Biff "Mike H" wrote in message ... Both of these fornula go wrong if you delete a row. Any thoughts? "T. Valko" wrote: Enter the first date in a cell: A1 = 6/29/2007 Enter this in A2 and copy down as needed: =A1+7 Biff "Eric" wrote in message ... I am setting up a spreadsheet which only need consecutive dates which are Fridays. Microsoft Excell 2003, SP2 |
#7
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Eric,
Put the dates of 2 consecutive Fridays in (say) A1 & a1 and select both cells Hover over the bottom right hand corner of the lower cell until the cursir turns in a cross and drag down. Mike "Eric" wrote: I am setting up a spreadsheet which only need consecutive dates which are Fridays. Microsoft Excell 2003, SP2 |
#8
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
that is of course A1 & B1 !!
"Eric" wrote: I am setting up a spreadsheet which only need consecutive dates which are Fridays. Microsoft Excell 2003, SP2 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Repeating/incrementing dates 35039 times | Excel Discussion (Misc queries) | |||
Counting non-repeating dates | Excel Discussion (Misc queries) | |||
Can I Count dates without repeating? | Excel Discussion (Misc queries) | |||
Trying to create repeating dates and then sort column by date | Excel Worksheet Functions | |||
HOW DO I SET UP REPEATING DATES IN EXCEL? | Excel Worksheet Functions |