Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,670
Default How do I set up a spreadsheet with repeating dates which are Frid.

I am setting up a spreadsheet which only need consecutive dates which are
Fridays.

Microsoft Excell 2003, SP2
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default How do I set up a spreadsheet with repeating dates which are Frid.

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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,501
Default How do I set up a spreadsheet with repeating dates which are F

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   Report Post  
Posted to microsoft.public.excel.misc
b&s b&s is offline
external usenet poster
 
Posts: 7
Default How do I set up a spreadsheet with repeating dates which are F

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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default How do I set up a spreadsheet with repeating dates which are F

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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default How do I set up a spreadsheet with repeating dates which are F

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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,501
Default How do I set up a spreadsheet with repeating dates which are Frid.

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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,501
Default How do I set up a spreadsheet with repeating dates which are Frid.

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Repeating/incrementing dates 35039 times Daiv Excel Discussion (Misc queries) 5 January 4th 07 09:54 PM
Counting non-repeating dates SouthCarolina Excel Discussion (Misc queries) 8 May 23rd 06 07:50 AM
Can I Count dates without repeating? bogdan77 Excel Discussion (Misc queries) 1 August 11th 05 09:48 PM
Trying to create repeating dates and then sort column by date lizabright Excel Worksheet Functions 2 February 11th 05 12:33 AM
HOW DO I SET UP REPEATING DATES IN EXCEL? tpapd754 Excel Worksheet Functions 2 February 3rd 05 11:48 PM


All times are GMT +1. The time now is 03:08 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"