Adding Dates to a worksheet

LChevele

New Member
Joined
Oct 5, 2006
Messages
9
Here is one that has me stumped..

I want to have my worksheet start with a date and automatically add 6 days to that orginal date.

Ex: 10/1/06 - want to add in the next cell- 10/7/06
The cell will automatically add the 6 days after the 1st.

I tried using an expression like:
=DateAdd("d", +6, [PromisedDate])

But either I didnt get it correct OR its not what I am looking for.

In essence, the whole worksheet will keep having rolling dates for each week, kinda like a time sheet, except this will just put the dates for that week. EX: 10/1/06-10/07/06

Is there a nice formula for this ? or do I need to create an expression ?

Tired of beating my head each week I have to manually change the dates, which I do forget on a regular basis.
 

Excel Facts

Does the VLOOKUP table have to be sorted?
No! when you are using an exact match, the VLOOKUP table can be in any order. Best-selling items at the top is actually the best.
Hi, welcome to the board!

Assuming a date in A1, how about
=A1+6
 
Upvote 0
You do not want it to format as a date? What should it format as?

No matter, just go into menu option: Format > Cells and format as you want.
 
Upvote 0
In this example, I have the date 10/1/06, and in B1: =A1+6

Is this not what you want?
Book1
ABCD
110/1/200610/7/2006
Sheet1
 
Upvote 0
LChevele
Welcome to the board!!

I can assure you that Hot Pepper's advice is very good.
If you take a brand new worksheet, put a date in A1 (whether it's formatted as date or not) then in B1 put the formula (in the formula bar) =A1+6 and click return, then a date 6 days later will be displayed in B1.
Furthermore, if you use the fill handle in B1 and drag it across the sheet, each subsequent cell will display the date another 6 days on , and another, and another........

Try it - it works!

If it's not working in your workbook then there's another reason for this.

==============================================

EDIT - Sorry HP - tripped over you there!
 
Upvote 0
Okay who can I sent this to for help? or post it for others

Okay who can I sent this to for help? or post it for others ?
 
Upvote 0
I dont think I am stating myself very clearly.. But his answer worked when I opened up a blank worksheet and copied it over the the other one..
maybe I had some left over formatting in there or something...
 
Upvote 0

Forum statistics

Threads
1,214,782
Messages
6,121,532
Members
449,037
Latest member
tmmotairi

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top