inserting a date function

ass98

New Member
Joined
Aug 30, 2002
Messages
31
i have designed a piece of software to run a sports league. The only problem is how can i insert a date automatically for every week.
 

Excel Facts

Fastest way to copy a worksheet?
Hold down the Ctrl key while dragging tab for Sheet1 to the right. Excel will make a copy of the worksheet.
What do you mean automatically ? when the workbook is opened ? or do you mean, you put in a start date, and Excel calculates the other dates ? if so you can just use a formula, for example, to get the next week you just add 7

=A1+7
 
Upvote 0
yes i need excel to calculate the dates from one date specified in a cell.

i need the date to change only if the week number changes.

i needs to be something like:
if week number = week number then date else date + 7
This message was edited by ass98 on 2002-09-12 16:55
 
Upvote 0
What I'm saying is, if for example you have in A1

12/09/02

and you put this formula in A2 and drag down

=A1+7

you'll get the dates from today, next thursday, the one after that one, etc.
 
Upvote 0

Forum statistics

Threads
1,214,601
Messages
6,120,462
Members
448,965
Latest member
grijken

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