#1   Report Post  
Guido
 
Posts: n/a
Default dates

I would like to put a date in say, a1 and than have a formula advance that
date by 7 days in the second row down. And to continue this for some period
of time.
Is this feasible?
A1 June 6,2005
A3 June 13,2005
A5 June 20,2005
ect.

Thanks
  #2   Report Post  
JE McGimpsey
 
Posts: n/a
Default

One way:

A1: 6/6/2005
A3: =A1 + 7

Format A3 as a date.


In article ,
"Guido" wrote:

I would like to put a date in say, a1 and than have a formula advance that
date by 7 days in the second row down. And to continue this for some period
of time.
Is this feasible?
A1 June 6,2005
A3 June 13,2005
A5 June 20,2005
ect.

Thanks

  #3   Report Post  
Ron de Bruin
 
Posts: n/a
Default

Hi Guido

No need for a formula

In A1 the first date
in A3 the second date (7 days later)

Now select
A1:A4

Copy down this four cells now

--
Regards Ron de Bruin
http://www.rondebruin.nl


"Guido" wrote in message ...
I would like to put a date in say, a1 and than have a formula advance that
date by 7 days in the second row down. And to continue this for some period
of time.
Is this feasible?
A1 June 6,2005
A3 June 13,2005
A5 June 20,2005
ect.

Thanks



  #4   Report Post  
Ron Rosenfeld
 
Posts: n/a
Default

On Thu, 16 Jun 2005 12:18:08 -0700, "Guido"
wrote:

I would like to put a date in say, a1 and than have a formula advance that
date by 7 days in the second row down. And to continue this for some period
of time.
Is this feasible?
A1 June 6,2005
A3 June 13,2005
A5 June 20,2005
ect.

Thanks


A1: June 6, 2005
A3: =A1+7
A5: =A3+7
etc.

An easier way:

=$A$1+INT(ROW()/2)*7

entered into A3, A5, etc.

Problem is how to easily select just the odd cells.

Here's one way.

A1: your starting date

With no date format in A3:An, enter

A3: 1
A4: 2

Select A3:A4 and copy/drag down to An. You may need to hold down <ctrl while
you do this because the goal is a column of alternating 1's and 2's.

With the range still selected, Data/Filter/Auto filter; click on the down arrow
and select the 1

With the cells still selected; Edit/Goto/Special Visible Cells Only <OK

Edit/Replace and Replace the 1 with the formula =$A$1+INT(ROW()/2)*7

Then select to filter and show only the '2'.

Select the range that includes the 2's (do NOT select A3 where the down arrow
is)

Edit/Goto/Special Visible Cells only

Delete

Data/Autofilter (selecting it will turn off the auto filter)

And you're done.


--ron
  #5   Report Post  
bj
 
Posts: n/a
Default

enter your date in A1
in A2 enter =A1+7
copy down as far as you want.
Format Column A as a date.

"Guido" wrote:

I would like to put a date in say, a1 and than have a formula advance that
date by 7 days in the second row down. And to continue this for some period
of time.
Is this feasible?
A1 June 6,2005
A3 June 13,2005
A5 June 20,2005
ect.

Thanks



  #6   Report Post  
Kevin M
 
Posts: n/a
Default

Guido, you can simply autofill the dates as you wish. I just tested it in
Excel XP. Enter the first date, blank, second date, blank, then select all
four and autofill as far as you need to.

HTH,
Kevin M
MOS Excel Specialist

"Guido" wrote:

I would like to put a date in say, a1 and than have a formula advance that
date by 7 days in the second row down. And to continue this for some period
of time.
Is this feasible?
A1 June 6,2005
A3 June 13,2005
A5 June 20,2005
ect.

Thanks

  #7   Report Post  
Ron Rosenfeld
 
Posts: n/a
Default

Forget all I wrote.

Much simpler.

A1: Initial Date.
A3: =$A$1+7*INT(ROW()/2)
A4: -- nothing here --
Now select A3:A4

Put your cursor over the lower right corner where it will change into a
cross-hair, then drag down as far as needed.


--ron
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
Using dates for x-axis values as string instead of creating a scale cs_weirdo Charts and Charting in Excel 2 June 17th 05 12:20 AM
Stop Excel Rounding Dates leinad512 Excel Discussion (Misc queries) 1 April 20th 05 04:19 PM
How sort dates just by day/month and NOT year if all 3 given in ce smags Excel Worksheet Functions 1 January 25th 05 03:45 AM
Formating Dates for production schedule dpl7579 Excel Discussion (Misc queries) 1 January 11th 05 08:43 PM
due dates Niki New Users to Excel 4 January 10th 05 04:11 PM


All times are GMT +1. The time now is 05:11 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"