"next week"

synergy16

Active Member
Joined
Mar 17, 2016
Messages
420
Office Version
  1. 365
Platform
  1. Windows
i have a build schedule that has a date category of "next 7 days" so i use =today()+7, but what i really want it to be is "next week" if i use the +7 its always going to "roll" 7 days but what i really want is for it to use =today() as a reference point and then tell me something has to be built on or before the following saturday. so for example, today is the 27th, i want the formula to say, it has to be built on or before Aug 6. and it would say that date all week until the it became the next sunday. so for example, that category would read "has to be built before Aug 6" (for this week) but when it becomes july 30, i want it to read "has to be built before Aug 13" for that entire week.

hopefully that makes sense.
 

Excel Facts

Back into an answer in Excel
Use Data, What-If Analysis, Goal Seek to find the correct input cell value to reach a desired result
What version of Excel are you using?

I suggest that you update your Account details (or click your user name at the top right of the forum) so helpers always know what Excel version(s) & platform(s) you are using as the best solution often varies by version. (Don’t forget to scroll down & ‘Save’)
 
Upvote 0
Thanks for that, how about
Fluff.xlsm
DE
1
227/07/202106/08/2021
330/07/202113/08/2021
Data
Cell Formulas
RangeFormula
E2:E3E2=WORKDAY.INTL(D2,2,"1111011")
 
Upvote 0
Thanks for that, how about
Fluff.xlsm
DE
1
227/07/202106/08/2021
330/07/202113/08/2021
Data
Cell Formulas
RangeFormula
E2:E3E2=WORKDAY.INTL(D2,2,"1111011")

that is working perfectly as far as functionality but its switching on friday instead of saturday. im not sure of how the last string in the formula works for me to alter it. looks like binary, which i can read, but im not sure how it affects the formula
 
Upvote 0
Not sure what you mean by "it's switching on Friday" the formula will return 6th Aug if you give it 29th Jul & then 13th Aug for 30th Jul
 
Upvote 0
Not sure what you mean by "it's switching on Friday" the formula will return 6th Aug if you give it 29th Jul & then 13th Aug for 30th Jul
im saying that i want it to return Aug 6 up to and including July 30 then return 13 Aug starting Aug 1
 
Upvote 0
But you said

So which is it?
this one:
im saying that i want it to return Aug 6 up to and including July 30 then return 13 Aug starting Aug 1

i apologize for the conflicting statements
 
Upvote 0
In that case try
Excel Formula:
=WORKDAY.INTL(D2-1,2,"1111011")
 
Upvote 0

Forum statistics

Threads
1,216,110
Messages
6,128,894
Members
449,477
Latest member
panjongshing

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