Help

Re: Reoccurring date period filter till a certain date of the week

Solved
Jump to Solution
463 0
cancel
Showing results for 
Search instead for 
Did you mean: 
Ahmed_Elagami
7 - App Architect
7 - App Architect

Hello Everyone,

I would like to create a formula that defines a range of dates depending on the due date within next Monday: as follows
filter content that due date is coming on till next Mondy only then resets again on Tuesday and shows me what is coming till next Monday.

Thank you Guys

1 Solution

Accepted Solutions
augmented
10 - Mercury
10 - Mercury

I did it like this. I added two columns, though you could consolidate wherever you want.

image

First, find the date of the next Monday.

image

Then, calculate the number of days from the due date to the next Monday.

image

Filter on {Days Before Due} where it is >=0 and < 7.

Should work or at least it’s a start.

See Solution in Thread

2 Replies 2
augmented
10 - Mercury
10 - Mercury

I did it like this. I added two columns, though you could consolidate wherever you want.

image

First, find the date of the next Monday.

image

Then, calculate the number of days from the due date to the next Monday.

image

Filter on {Days Before Due} where it is >=0 and < 7.

Should work or at least it’s a start.

Thanks @augmented, That was a start, but it solved my problem entirely. appreciate it.