Calculating Dates for 2 weekly calendar based on today()

johnburgin

New Member
Joined
Feb 8, 2013
Messages
33
Hi,

I am creating a 2-weekly calendar (Mon to Fri, week 1, Mon to Fri week 2). My spreadsheet contains booking dates for appointments, and uses a today formula in places. What I need to do on a separate sheet is have the dates of the current week as week 1, and the following week in week 2.

What kind of formula should I use to create the date so that Mon is the monday of the current week, tuesday is the tuesday of the current week etc. I am guessing for the following week I could simply add 7 days to the week 1 dates?

I hope this makes sense :)

I'm using Excel 2003.

Thanks
 

Excel Facts

Excel Can Read to You
Customize Quick Access Toolbar. From All Commands, add Speak Cells or Speak Cells on Enter to QAT. Select cells. Press Speak Cells.
You can use this for the first week, and do as you suggest to populate the dates for the second week:
=TODAY()-WEEKDAY(TODAY())+ROWS($B$1:B1)+1
 
Upvote 0

Forum statistics

Threads
1,213,536
Messages
6,114,213
Members
448,554
Latest member
Gleisner2

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