Adding a Automatic week ending date

Excel Facts

When they said...
When they said you are going to "Excel at life", they meant you "will be doing Excel your whole life".
Hi,

I think that you need to provide some more information.
Where do you want the week ending date?
What will this date be based on?


Excel Workbook
ABCDE
1DateWeekending*TodayWeekending
203/01/201109/01/2011*08/06/201112/06/2011
303/02/201106/02/2011***
403/03/201106/03/2011***
503/04/201103/04/2011***
603/05/201108/05/2011***
703/06/201105/06/2011***
803/07/201103/07/2011***
903/08/201107/08/2011***
1003/09/201104/09/2011***
1103/10/201109/10/2011***
1203/11/201106/11/2011***
1303/12/201104/12/2011***
Sheet1


Ak
 
Upvote 0
I just want the week ending date to show every Sunday. When Monday starts the new week I want to show the following Sunday's date as the week ending date. For example, say I am using cell B:3 as the week ending date. Each Monday I want that cell to auto populate the next week ending date which would be the next Sunday.

I hope this helps.

Thanks.
Mike
 
Upvote 0
Hi Mike,

Does this work in B3?....

=IF(WEEKDAY(TODAY())=1,TODAY(),TODAY()-WEEKDAY(TODAY())+8)


Ak
 
Upvote 0

Forum statistics

Threads
1,224,518
Messages
6,179,256
Members
452,901
Latest member
LisaGo

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